42 QAction::setText(tr(
"&View..."));
43 QUndoCommand::setText(tr(
"View..."));
The main project for ipce.
virtual bool setupExecution()
This sets up the state for the work order.
virtual bool setupExecution()
Setup this WorkOrder for execution.
virtual bool isExecutable(FileItemQsp fileItem)
False if none of the images has a footprint.
This is a child of the WorkOrder class which is used for anything that performs an action in a Projec...
Unless noted otherwise, the portions of Isis written by the USGS are public domain.
BundleObservationViewWorkOrder(Project *project)
Creates a work order to view BundleObservation.
Directory * directory() const
Returns the directory associated with this Project.
Provide Undo/redo abilities, serialization, and history for an operation.
~BundleObservationViewWorkOrder()
Destructor to clean up any memory that this work order allocates.
BundleObservationView * addBundleObservationView(FileItemQsp fileItem)
Add the BundleObservationView to the window.
bool m_isUndoable
Set the workorder to be undoable/redoable This is defaulted to true - his will allow the workorder to...
FileItemQsp fileItem()
WorkOrder::fileItem.
Namespace for ISIS/Bullet specific routines.
virtual void execute()
This adds a new BundleObservationView to the project.
Project * project() const
Returns the Project this WorkOrder is attached to.
virtual BundleObservationViewWorkOrder * clone() const
This method clones the current BundleObservationViewWorkOrder and returns it.
bool m_isSavedToHistory
Set the work order to be shown in the HistoryTreeWidget.
Unless noted otherwise, the portions of Isis written by the USGS are public domain.
void setClean(bool value)
Function to change the clean state of the project.