|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef BundleObservationViewWorkOrder_H
2 #define BundleObservationViewWorkOrder_H
18 class BundleObservation;
virtual bool setupExecution()
Setup this WorkOrder for execution.
Definition: BundleObservationViewWorkOrder.cpp:90
virtual bool setupExecution()
This sets up the state for the work order.
Definition: WorkOrder.cpp:1261
BundleObservationViewWorkOrder(Project *project)
Creates a work order to view BundleObservation.
Definition: BundleObservationViewWorkOrder.cpp:26
virtual void execute()
This adds a new BundleObservationView to the project.
Definition: BundleObservationViewWorkOrder.cpp:104
Provide Undo/redo abilities, serialization, and history for an operation.
Definition: WorkOrder.h:311
bool m_isSavedToHistory
Set the work order to be shown in the HistoryTreeWidget.
Definition: WorkOrder.h:537
BundleObservationView * addBundleObservationView(FileItemQsp fileItem)
Add the BundleObservationView to the window.
Definition: Directory.cpp:602
The main project for ipce.
Definition: Project.h:289
Directory * directory() const
Returns the directory associated with this Project.
Definition: Project.cpp:1229
virtual bool isExecutable(FileItemQsp fileItem)
False if none of the images has a footprint.
Definition: BundleObservationViewWorkOrder.cpp:74
bool m_isUndoable
Set the workorder to be undoable/redoable This is defaulted to true - his will allow the workorder to...
Definition: WorkOrder.h:523
Project * project() const
Returns the Project this WorkOrder is attached to.
Definition: WorkOrder.cpp:1300
virtual BundleObservationViewWorkOrder * clone() const
This method clones the current BundleObservationViewWorkOrder and returns it.
Definition: BundleObservationViewWorkOrder.cpp:58
~BundleObservationViewWorkOrder()
Destructor to clean up any memory that this work order allocates.
Definition: BundleObservationViewWorkOrder.cpp:49
FileItemQsp fileItem()
WorkOrder::fileItem.
Definition: WorkOrder.cpp:766
void setClean(bool value)
Function to change the clean state of the project.
Definition: Project.cpp:1595
This is a child of the WorkOrder class which is used for anything that performs an action in a Projec...
Definition: BundleObservationViewWorkOrder.h:32
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16