Isis 3 Developer Reference
|
Represents an item of a ProjectItemModel in Qt's model-view framework. More...
#include <ProjectItem.h>
Public Member Functions | |
ProjectItem () | |
Constructs an item without children, a parent, or a model. More... | |
ProjectItem (ProjectItem *item) | |
Contructs a copy of another item. More... | |
ProjectItem (BundleResults bundleResults) | |
Constructs an item from a BundleResults. More... | |
ProjectItem (BundleSettingsQsp bundleSettings) | |
Constructs an item from a BundleSettings. More... | |
ProjectItem (BundleSolutionInfo *bundleSolutionInfo) | |
Constructs an item from a BundleSolutionInfo. More... | |
ProjectItem (Control *control) | |
Constructs an item from a Control. More... | |
ProjectItem (ControlList *controlList) | |
Constructs an item from a ControlList. More... | |
ProjectItem (QList< ControlList *> controls) | |
Constructs an item from a list of ControlList. More... | |
ProjectItem (CorrelationMatrix correlationMatrix) | |
Constructs an item from a CorrelationMatrix. More... | |
ProjectItem (Image *image) | |
Constructs an item from an Image. More... | |
ProjectItem (ImageList *imageList) | |
Constructs an item from an ImageList. More... | |
ProjectItem (QList< ImageList *> images) | |
Constructs an item from a list of ImageList. More... | |
ProjectItem (Shape *shape) | |
Constructs an item from an Shape. More... | |
ProjectItem (ShapeList *shapeList) | |
Constructs an item from an ShapeList. More... | |
ProjectItem (QList< ShapeList *> shapes) | |
Constructs an item from a list of ShapeList. More... | |
ProjectItem (GuiCameraQsp guiCamera) | |
Constructs an item from a GuiCameraQsp. More... | |
ProjectItem (GuiCameraList *guiCameraList) | |
Constructs an item from a GuiCameraList. More... | |
ProjectItem (Project *project) | |
Constructs an item from a Project. More... | |
ProjectItem (QList< BundleSolutionInfo *> results) | |
Constructs an item from a list of BundleSolutionInfo. More... | |
ProjectItem (TargetBodyQsp targetBody) | |
Constructs an item from a TargetBodyQsp. More... | |
ProjectItem (TargetBodyList *targetBodyList) | |
Constructs an item from a TargetBodyList. More... | |
ProjectItem (QList< TemplateList *> templates) | |
Constructs an item from a list of TemplateList. More... | |
ProjectItem (Template *newTemplate) | |
Constructs an item from a Template. More... | |
ProjectItem (TemplateList *templateList) | |
Constructs an item from an TemplateList. More... | |
ProjectItem (FileItemQsp filename, QString treeText, QIcon icon) | |
Constructs an item representing a file in the filesystem. More... | |
ProjectItem (FileItemQsp filename, QString treeText, QString toolTipText, QIcon icon) | |
Constructs an item representing a file in the filesystem. More... | |
~ProjectItem () | |
Destructs a ProjectItem. More... | |
BundleResults | bundleResults () const |
Returns the BundleResults stored in the data of the item. More... | |
BundleSettingsQsp | bundleSettings () const |
Returns the BundleSettings stored in the data of the item. More... | |
BundleSolutionInfo * | bundleSolutionInfo () const |
Returns the BundleSolutionInfo stored in the data of the item. More... | |
Control * | control () const |
Returns the Control stored in the data of the item. More... | |
ControlList * | controlList () const |
Returns the ControlList stored in the data of the item. More... | |
CorrelationMatrix | correlationMatrix () const |
Returns the CorrelationMatrix stored the item. More... | |
Image * | image () const |
Returns the Image stored in the data of the item. More... | |
ImageList * | imageList () const |
Returns the ImageList stored in the data of the item. More... | |
Shape * | shape () const |
Returns the Shape stored in the data of the item. More... | |
ShapeList * | shapeList () const |
Returns the ShapeList stored in the data of the item. More... | |
Project * | project () const |
Returns the Project stored in the data of the item. More... | |
GuiCameraQsp | guiCamera () const |
Returns the GuiCameraQsp stored in the data of the item. More... | |
TargetBodyQsp | targetBody () const |
Returns the TargetBodyQsp stored in the data of the item. More... | |
Template * | getTemplate () const |
Returns the Template stored in the data of the item. More... | |
TemplateList * | templateList () const |
Returns the TemplateList stored in the data of the item. More... | |
FileItemQsp | fileItem () const |
Returns the FileItemQsp stored in the data of the item. More... | |
bool | isBundleResults () const |
Returns true if BundleResults are stored in the data of the item. More... | |
bool | isBundleSettings () const |
Returns true if BundleSettings are stored in the data of the item. More... | |
bool | isBundleSolutionInfo () const |
Returns true if a BundleSolutionInfo is stored in the data of the item. More... | |
bool | isControl () const |
Returns true if a Control is stored in the data of the item. More... | |
bool | isControlList () const |
Returns true if a ControlList is stored in the data of the item. More... | |
bool | isCorrelationMatrix () const |
Returns true if a CorrelationMatrix is stored in the data of the item. More... | |
bool | isImage () const |
Returns true if an Image is stored in the data of the item. More... | |
bool | isImageList () const |
Returns true if an ImageList is stored in the data of the item. More... | |
bool | isShape () const |
Returns true if an Shape is stored in the data of the item. More... | |
bool | isShapeList () const |
Returns true if an ShapeList is stored in the data of the item. More... | |
bool | isProject () const |
Returns true if a Project is stored in the data of the item. More... | |
bool | isGuiCamera () const |
Returns true if a GuiCameraQsp is stored in the data of the item. More... | |
bool | isTargetBody () const |
Returns true if a TargetBodyQsp is stored in the data of the item. More... | |
bool | isFileItem () const |
Returns true if a FileItemQsp is stored in the data of the item. More... | |
bool | isTemplate () const |
void | setProjectItem (ProjectItem *item) |
Sets the text, icon, and data to those of another item. More... | |
void | setBundleResults (BundleResults bundleResults) |
Sets the text, icon, and data corresponding to BundleResults. More... | |
void | setBundleSettings (BundleSettingsQsp bundleSettings) |
Sets the text, icon, and data corresponding to BundleSettings. More... | |
void | setBundleSolutionInfo (BundleSolutionInfo *bundleSolutionInfo) |
Sets the text, icon, and data corresponding to a BundleSolutionInfo. More... | |
void | setControl (Control *control) |
Sets the text, icon, and data corresponding to a Control. More... | |
void | setControlList (ControlList *controlList) |
Sets the text, icon, and data corresponding to a ControlList. More... | |
void | setControls () |
Sets the text, icon, and data corresponding to a list of ControlList. More... | |
void | setCorrelationMatrix (CorrelationMatrix correlationMatrix) |
Sets the text, icon, and data corresponding to a CorrelationMatrix. More... | |
void | setImage (Image *image) |
Sets the text, icon, and data corresponding to an Image. More... | |
void | setImageList (ImageList *imageList) |
Sets the text, icon, and data corresponding to an ImageList. More... | |
void | setImages () |
Sets the text, icon, and data corresponding to a list of ImageList. More... | |
void | setShape (Shape *shape) |
Sets the text, icon, and data corresponding to an Shape. More... | |
void | setShapeList (ShapeList *shapeList) |
Sets the text, icon, and data corresponding to an ShapeList. More... | |
void | setShapes () |
Sets the text, icon, and data corresponding to a list of ShapeList. More... | |
void | setProject (Project *project) |
Sets the text, icon, and data corresponding to a Project. More... | |
void | setResults () |
Sets the text, icon, and data corresponding to a list of Results. More... | |
void | setGuiCamera (GuiCameraQsp guiCamera) |
Sets the text, icon, and data corresponding to a GuiCameraQsp. More... | |
void | setGuiCameraList () |
Sets the text, icon, and data corresponding to a GuiCameraQsp. More... | |
void | setSpacecraft () |
Sets the text, icon, and data corresponding to SpaceCraft. More... | |
void | setTargetBody (TargetBodyQsp targetBody) |
Sets the text, icon, and data corresponding to a TargetBodyQsp. More... | |
void | setTargetBodyList () |
Sets the text, icon, and data corresponding to a TargetBodyList. More... | |
void | setTemplate (Template *newTemplate) |
Sets the text, icon, and data corresponding to a Template. More... | |
void | setTemplates () |
Sets the text, icon, and data corresponding to a list of TemplateList. More... | |
void | setTemplateList (TemplateList *templateList) |
Sets the text, icon, and data corresponding to an TemplateList. More... | |
ProjectItem * | findItemData (const QVariant &value, int role=Qt::UserRole+1) |
Finds and returns the first item in the model that contains the data in the role. More... | |
void | appendRow (ProjectItem *item) |
Appends an item to the children of this item. More... | |
ProjectItem * | child (int row) const |
Returns the child item at a given row. More... | |
void | insertRow (int row, ProjectItem *item) |
Inserts an item to the children of this item at the row. More... | |
ProjectItemModel * | model () const |
Returns the ProjectItemModel associated with this item. More... | |
ProjectItem * | parent () const |
Returns the parent item of this item. More... | |
void | setChild (int row, ProjectItem *item) |
Sets the child at the given row to an item. More... | |
ProjectItem * | takeChild (int row) |
Removes the child item at the given row and returns the removed item. More... | |
void | setTextColor (Qt::GlobalColor color) |
Represents an item of a ProjectItemModel in Qt's model-view framework.
Items are stored in a tree structure. A ProjectItem directly stores the Data it corresponds to as well as other display information.
A ProjectItem may have a parent item and children items. An item can add another item as a child using the appendRow() or insertRow() methods on the parent item. Top level items in the model should be added using the corresponding methods in the model. If an item already has a parent or is already added to a model, it must be removed from the parent using the takeChild() method on the old parent item, or the takeItem() method on the model, before it is added to a new parent or model.
A ProjectItem stores text, an icon, and data. These values can be set using the setText(), setIcon(), and setData() methods. The data must be converted to a QVariant before being stored using setData(). There are various convinence methods for setting and accessing data. For example, the setImage() method will set the text, icon, and data appropriately given an Image. Also, the image() method will return the Image if one is stored in the data, or a null pointer if one is not.
ProjectItem does not inherit from QObject. The model associated with the ProjectItem should be used to utilize signals and slots. When a ProjectItem is deleted it deletes all of its children. Top level items are deleted by the model associated with them. To delete an item manually it must first be removed from its parent item or its model with the takeItem() method.
Any type of data that can be converted to a QVariant can be stored in a ProjectItem. If the ProjectItem cannot store the data it represents directly, then the data() method can be overridden in a subclass to access the data where it is stored.
Item selections are handled by the model associated with the item.
Isis::ProjectItem::ProjectItem | ( | ) |
Constructs an item without children, a parent, or a model.
References setTextColor().
Referenced by ProjectItem(), and setTemplates().
|
explicit |
Contructs a copy of another item.
The copy will have the same text, icon, and data, and copies of the children. The copy will not have a parent or a model.
[in] | item | (ProjectItem *) The item to copy. |
References appendRow(), child(), ProjectItem(), setProjectItem(), and setTextColor().
Isis::ProjectItem::ProjectItem | ( | BundleResults | bundleResults | ) |
Constructs an item from a BundleResults.
[in] | bundleResults | (BundleResults) The BundleResults to construct from. |
References bundleResults(), setBundleResults(), and setTextColor().
Isis::ProjectItem::ProjectItem | ( | BundleSettingsQsp | bundleSettings | ) |
Constructs an item from a BundleSettings.
[in] | bundleSettings | (BundleSettingsQsp) The BundleSettings to construct from. |
References bundleSettings(), setBundleSettings(), and setTextColor().
Isis::ProjectItem::ProjectItem | ( | BundleSolutionInfo * | bundleSolutionInfo | ) |
Constructs an item from a BundleSolutionInfo.
[in] | bundleSolutionInfo | (BundleSolutionInfo *) The BundleSolutionInfo to construct from. |
References Isis::BundleSolutionInfo::adjustedImages(), appendRow(), Isis::BundleSolutionInfo::bundleResults(), Isis::BundleSolutionInfo::bundleSettings(), bundleSolutionInfo(), Isis::BundleSolutionInfo::control(), ProjectItem(), setBundleSolutionInfo(), and setTextColor().
Isis::ProjectItem::ProjectItem | ( | Control * | control | ) |
Constructs an item from a Control.
References control(), setControl(), and setTextColor().
Isis::ProjectItem::ProjectItem | ( | ControlList * | controlList | ) |
Constructs an item from a ControlList.
[in] | controlList | (ControlList *) The ControlList to construct from. |
References appendRow(), control(), controlList(), ProjectItem(), setControlList(), and setTextColor().
Isis::ProjectItem::ProjectItem | ( | QList< ControlList *> | controls | ) |
Constructs an item from a list of ControlList.
[in] | controls | (QList<ControlList *>) The list to construct from. |
References appendRow(), controlList(), ProjectItem(), setControls(), and setTextColor().
Isis::ProjectItem::ProjectItem | ( | CorrelationMatrix | correlationMatrix | ) |
Constructs an item from a CorrelationMatrix.
[in] | correlationMatrix | (CorrelationMatrix) The CorrelationMatrix to construct from. |
References correlationMatrix(), setCorrelationMatrix(), and setTextColor().
Isis::ProjectItem::ProjectItem | ( | Image * | image | ) |
Constructs an item from an Image.
References image(), setImage(), and setTextColor().
Isis::ProjectItem::ProjectItem | ( | ImageList * | imageList | ) |
Constructs an item from an ImageList.
References appendRow(), image(), imageList(), ProjectItem(), setImageList(), and setTextColor().
Constructs an item from a list of ImageList.
[in] | images | (QList<ImageList *>) The list to construct from. |
References appendRow(), imageList(), ProjectItem(), setImages(), and setTextColor().
Isis::ProjectItem::ProjectItem | ( | Shape * | shape | ) |
Constructs an item from an Shape.
References setShape(), setTextColor(), and shape().
Isis::ProjectItem::ProjectItem | ( | ShapeList * | shapeList | ) |
Constructs an item from an ShapeList.
References appendRow(), ProjectItem(), setShapeList(), setTextColor(), shape(), and shapeList().
Constructs an item from a list of ShapeList.
[in] | shapes | (QList<ShapeList *>) The list to construct from. |
References appendRow(), ProjectItem(), setShapes(), setTextColor(), and shapeList().
Isis::ProjectItem::ProjectItem | ( | GuiCameraQsp | guiCamera | ) |
Constructs an item from a GuiCameraQsp.
[in] | guiCamera | (GuiCameraQsp) The camera to construct from. |
References guiCamera(), setGuiCamera(), and setTextColor().
Isis::ProjectItem::ProjectItem | ( | GuiCameraList * | guiCameraList | ) |
Constructs an item from a GuiCameraList.
[in] | guiCameraList | (GuiCameraList *) The list of cameras to construct from. |
References appendRow(), guiCamera(), ProjectItem(), setGuiCameraList(), and setTextColor().
Isis::ProjectItem::ProjectItem | ( | Project * | project | ) |
Constructs an item from a Project.
References appendRow(), Isis::Project::bundleSolutionInfo(), Isis::Project::controls(), Isis::Project::images(), project(), ProjectItem(), setGuiCameraList(), setProject(), setSpacecraft(), setTargetBodyList(), setTextColor(), Isis::Project::shapes(), and Isis::Project::templates().
Isis::ProjectItem::ProjectItem | ( | QList< BundleSolutionInfo *> | results | ) |
Constructs an item from a list of BundleSolutionInfo.
[in] | results | (QList<BundleSolutionInfo *>) The list to construct from. |
References appendRow(), bundleSolutionInfo(), ProjectItem(), setResults(), and setTextColor().
Isis::ProjectItem::ProjectItem | ( | TargetBodyQsp | targetBody | ) |
Constructs an item from a TargetBodyQsp.
[in] | targetBody | (TargetBodyQsp) The target body to construct from. |
References setTargetBody(), setTextColor(), and targetBody().
Isis::ProjectItem::ProjectItem | ( | TargetBodyList * | targetBodyList | ) |
Constructs an item from a TargetBodyList.
[in] | targetBodyList | (TargetBodyList *) The list to construct from. |
References appendRow(), ProjectItem(), setTargetBodyList(), setTextColor(), and targetBody().
Isis::ProjectItem::ProjectItem | ( | QList< TemplateList *> | templates | ) |
Constructs an item from a list of TemplateList.
[in] | shapes | (QList<TemplateList *>) The list to construct from. |
References appendRow(), ProjectItem(), setTemplates(), setTextColor(), and templateList().
Isis::ProjectItem::ProjectItem | ( | Template * | newTemplate | ) |
Constructs an item from a Template.
References setTemplate(), and setTextColor().
Isis::ProjectItem::ProjectItem | ( | TemplateList * | templateList | ) |
Constructs an item from an TemplateList.
[in] | templateList | (TemplateList *) The TemplateList to construct from. |
References appendRow(), ProjectItem(), setTemplateList(), setTextColor(), and templateList().
Isis::ProjectItem::ProjectItem | ( | FileItemQsp | filename, |
QString | treeText, | ||
QIcon | icon | ||
) |
Constructs an item representing a file in the filesystem.
[in] | filename | The full path to the file in the filesystem |
[in] | treetext | The name displayed in the project tree |
[in] | filename | A icon to display next to the treetext |
References setTextColor().
Isis::ProjectItem::ProjectItem | ( | FileItemQsp | filename, |
QString | treeText, | ||
QString | toolTipText, | ||
QIcon | icon | ||
) |
Constructs an item representing a file in the filesystem.
[in] | filename | The full path to the file in the filesystem |
[in] | treetext | The name displayed in the project tree |
[in] | filename | A icon to display next to the treetext |
References setTextColor().
Isis::ProjectItem::~ProjectItem | ( | ) |
Destructs a ProjectItem.
void Isis::ProjectItem::appendRow | ( | ProjectItem * | item | ) |
Appends an item to the children of this item.
[in] | item | (ProjectItem *) The item to append. |
References setTextColor().
Referenced by Isis::ProjectItemProxyModel::addChild(), ProjectItem(), and setTemplates().
BundleResults Isis::ProjectItem::bundleResults | ( | ) | const |
Returns the BundleResults stored in the data of the item.
Referenced by ProjectItem(), and setBundleResults().
BundleSettingsQsp Isis::ProjectItem::bundleSettings | ( | ) | const |
Returns the BundleSettings stored in the data of the item.
Referenced by ProjectItem(), and setBundleSettings().
BundleSolutionInfo * Isis::ProjectItem::bundleSolutionInfo | ( | ) | const |
Returns the BundleSolutionInfo stored in the data of the item.
Referenced by ProjectItem(), setBundleSolutionInfo(), and Isis::ProjectItemModel::setData().
ProjectItem * Isis::ProjectItem::child | ( | int | row | ) | const |
Returns the child item at a given row.
[in] | row | (int) The row. |
Referenced by Isis::ProjectItemProxyModel::addItem(), Isis::ProjectItemModel::clean(), findItemData(), Isis::JigsawSetupDialog::JigsawSetupDialog(), ProjectItem(), Isis::ProjectItemModel::removeItem(), Isis::ProjectItemModel::selectedBOSSImages(), and Isis::JigsawSetupDialog::treeViewSelectionChanged().
Control * Isis::ProjectItem::control | ( | ) | const |
Returns the Control stored in the data of the item.
Referenced by Isis::WorkOrder::isExecutable(), ProjectItem(), Isis::Project::setActiveControl(), setControl(), and Isis::WorkOrder::setData().
ControlList * Isis::ProjectItem::controlList | ( | ) | const |
Returns the ControlList stored in the data of the item.
Referenced by ProjectItem(), setControlList(), Isis::ProjectItemModel::setData(), and Isis::WorkOrder::setData().
CorrelationMatrix Isis::ProjectItem::correlationMatrix | ( | ) | const |
Returns the CorrelationMatrix stored the item.
Referenced by Isis::WorkOrder::isExecutable(), ProjectItem(), setCorrelationMatrix(), and Isis::WorkOrder::setData().
FileItemQsp Isis::ProjectItem::fileItem | ( | ) | const |
Returns the FileItemQsp stored in the data of the item.
Referenced by Isis::WorkOrder::isExecutable(), and Isis::WorkOrder::setData().
ProjectItem * Isis::ProjectItem::findItemData | ( | const QVariant & | value, |
int | role = Qt::UserRole+1 |
||
) |
Finds and returns the first item in the model that contains the data in the role.
[in] | value | (const QVariant &) The data. |
[in] | role | (int) The role. |
References child(), and findItemData().
Referenced by Isis::ProjectItemModel::findItemData(), and findItemData().
Template * Isis::ProjectItem::getTemplate | ( | ) | const |
Returns the Template stored in the data of the item.
Referenced by Isis::TemplateEditViewWorkOrder::isExecutable(), Isis::WorkOrder::isExecutable(), and Isis::WorkOrder::setData().
GuiCameraQsp Isis::ProjectItem::guiCamera | ( | ) | const |
Returns the GuiCameraQsp stored in the data of the item.
Referenced by Isis::WorkOrder::isExecutable(), ProjectItem(), Isis::WorkOrder::setData(), and setGuiCamera().
Image * Isis::ProjectItem::image | ( | ) | const |
Returns the Image stored in the data of the item.
Referenced by Isis::RemoveImagesWorkOrder::execute(), Isis::WorkOrder::isExecutable(), Isis::JigsawSetupDialog::JigsawSetupDialog(), Isis::ProjectItemModel::onSelectionChanged(), ProjectItem(), Isis::CubeDnView::save(), Isis::WorkOrder::setData(), setImage(), Isis::RemoveImagesWorkOrder::setupExecution(), and Isis::JigsawSetupDialog::treeViewSelectionChanged().
ImageList * Isis::ProjectItem::imageList | ( | ) | const |
Returns the ImageList stored in the data of the item.
Referenced by Isis::RemoveImagesWorkOrder::execute(), Isis::WorkOrder::isExecutable(), ProjectItem(), Isis::Project::setActiveImageList(), Isis::ProjectItemModel::setData(), Isis::WorkOrder::setData(), setImageList(), and Isis::RemoveImagesWorkOrder::setupExecution().
void Isis::ProjectItem::insertRow | ( | int | row, |
ProjectItem * | item | ||
) |
Inserts an item to the children of this item at the row.
[in] | row | (int) The row. |
[in] | item | (ProjectItem *) The item. |
References setTextColor().
bool Isis::ProjectItem::isBundleResults | ( | ) | const |
Returns true if BundleResults are stored in the data of the item.
Returns false otherwise.
bool Isis::ProjectItem::isBundleSettings | ( | ) | const |
Returns true if BundleSettings are stored in the data of the item.
Returns false otherwise.
bool Isis::ProjectItem::isBundleSolutionInfo | ( | ) | const |
Returns true if a BundleSolutionInfo is stored in the data of the item.
Returns false otherwise.
Referenced by Isis::ProjectItemModel::setData().
bool Isis::ProjectItem::isControl | ( | ) | const |
Returns true if a Control is stored in the data of the item.
Returns false otherwise.
Referenced by Isis::WorkOrder::isExecutable(), Isis::Project::setActiveControl(), and Isis::WorkOrder::setData().
bool Isis::ProjectItem::isControlList | ( | ) | const |
Returns true if a ControlList is stored in the data of the item.
Returns false otherwise.
Referenced by Isis::WorkOrder::isExecutable(), Isis::ProjectItemModel::setData(), and Isis::WorkOrder::setData().
bool Isis::ProjectItem::isCorrelationMatrix | ( | ) | const |
Returns true if a CorrelationMatrix is stored in the data of the item.
Returns false otherwise.
Referenced by Isis::WorkOrder::isExecutable(), and Isis::WorkOrder::setData().
bool Isis::ProjectItem::isFileItem | ( | ) | const |
Returns true if a FileItemQsp is stored in the data of the item.
Returns false otherwise.
Referenced by Isis::WorkOrder::isExecutable(), and Isis::WorkOrder::setData().
bool Isis::ProjectItem::isGuiCamera | ( | ) | const |
Returns true if a GuiCameraQsp is stored in the data of the item.
Returns false otherwise.
Referenced by Isis::WorkOrder::isExecutable(), and Isis::WorkOrder::setData().
bool Isis::ProjectItem::isImage | ( | ) | const |
Returns true if an Image is stored in the data of the item.
Returns false otherwise.
Referenced by Isis::CubeDnView::addItem(), Isis::RemoveImagesWorkOrder::execute(), Isis::WorkOrder::isExecutable(), Isis::JigsawSetupDialog::JigsawSetupDialog(), Isis::ProjectItemModel::onSelectionChanged(), Isis::CubeDnView::save(), Isis::ProjectItemModel::selectedBOSSImages(), Isis::WorkOrder::setData(), and Isis::RemoveImagesWorkOrder::setupExecution().
bool Isis::ProjectItem::isImageList | ( | ) | const |
Returns true if an ImageList is stored in the data of the item.
Returns false otherwise.
Referenced by Isis::CubeDnView::addItem(), Isis::RemoveImagesWorkOrder::execute(), Isis::WorkOrder::isExecutable(), Isis::JigsawSetupDialog::JigsawSetupDialog(), Isis::ProjectItemModel::selectedBOSSImages(), Isis::Project::setActiveImageList(), Isis::ProjectItemModel::setData(), Isis::WorkOrder::setData(), Isis::RemoveImagesWorkOrder::setupExecution(), and Isis::JigsawSetupDialog::treeViewSelectionChanged().
bool Isis::ProjectItem::isProject | ( | ) | const |
Returns true if a Project is stored in the data of the item.
Returns false otherwise.
Referenced by Isis::WorkOrder::isExecutable(), Isis::ProjectItemModel::setData(), and Isis::WorkOrder::setData().
bool Isis::ProjectItem::isShape | ( | ) | const |
Returns true if an Shape is stored in the data of the item.
Returns false otherwise.
Referenced by Isis::CubeDnView::addItem(), Isis::WorkOrder::isExecutable(), Isis::CubeDnView::save(), Isis::WorkOrder::setData(), and Isis::CubeDnView::viewportContainsShape().
bool Isis::ProjectItem::isShapeList | ( | ) | const |
Returns true if an ShapeList is stored in the data of the item.
Returns false otherwise.
Referenced by Isis::CubeDnView::addItem(), Isis::WorkOrder::isExecutable(), Isis::ProjectItemModel::setData(), and Isis::WorkOrder::setData().
bool Isis::ProjectItem::isTargetBody | ( | ) | const |
Returns true if a TargetBodyQsp is stored in the data of the item.
Returns false otherwise.
Referenced by Isis::WorkOrder::isExecutable(), and Isis::WorkOrder::setData().
bool Isis::ProjectItem::isTemplate | ( | ) | const |
ProjectItemModel * Isis::ProjectItem::model | ( | ) | const |
Returns the ProjectItemModel associated with this item.
Referenced by Isis::ProjectItemProxyModel::addChild().
ProjectItem * Isis::ProjectItem::parent | ( | ) | const |
Returns the parent item of this item.
Referenced by Isis::ProjectItemProxyModel::addChild(), Isis::ProjectItemProxyModel::addItem(), Isis::ProjectItemModel::removeItem(), and Isis::ProjectItemModel::selectedBOSSImages().
Project * Isis::ProjectItem::project | ( | ) | const |
Returns the Project stored in the data of the item.
Referenced by Isis::ProjectItemModel::clean(), ProjectItem(), and setProject().
void Isis::ProjectItem::setBundleResults | ( | BundleResults | bundleResults | ) |
Sets the text, icon, and data corresponding to BundleResults.
[in] | bundleResults | (BundleResults) The BundleResults. |
References bundleResults(), and setTextColor().
Referenced by ProjectItem().
void Isis::ProjectItem::setBundleSettings | ( | BundleSettingsQsp | bundleSettings | ) |
Sets the text, icon, and data corresponding to BundleSettings.
[in] | bundleSettings | (BundleSettingsQsp) The BundleSettingsQsp. |
References bundleSettings(), and setTextColor().
Referenced by ProjectItem().
void Isis::ProjectItem::setBundleSolutionInfo | ( | BundleSolutionInfo * | bundleSolutionInfo | ) |
Sets the text, icon, and data corresponding to a BundleSolutionInfo.
[in] | bundleSolutionInfo | (BundleSolutionInfo *) The BundleSolutionInfo. |
References bundleSolutionInfo(), Isis::BundleSolutionInfo::name(), Isis::BundleSolutionInfo::runTime(), and setTextColor().
Referenced by ProjectItem().
void Isis::ProjectItem::setChild | ( | int | row, |
ProjectItem * | item | ||
) |
Sets the child at the given row to an item.
[in] | row | (int) The row. |
[in] | item | (ProjectItem *) The item. |
References setTextColor().
void Isis::ProjectItem::setControl | ( | Control * | control | ) |
Sets the text, icon, and data corresponding to a Control.
References control(), Isis::Control::fileName(), and setTextColor().
Referenced by ProjectItem().
void Isis::ProjectItem::setControlList | ( | ControlList * | controlList | ) |
Sets the text, icon, and data corresponding to a ControlList.
[in] | controlList | (ControlList *) The ControlList. |
References controlList(), Isis::ControlList::name(), and setTextColor().
Referenced by ProjectItem().
void Isis::ProjectItem::setControls | ( | ) |
Sets the text, icon, and data corresponding to a list of ControlList.
References setTextColor().
Referenced by ProjectItem().
void Isis::ProjectItem::setCorrelationMatrix | ( | CorrelationMatrix | correlationMatrix | ) |
Sets the text, icon, and data corresponding to a CorrelationMatrix.
[in] | correlationMatrix | (CorrelationMatrix) The CorrelationMatrix. |
References correlationMatrix(), and setTextColor().
Referenced by ProjectItem().
void Isis::ProjectItem::setGuiCamera | ( | GuiCameraQsp | guiCamera | ) |
Sets the text, icon, and data corresponding to a GuiCameraQsp.
[in] | guiCamera | (GuiCameraQsp) The GuiCameraQsp. |
References guiCamera(), and setTextColor().
Referenced by ProjectItem().
void Isis::ProjectItem::setGuiCameraList | ( | ) |
Sets the text, icon, and data corresponding to a GuiCameraQsp.
References setTextColor().
Referenced by ProjectItem().
void Isis::ProjectItem::setImage | ( | Image * | image | ) |
Sets the text, icon, and data corresponding to an Image.
References Isis::Image::fileName(), image(), and setTextColor().
Referenced by ProjectItem().
void Isis::ProjectItem::setImageList | ( | ImageList * | imageList | ) |
Sets the text, icon, and data corresponding to an ImageList.
References imageList(), Isis::ImageList::name(), Isis::ImageList::path(), and setTextColor().
Referenced by ProjectItem().
void Isis::ProjectItem::setImages | ( | ) |
Sets the text, icon, and data corresponding to a list of ImageList.
References setTextColor().
Referenced by ProjectItem().
void Isis::ProjectItem::setProject | ( | Project * | project | ) |
Sets the text, icon, and data corresponding to a Project.
References Isis::Project::name(), project(), Isis::Project::projectRoot(), and setTextColor().
Referenced by ProjectItem().
void Isis::ProjectItem::setProjectItem | ( | ProjectItem * | item | ) |
Sets the text, icon, and data to those of another item.
[in] | item | (ProjectItem *) The other item. |
References setTextColor().
Referenced by Isis::ProjectItemProxyModel::addChild(), and ProjectItem().
void Isis::ProjectItem::setResults | ( | ) |
Sets the text, icon, and data corresponding to a list of Results.
References setTextColor().
Referenced by ProjectItem().
void Isis::ProjectItem::setShape | ( | Shape * | shape | ) |
Sets the text, icon, and data corresponding to an Shape.
References Isis::Shape::fileName(), setTextColor(), and shape().
Referenced by ProjectItem().
void Isis::ProjectItem::setShapeList | ( | ShapeList * | shapeList | ) |
Sets the text, icon, and data corresponding to an ShapeList.
References Isis::ShapeList::name(), Isis::ShapeList::path(), setTextColor(), and shapeList().
Referenced by ProjectItem().
void Isis::ProjectItem::setShapes | ( | ) |
Sets the text, icon, and data corresponding to a list of ShapeList.
References setTextColor().
Referenced by ProjectItem().
void Isis::ProjectItem::setSpacecraft | ( | ) |
Sets the text, icon, and data corresponding to SpaceCraft.
References setTextColor().
Referenced by ProjectItem().
void Isis::ProjectItem::setTargetBody | ( | TargetBodyQsp | targetBody | ) |
Sets the text, icon, and data corresponding to a TargetBodyQsp.
targetBody | Target body to set data from |
References setTextColor(), and targetBody().
Referenced by ProjectItem().
void Isis::ProjectItem::setTargetBodyList | ( | ) |
Sets the text, icon, and data corresponding to a TargetBodyList.
References setTextColor().
Referenced by ProjectItem().
void Isis::ProjectItem::setTemplate | ( | Template * | newTemplate | ) |
Sets the text, icon, and data corresponding to a Template.
References Isis::Template::fileName(), and setTextColor().
Referenced by ProjectItem().
void Isis::ProjectItem::setTemplateList | ( | TemplateList * | templateList | ) |
Sets the text, icon, and data corresponding to an TemplateList.
[in] | templateList | (TemplateList *) The TemplateList. |
References Isis::TemplateList::name(), Isis::TemplateList::path(), setTextColor(), and templateList().
Referenced by ProjectItem().
void Isis::ProjectItem::setTemplates | ( | ) |
Sets the text, icon, and data corresponding to a list of TemplateList.
References appendRow(), and ProjectItem().
Referenced by ProjectItem().
void Isis::ProjectItem::setTextColor | ( | Qt::GlobalColor | color | ) |
Referenced by appendRow(), insertRow(), ProjectItem(), Isis::Project::setActiveControl(), Isis::Project::setActiveImageList(), setBundleResults(), setBundleSettings(), setBundleSolutionInfo(), setChild(), setControl(), setControlList(), setControls(), setCorrelationMatrix(), setGuiCamera(), setGuiCameraList(), setImage(), setImageList(), setImages(), setProject(), setProjectItem(), setResults(), setShape(), setShapeList(), setShapes(), setSpacecraft(), setTargetBody(), setTargetBodyList(), setTemplate(), and setTemplateList().
Shape * Isis::ProjectItem::shape | ( | ) | const |
Returns the Shape stored in the data of the item.
Referenced by Isis::WorkOrder::isExecutable(), ProjectItem(), Isis::CubeDnView::save(), Isis::WorkOrder::setData(), and setShape().
ShapeList * Isis::ProjectItem::shapeList | ( | ) | const |
Returns the ShapeList stored in the data of the item.
Referenced by Isis::WorkOrder::isExecutable(), ProjectItem(), Isis::ProjectItemModel::setData(), Isis::WorkOrder::setData(), and setShapeList().
ProjectItem * Isis::ProjectItem::takeChild | ( | int | row | ) |
Removes the child item at the given row and returns the removed item.
[in] | row | (int) The row. |
TargetBodyQsp Isis::ProjectItem::targetBody | ( | ) | const |
Returns the TargetBodyQsp stored in the data of the item.
Referenced by Isis::WorkOrder::isExecutable(), ProjectItem(), Isis::WorkOrder::setData(), and setTargetBody().
TemplateList * Isis::ProjectItem::templateList | ( | ) | const |
Returns the TemplateList stored in the data of the item.
Referenced by ProjectItem(), and setTemplateList().