|
Isis 3 Programmer Reference
|
9 #include "BundleObservationViewWorkOrder.h"
13 #include "Directory.h"
14 #include "BundleObservationView.h"
16 #include "ProjectItemModel.h"
30 QAction::setText(tr(
"&View..."));
31 QUndoCommand::setText(tr(
"View..."));
virtual bool setupExecution()
Setup this WorkOrder for execution.
virtual bool setupExecution()
This sets up the state for the work order.
BundleObservationViewWorkOrder(Project *project)
Creates a work order to view BundleObservation.
virtual void execute()
This adds a new BundleObservationView to the project.
Provide Undo/redo abilities, serialization, and history for an operation.
bool m_isSavedToHistory
Set the work order to be shown in the HistoryTreeWidget.
BundleObservationView * addBundleObservationView(FileItemQsp fileItem)
Add the BundleObservationView to the window.
The main project for ipce.
Directory * directory() const
Returns the directory associated with this Project.
virtual bool isExecutable(FileItemQsp fileItem)
False if none of the images has a footprint.
bool m_isUndoable
Set the workorder to be undoable/redoable This is defaulted to true - his will allow the workorder to...
Project * project() const
Returns the Project this WorkOrder is attached to.
virtual BundleObservationViewWorkOrder * clone() const
This method clones the current BundleObservationViewWorkOrder and returns it.
~BundleObservationViewWorkOrder()
Destructor to clean up any memory that this work order allocates.
FileItemQsp fileItem()
WorkOrder::fileItem.
void setClean(bool value)
Function to change the clean state of the project.
This is a child of the WorkOrder class which is used for anything that performs an action in a Projec...
This is free and unencumbered software released into the public domain.