|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef Footprint2DViewWorkOrder_H
2 #define Footprint2DViewWorkOrder_H
virtual bool setupExecution()
This sets up the state for the work order.
Definition: WorkOrder.cpp:1261
QList< Footprint2DView * > footprint2DViews()
Accessor for the list of Footprint2DViews currently available.
Definition: Directory.cpp:1410
This is free and unencumbered software released into the public domain.
Definition: BoxcarCachingAlgorithm.h:13
Provide Undo/redo abilities, serialization, and history for an operation.
Definition: WorkOrder.h:311
ProjectItemModel * model()
Gets the ProjectItemModel for this directory.
Definition: Directory.cpp:1091
ImageList * imageList()
Returns a pointer to the ImageList for this WorkOrder.
Definition: WorkOrder.cpp:631
bool m_isSavedToHistory
Set the work order to be shown in the HistoryTreeWidget.
Definition: WorkOrder.h:537
void setInternalData(QStringList data)
Sets the internal data for this WorkOrder.
Definition: WorkOrder.cpp:1318
Directory * directory() const
return the workorder project directory Returns the Directory object of the Project this WorkOrder is ...
Definition: WorkOrder.cpp:1290
virtual void addItems(QList< ProjectItem * > items)
Adds several items to the view.
Definition: AbstractProjectItemView.cpp:264
bool isFootprintable() const
Test to see if it's possible to create a footprint from this shape.
Definition: Shape.cpp:294
The main project for ipce.
Definition: Project.h:289
Directory * directory() const
Returns the directory associated with this Project.
Definition: Project.cpp:1229
Internalizes a list of images and allows for operations on the entire list.
Definition: ImageList.h:55
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
QList< ProjectItem * > selectedItems()
Returns a list of the selected items of the internal selection model.
Definition: ProjectItemModel.cpp:158
This represents a shape in a project-based GUI interface.
Definition: Shape.h:68
Project * project() const
Returns the Project this WorkOrder is attached to.
Definition: WorkOrder.cpp:1300
bool isFootprintable() const
Test to see if it's possible to create a footprint from this image.
Definition: Image.cpp:253
Internalizes a list of shapes and allows for operations on the entire list.
Definition: ShapeList.h:33
This represents a cube in a project-based GUI interface.
Definition: Image.h:107
QStringList internalData() const
Gets the internal data for this WorkOrder.
Definition: WorkOrder.cpp:1377
Footprint2DView * addFootprint2DView(QString objectName="")
Add the qmos view widget to the window.
Definition: Directory.cpp:757
void setClean(bool value)
Function to change the clean state of the project.
Definition: Project.cpp:1595
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16