Isis 3 Programmer Reference
Isis::ProjectItem Class Reference

Represents an item of a ProjectItemModel in Qt's model-view framework. More...

#include <ProjectItem.h>

Inheritance diagram for Isis::ProjectItem:
Inheritance graph
Collaboration diagram for Isis::ProjectItem:
Collaboration graph

Public Member Functions

 ProjectItem ()
 Constructs an item without children, a parent, or a model.
 
 ProjectItem (ProjectItem *item)
 Contructs a copy of another item.
 
 ProjectItem (BundleResults bundleResults)
 Constructs an item from a BundleResults.
 
 ProjectItem (BundleSettingsQsp bundleSettings)
 Constructs an item from a BundleSettings.
 
 ProjectItem (BundleSolutionInfo *bundleSolutionInfo)
 Constructs an item from a BundleSolutionInfo.
 
 ProjectItem (Control *control)
 Constructs an item from a Control.
 
 ProjectItem (ControlList *controlList)
 Constructs an item from a ControlList.
 
 ProjectItem (QList< ControlList * > controls)
 Constructs an item from a list of ControlList.
 
 ProjectItem (CorrelationMatrix correlationMatrix)
 Constructs an item from a CorrelationMatrix.
 
 ProjectItem (Image *image)
 Constructs an item from an Image.
 
 ProjectItem (ImageList *imageList)
 Constructs an item from an ImageList.
 
 ProjectItem (QList< ImageList * > images)
 Constructs an item from a list of ImageList.
 
 ProjectItem (Shape *shape)
 Constructs an item from an Shape.
 
 ProjectItem (ShapeList *shapeList)
 Constructs an item from an ShapeList.
 
 ProjectItem (QList< ShapeList * > shapes)
 Constructs an item from a list of ShapeList.
 
 ProjectItem (GuiCameraQsp guiCamera)
 Constructs an item from a GuiCameraQsp.
 
 ProjectItem (GuiCameraList *guiCameraList)
 Constructs an item from a GuiCameraList.
 
 ProjectItem (Project *project)
 Constructs an item from a Project.
 
 ProjectItem (QList< BundleSolutionInfo * > results)
 Constructs an item from a list of BundleSolutionInfo.
 
 ProjectItem (TargetBodyQsp targetBody)
 Constructs an item from a TargetBodyQsp.
 
 ProjectItem (TargetBodyList *targetBodyList)
 Constructs an item from a TargetBodyList.
 
 ProjectItem (QList< TemplateList * > templates)
 Constructs an item from a list of TemplateList.
 
 ProjectItem (Template *newTemplate)
 Constructs an item from a Template.
 
 ProjectItem (TemplateList *templateList)
 Constructs an item from an TemplateList.
 
 ProjectItem (FileItemQsp filename, QString treeText, QIcon icon)
 Constructs an item representing a file in the filesystem.
 
 ProjectItem (FileItemQsp filename, QString treeText, QString toolTipText, QIcon icon)
 Constructs an item representing a file in the filesystem.
 
 ~ProjectItem ()
 Destructs a ProjectItem.
 
BundleResults bundleResults () const
 Returns the BundleResults stored in the data of the item.
 
BundleSettingsQsp bundleSettings () const
 Returns the BundleSettings stored in the data of the item.
 
BundleSolutionInfobundleSolutionInfo () const
 Returns the BundleSolutionInfo stored in the data of the item.
 
Controlcontrol () const
 Returns the Control stored in the data of the item.
 
ControlListcontrolList () const
 Returns the ControlList stored in the data of the item.
 
CorrelationMatrix correlationMatrix () const
 Returns the CorrelationMatrix stored the item.
 
Imageimage () const
 Returns the Image stored in the data of the item.
 
ImageListimageList () const
 Returns the ImageList stored in the data of the item.
 
Shapeshape () const
 Returns the Shape stored in the data of the item.
 
ShapeListshapeList () const
 Returns the ShapeList stored in the data of the item.
 
Projectproject () const
 Returns the Project stored in the data of the item.
 
GuiCameraQsp guiCamera () const
 Returns the GuiCameraQsp stored in the data of the item.
 
TargetBodyQsp targetBody () const
 Returns the TargetBodyQsp stored in the data of the item.
 
TemplategetTemplate () const
 Returns the Template stored in the data of the item.
 
TemplateListtemplateList () const
 Returns the TemplateList stored in the data of the item.
 
FileItemQsp fileItem () const
 Returns the FileItemQsp stored in the data of the item.
 
bool isBundleResults () const
 Returns true if BundleResults are stored in the data of the item.
 
bool isBundleSettings () const
 Returns true if BundleSettings are stored in the data of the item.
 
bool isBundleSolutionInfo () const
 Returns true if a BundleSolutionInfo is stored in the data of the item.
 
bool isControl () const
 Returns true if a Control is stored in the data of the item.
 
bool isControlList () const
 Returns true if a ControlList is stored in the data of the item.
 
bool isCorrelationMatrix () const
 Returns true if a CorrelationMatrix is stored in the data of the item.
 
bool isImage () const
 Returns true if an Image is stored in the data of the item.
 
bool isImageList () const
 Returns true if an ImageList is stored in the data of the item.
 
bool isShape () const
 Returns true if an Shape is stored in the data of the item.
 
bool isShapeList () const
 Returns true if an ShapeList is stored in the data of the item.
 
bool isProject () const
 Returns true if a Project is stored in the data of the item.
 
bool isGuiCamera () const
 Returns true if a GuiCameraQsp is stored in the data of the item.
 
bool isTargetBody () const
 Returns true if a TargetBodyQsp is stored in the data of the item.
 
bool isFileItem () const
 Returns true if a FileItemQsp is stored in the data of the item.
 
bool isTemplate () const
 
void setProjectItem (ProjectItem *item)
 Sets the text, icon, and data to those of another item.
 
void setBundleResults (BundleResults bundleResults)
 Sets the text, icon, and data corresponding to BundleResults.
 
void setBundleSettings (BundleSettingsQsp bundleSettings)
 Sets the text, icon, and data corresponding to BundleSettings.
 
void setBundleSolutionInfo (BundleSolutionInfo *bundleSolutionInfo)
 Sets the text, icon, and data corresponding to a BundleSolutionInfo.
 
void setControl (Control *control)
 Sets the text, icon, and data corresponding to a Control.
 
void setControlList (ControlList *controlList)
 Sets the text, icon, and data corresponding to a ControlList.
 
void setControls ()
 Sets the text, icon, and data corresponding to a list of ControlList.
 
void setCorrelationMatrix (CorrelationMatrix correlationMatrix)
 Sets the text, icon, and data corresponding to a CorrelationMatrix.
 
void setImage (Image *image)
 Sets the text, icon, and data corresponding to an Image.
 
void setImageList (ImageList *imageList)
 Sets the text, icon, and data corresponding to an ImageList.
 
void setImages ()
 Sets the text, icon, and data corresponding to a list of ImageList.
 
void setShape (Shape *shape)
 Sets the text, icon, and data corresponding to an Shape.
 
void setShapeList (ShapeList *shapeList)
 Sets the text, icon, and data corresponding to an ShapeList.
 
void setShapes ()
 Sets the text, icon, and data corresponding to a list of ShapeList.
 
void setProject (Project *project)
 Sets the text, icon, and data corresponding to a Project.
 
void setResults ()
 Sets the text, icon, and data corresponding to a list of Results.
 
void setGuiCamera (GuiCameraQsp guiCamera)
 Sets the text, icon, and data corresponding to a GuiCameraQsp.
 
void setGuiCameraList ()
 Sets the text, icon, and data corresponding to a GuiCameraQsp.
 
void setSpacecraft ()
 Sets the text, icon, and data corresponding to SpaceCraft.
 
void setTargetBody (TargetBodyQsp targetBody)
 Sets the text, icon, and data corresponding to a TargetBodyQsp.
 
void setTargetBodyList ()
 Sets the text, icon, and data corresponding to a TargetBodyList.
 
void setTemplate (Template *newTemplate)
 Sets the text, icon, and data corresponding to a Template.
 
void setTemplates ()
 Sets the text, icon, and data corresponding to a list of TemplateList.
 
void setTemplateList (TemplateList *templateList)
 Sets the text, icon, and data corresponding to an TemplateList.
 
ProjectItemfindItemData (const QVariant &value, int role=Qt::UserRole+1)
 Finds and returns the first item in the model that contains the data in the role.
 
void appendRow (ProjectItem *item)
 Appends an item to the children of this item.
 
ProjectItemchild (int row) const
 Returns the child item at a given row.
 
void insertRow (int row, ProjectItem *item)
 Inserts an item to the children of this item at the row.
 
ProjectItemModelmodel () const
 Returns the ProjectItemModel associated with this item.
 
ProjectItemparent () const
 Returns the parent item of this item.
 
void setChild (int row, ProjectItem *item)
 Sets the child at the given row to an item.
 
ProjectItemtakeChild (int row)
 Removes the child item at the given row and returns the removed item.
 
void setTextColor (Qt::GlobalColor color)
 

Detailed Description

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.

Image *image = new Image("example.cub");
This represents a cube in a project-based GUI interface.
Definition Image.h:107
Represents an item of a ProjectItemModel in Qt's model-view framework.
Project * project() const
Returns the Project stored in the data of the item.
ProjectItem()
Constructs an item without children, a parent, or a model.
Image * image() const
Returns the Image stored in the data of the item.
ProjectItemModel * model() const
Returns the ProjectItemModel associated with this item.
Provides access to data stored in a Project through Qt's model-view framework.
void appendRow(ProjectItem *item)
Appends a top-level item to the model.
Author
2015-10-21 Jeffrey Covington
History

2015-10-21 Jeffrey Covington - Original version.

2016-06-27 Ian Humphrey - Minor documentation updates. Fixes #4006.

2016-08-18 Jeannie Backer - Changed raw BundleSettings pointer to BundleSettingsQsp.

2016-07-25 Tracie Sucharksi - Added support for Shapes.

2016-08-25 Adam Paquette - Updated documentation. Fixes #4299.

2016-11-10 Tyler Wilson - Changed the alias reference to the the data management icon from 'data' to 'data-management' in the setProject function. A naming conflict was causing strange warnings to show up on the command line when ipce is launched, and this fixed it. Fixes #3982.

2016-12-02 Tracie Sucharski - Added ability to change text color for and item.

2017-04-17 Tracie Sucharski - Turn off editing on all items except for the project name.

2017-05-01 Makayla Shepherd - Added the images that were bundled to the BundleSolutionInfo ProjectItem. Fixes #4818.

2017-05-02 Tracie Sucharski - Get rid of Correlation Matrix in BundleResults, change order of objects under BundleSolutionInfo. Change text on some of BundleSolutionInfo items. Fixes #4822.

2017-05-04 J Bonn -Added FileItem to project tree. Fixes #4838.

2017-05-04 Tracie Sucharski - Added isFileItem and fileItem methods and member variables needed for WorkOrders. Fixes #4839. Fixes #4840.

2017-06-14 Ken Edmundson - Added constructor for FileItem type, including a tooltip.

2017-07-13 Makayla Shepherd - Added the ability to change the name of image imports, shape imports, and bundle solution info. Fixes #4855, #4979, #4980.

2017-08-03 Cole Neubauer - Explicitely set the color of each new ProjectItem to Qt::Black Fixes #5095

2017-08-11 Christopher Combs - Added isTemplate() and setTemplate() to allow for imported templates to show on the project tree. Fixes #5086.

2017-08-14 Summer Stapleton - Updated icons/images to properly licensed or open source images. Fixes #5105.

2017-11-01 Ian Humphrey - Changed imageList to adjustedImages in the constructor taking a BundleSolutionInfo. Fixes #4849.

2017-11-03 Christopher Combs - Added support for new Template and TemplateList classes. Fixes #5117.

2018-03-22 Ken Edmundson - Modified constructor taking a BundleSolutionInfo to append a row for a Control object containing the output control net from the bundle adjustment.

2018-07-02 Tracie Sucharski - Added tooltip containing project path to the project root item.

Definition at line 134 of file ProjectItem.h.

Constructor & Destructor Documentation

◆ ProjectItem() [1/26]

Isis::ProjectItem::ProjectItem ( )

◆ ProjectItem() [2/26]

Isis::ProjectItem::ProjectItem ( ProjectItem * item)
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.

Parameters
[in]item(ProjectItem *) The item to copy.

Definition at line 63 of file ProjectItem.cpp.

References appendRow(), child(), ProjectItem(), and setProjectItem().

◆ ProjectItem() [3/26]

Isis::ProjectItem::ProjectItem ( BundleResults bundleResults)

Constructs an item from a BundleResults.

Parameters
[in]bundleResults(BundleResults) The BundleResults to construct from.

Definition at line 113 of file ProjectItem.cpp.

References bundleResults(), and setBundleResults().

◆ ProjectItem() [4/26]

Isis::ProjectItem::ProjectItem ( BundleSettingsQsp bundleSettings)

Constructs an item from a BundleSettings.

Parameters
[in]bundleSettings(BundleSettingsQsp) The BundleSettings to construct from.

Definition at line 126 of file ProjectItem.cpp.

References bundleSettings(), and setBundleSettings().

◆ ProjectItem() [5/26]

◆ ProjectItem() [6/26]

Isis::ProjectItem::ProjectItem ( Control * control)

Constructs an item from a Control.

Parameters
[in]control(Control *) The Control to construct from.

Definition at line 158 of file ProjectItem.cpp.

References control(), and setControl().

◆ ProjectItem() [7/26]

Isis::ProjectItem::ProjectItem ( ControlList * controlList)

Constructs an item from a ControlList.

Parameters
[in]controlList(ControlList *) The ControlList to construct from.

Definition at line 170 of file ProjectItem.cpp.

References appendRow(), control(), controlList(), ProjectItem(), and setControlList().

◆ ProjectItem() [8/26]

Isis::ProjectItem::ProjectItem ( QList< ControlList * > controls)

Constructs an item from a list of ControlList.

Parameters
[in]controls(QList<ControlList *>) The list to construct from.

Definition at line 185 of file ProjectItem.cpp.

References appendRow(), controlList(), ProjectItem(), and setControls().

◆ ProjectItem() [9/26]

Isis::ProjectItem::ProjectItem ( CorrelationMatrix correlationMatrix)

Constructs an item from a CorrelationMatrix.

Parameters
[in]correlationMatrix(CorrelationMatrix) The CorrelationMatrix to construct from.

Definition at line 201 of file ProjectItem.cpp.

References correlationMatrix(), and setCorrelationMatrix().

◆ ProjectItem() [10/26]

Isis::ProjectItem::ProjectItem ( Image * image)

Constructs an item from an Image.

Parameters
[in]image(Image *) The Image to construct from.

Definition at line 213 of file ProjectItem.cpp.

References image(), and setImage().

◆ ProjectItem() [11/26]

Isis::ProjectItem::ProjectItem ( ImageList * imageList)

Constructs an item from an ImageList.

Parameters
[in]imageList(ImageList *) The ImageList to construct from.

Definition at line 225 of file ProjectItem.cpp.

References appendRow(), image(), imageList(), ProjectItem(), and setImageList().

◆ ProjectItem() [12/26]

Isis::ProjectItem::ProjectItem ( QList< ImageList * > images)

Constructs an item from a list of ImageList.

Parameters
[in]images(QList<ImageList *>) The list to construct from.

Definition at line 240 of file ProjectItem.cpp.

References appendRow(), imageList(), ProjectItem(), and setImages().

◆ ProjectItem() [13/26]

Isis::ProjectItem::ProjectItem ( Shape * shape)

Constructs an item from an Shape.

Parameters
[in]shape(Shape *) The Shape to construct from.

Definition at line 255 of file ProjectItem.cpp.

References setShape(), and shape().

◆ ProjectItem() [14/26]

Isis::ProjectItem::ProjectItem ( ShapeList * shapeList)

Constructs an item from an ShapeList.

Parameters
[in]shapeList(ShapeList *) The ShapeList to construct from.

Definition at line 267 of file ProjectItem.cpp.

References appendRow(), ProjectItem(), setShapeList(), shape(), and shapeList().

◆ ProjectItem() [15/26]

Isis::ProjectItem::ProjectItem ( QList< ShapeList * > shapes)

Constructs an item from a list of ShapeList.

Parameters
[in]shapes(QList<ShapeList *>) The list to construct from.

Definition at line 282 of file ProjectItem.cpp.

References appendRow(), ProjectItem(), setShapes(), and shapeList().

◆ ProjectItem() [16/26]

Isis::ProjectItem::ProjectItem ( GuiCameraQsp guiCamera)

Constructs an item from a GuiCameraQsp.

Parameters
[in]guiCamera(GuiCameraQsp) The camera to construct from.

Definition at line 339 of file ProjectItem.cpp.

References guiCamera(), and setGuiCamera().

◆ ProjectItem() [17/26]

Isis::ProjectItem::ProjectItem ( GuiCameraList * guiCameraList)

Constructs an item from a GuiCameraList.

Parameters
[in]guiCameraList(GuiCameraList *) The list of cameras to construct from.

Definition at line 352 of file ProjectItem.cpp.

References appendRow(), guiCamera(), ProjectItem(), and setGuiCameraList().

◆ ProjectItem() [18/26]

Isis::ProjectItem::ProjectItem ( Project * project)

Constructs an item from a Project.

Parameters
[in]project(Project *) The Project to construct from.

Definition at line 367 of file ProjectItem.cpp.

References appendRow(), Isis::Project::bundleSolutionInfo(), Isis::Project::controls(), Isis::Project::images(), project(), ProjectItem(), setProject(), and Isis::Project::templates().

◆ ProjectItem() [19/26]

Isis::ProjectItem::ProjectItem ( QList< BundleSolutionInfo * > results)

Constructs an item from a list of BundleSolutionInfo.

Parameters
[in]results(QList<BundleSolutionInfo *>) The list to construct from.

Definition at line 398 of file ProjectItem.cpp.

References appendRow(), bundleSolutionInfo(), ProjectItem(), and setResults().

◆ ProjectItem() [20/26]

Isis::ProjectItem::ProjectItem ( TargetBodyQsp targetBody)

Constructs an item from a TargetBodyQsp.

Parameters
[in]targetBody(TargetBodyQsp) The target body to construct from.

Definition at line 413 of file ProjectItem.cpp.

References setTargetBody(), and targetBody().

◆ ProjectItem() [21/26]

Isis::ProjectItem::ProjectItem ( TargetBodyList * targetBodyList)

Constructs an item from a TargetBodyList.

Parameters
[in]targetBodyList(TargetBodyList *) The list to construct from.

Definition at line 425 of file ProjectItem.cpp.

References appendRow(), ProjectItem(), setTargetBodyList(), and targetBody().

◆ ProjectItem() [22/26]

Isis::ProjectItem::ProjectItem ( QList< TemplateList * > templates)

Constructs an item from a list of TemplateList.

Parameters
[in]shapes(QList<TemplateList *>) The list to construct from.

Definition at line 325 of file ProjectItem.cpp.

References appendRow(), ProjectItem(), setTemplates(), and templateList().

◆ ProjectItem() [23/26]

Isis::ProjectItem::ProjectItem ( Template * newTemplate)

Constructs an item from a Template.

Parameters
[in]template(Template *) The Template to construct from.

Definition at line 297 of file ProjectItem.cpp.

References setTemplate().

◆ ProjectItem() [24/26]

Isis::ProjectItem::ProjectItem ( TemplateList * templateList)

Constructs an item from an TemplateList.

Parameters
[in]templateList(TemplateList *) The TemplateList to construct from.

Definition at line 309 of file ProjectItem.cpp.

References appendRow(), ProjectItem(), setTemplateList(), and templateList().

◆ ProjectItem() [25/26]

Isis::ProjectItem::ProjectItem ( FileItemQsp filename,
QString treeText,
QIcon icon )

Constructs an item representing a file in the filesystem.

Parameters
[in]filenameThe full path to the file in the filesystem
[in]treetextThe name displayed in the project tree
[in]filenameA icon to display next to the treetext

Definition at line 80 of file ProjectItem.cpp.

◆ ProjectItem() [26/26]

Isis::ProjectItem::ProjectItem ( FileItemQsp filename,
QString treeText,
QString toolTipText,
QIcon icon )

Constructs an item representing a file in the filesystem.

Parameters
[in]filenameThe full path to the file in the filesystem
[in]treetextThe name displayed in the project tree
[in]filenameA icon to display next to the treetext

Definition at line 96 of file ProjectItem.cpp.

◆ ~ProjectItem()

Isis::ProjectItem::~ProjectItem ( )

Destructs a ProjectItem.

Definition at line 438 of file ProjectItem.cpp.

Member Function Documentation

◆ appendRow()

◆ bundleResults()

BundleResults Isis::ProjectItem::bundleResults ( ) const

Returns the BundleResults stored in the data of the item.

Returns
BundleResults The BundleResults of the item.

Definition at line 446 of file ProjectItem.cpp.

Referenced by ProjectItem(), and setBundleResults().

◆ bundleSettings()

BundleSettingsQsp Isis::ProjectItem::bundleSettings ( ) const

Returns the BundleSettings stored in the data of the item.

Returns
BundleSettingsQsp The BundleSettings of the item.

Definition at line 456 of file ProjectItem.cpp.

Referenced by ProjectItem(), and setBundleSettings().

◆ bundleSolutionInfo()

BundleSolutionInfo * Isis::ProjectItem::bundleSolutionInfo ( ) const

Returns the BundleSolutionInfo stored in the data of the item.

Returns
BundleSolutionInfo* The BundleSolutionInfo of the item.

Definition at line 466 of file ProjectItem.cpp.

Referenced by ProjectItem(), ProjectItem(), setBundleSolutionInfo(), and Isis::ProjectItemModel::setData().

◆ child()

◆ control()

Control * Isis::ProjectItem::control ( ) const

Returns the Control stored in the data of the item.

Returns
Control* The Control of the item.

Definition at line 536 of file ProjectItem.cpp.

Referenced by Isis::WorkOrder::isExecutable(), ProjectItem(), ProjectItem(), Isis::Project::setActiveControl(), setControl(), and Isis::WorkOrder::setData().

◆ controlList()

ControlList * Isis::ProjectItem::controlList ( ) const

Returns the ControlList stored in the data of the item.

Returns
ControlList* The ControlList of the item.

Definition at line 546 of file ProjectItem.cpp.

Referenced by ProjectItem(), ProjectItem(), setControlList(), Isis::ProjectItemModel::setData(), and Isis::WorkOrder::setData().

◆ correlationMatrix()

CorrelationMatrix Isis::ProjectItem::correlationMatrix ( ) const

Returns the CorrelationMatrix stored the item.

Returns
CorrelationMatrix* The CorrelationMatrix of the item.

Definition at line 556 of file ProjectItem.cpp.

Referenced by Isis::WorkOrder::isExecutable(), ProjectItem(), setCorrelationMatrix(), and Isis::WorkOrder::setData().

◆ fileItem()

FileItemQsp Isis::ProjectItem::fileItem ( ) const

Returns the FileItemQsp stored in the data of the item.

Returns
FileItemQsp The filename stored in the item.

Definition at line 597 of file ProjectItem.cpp.

Referenced by Isis::WorkOrder::isExecutable(), and Isis::WorkOrder::setData().

◆ findItemData()

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.

Parameters
[in]value(const QVariant &) The data.
[in]role(int) The role.
Returns
ProjectItem* The found item.

Definition at line 1145 of file ProjectItem.cpp.

References child(), and findItemData().

Referenced by Isis::ProjectItemModel::findItemData(), and findItemData().

◆ getTemplate()

Template * Isis::ProjectItem::getTemplate ( ) const

Returns the Template stored in the data of the item.

Returns
(Template *) The Template of the item.

Definition at line 516 of file ProjectItem.cpp.

Referenced by Isis::WorkOrder::isExecutable(), and Isis::WorkOrder::setData().

◆ guiCamera()

GuiCameraQsp Isis::ProjectItem::guiCamera ( ) const

Returns the GuiCameraQsp stored in the data of the item.

Returns
GuiCameraQsp The camera stored in the item.

Definition at line 576 of file ProjectItem.cpp.

Referenced by Isis::WorkOrder::isExecutable(), ProjectItem(), ProjectItem(), Isis::WorkOrder::setData(), and setGuiCamera().

◆ image()

◆ imageList()

ImageList * Isis::ProjectItem::imageList ( ) const

◆ insertRow()

void Isis::ProjectItem::insertRow ( int row,
ProjectItem * item )

Inserts an item to the children of this item at the row.

Parameters
[in]row(int) The row.
[in]item(ProjectItem *) The item.

Definition at line 1190 of file ProjectItem.cpp.

◆ isBundleResults()

bool Isis::ProjectItem::isBundleResults ( ) const

Returns true if BundleResults are stored in the data of the item.

Returns false otherwise.

Returns
bool If BundleResults are stored in the data of the item or not.

Definition at line 613 of file ProjectItem.cpp.

◆ isBundleSettings()

bool Isis::ProjectItem::isBundleSettings ( ) const

Returns true if BundleSettings are stored in the data of the item.

Returns false otherwise.

Returns
bool If BundleSettings are stored in the data of the item or not.

Definition at line 624 of file ProjectItem.cpp.

◆ isBundleSolutionInfo()

bool Isis::ProjectItem::isBundleSolutionInfo ( ) const

Returns true if a BundleSolutionInfo is stored in the data of the item.

Returns false otherwise.

Returns
bool If a BundleSolutionInfo is stored in the data of the item or not.

Definition at line 635 of file ProjectItem.cpp.

Referenced by Isis::ProjectItemModel::setData().

◆ isControl()

bool Isis::ProjectItem::isControl ( ) const

Returns true if a Control is stored in the data of the item.

Returns false otherwise.

Returns
bool If a Control is stored in the data of the item or not.

Definition at line 690 of file ProjectItem.cpp.

Referenced by Isis::WorkOrder::isExecutable(), Isis::Project::setActiveControl(), and Isis::WorkOrder::setData().

◆ isControlList()

bool Isis::ProjectItem::isControlList ( ) const

Returns true if a ControlList is stored in the data of the item.

Returns false otherwise.

Returns
bool If a ControlList is stored in the data of the item or not.

Definition at line 702 of file ProjectItem.cpp.

Referenced by Isis::WorkOrder::isExecutable(), Isis::ProjectItemTreeView::onItemAdded(), Isis::ProjectItemModel::setData(), and Isis::WorkOrder::setData().

◆ isCorrelationMatrix()

bool Isis::ProjectItem::isCorrelationMatrix ( ) const

Returns true if a CorrelationMatrix is stored in the data of the item.

Returns false otherwise.

Returns
bool If a CorrelationMatrix is stored in the data of the item or not.

Definition at line 713 of file ProjectItem.cpp.

Referenced by Isis::WorkOrder::isExecutable(), and Isis::WorkOrder::setData().

◆ isFileItem()

bool Isis::ProjectItem::isFileItem ( ) const

Returns true if a FileItemQsp is stored in the data of the item.

Returns false otherwise.

Returns
bool If a FileItemQsp is stored in the item or not.

Definition at line 757 of file ProjectItem.cpp.

Referenced by Isis::WorkOrder::isExecutable(), and Isis::WorkOrder::setData().

◆ isGuiCamera()

bool Isis::ProjectItem::isGuiCamera ( ) const

Returns true if a GuiCameraQsp is stored in the data of the item.

Returns false otherwise.

Returns
bool If a GuiCameraQsp is stored in the item or not.

Definition at line 735 of file ProjectItem.cpp.

Referenced by Isis::WorkOrder::isExecutable(), and Isis::WorkOrder::setData().

◆ isImage()

◆ isImageList()

bool Isis::ProjectItem::isImageList ( ) const

◆ isProject()

bool Isis::ProjectItem::isProject ( ) const

Returns true if a Project is stored in the data of the item.

Returns false otherwise.

Returns
bool If a Project is stored in the data of the item or not.

Definition at line 724 of file ProjectItem.cpp.

Referenced by Isis::WorkOrder::isExecutable(), Isis::ProjectItemModel::setData(), and Isis::WorkOrder::setData().

◆ isShape()

bool Isis::ProjectItem::isShape ( ) const

Returns true if an Shape is stored in the data of the item.

Returns false otherwise.

Returns
(bool) If an Shape is stored in the data of the item or not.

Definition at line 668 of file ProjectItem.cpp.

Referenced by Isis::CubeDnView::addItem(), Isis::WorkOrder::isExecutable(), Isis::CubeDnView::onItemAdded(), Isis::Footprint2DView::onItemAdded(), and Isis::WorkOrder::setData().

◆ isShapeList()

bool Isis::ProjectItem::isShapeList ( ) const

Returns true if an ShapeList is stored in the data of the item.

Returns false otherwise.

Returns
(bool) If an ShapeList is stored in the data of the item or not.

Definition at line 679 of file ProjectItem.cpp.

Referenced by Isis::CubeDnView::addItem(), Isis::WorkOrder::isExecutable(), Isis::ProjectItemModel::setData(), and Isis::WorkOrder::setData().

◆ isTargetBody()

bool Isis::ProjectItem::isTargetBody ( ) const

Returns true if a TargetBodyQsp is stored in the data of the item.

Returns false otherwise.

Returns
bool If a TargetBodyQsp is stored in the item or not.

Definition at line 746 of file ProjectItem.cpp.

Referenced by Isis::WorkOrder::isExecutable(), and Isis::WorkOrder::setData().

◆ isTemplate()

bool Isis::ProjectItem::isTemplate ( ) const

Definition at line 602 of file ProjectItem.cpp.

◆ model()

ProjectItemModel * Isis::ProjectItem::model ( ) const

Returns the ProjectItemModel associated with this item.

Returns
ProjectItemModel* The model.

Definition at line 1201 of file ProjectItem.cpp.

◆ parent()

ProjectItem * Isis::ProjectItem::parent ( ) const

Returns the parent item of this item.

Returns
ProjectItem* The parent item.

Definition at line 1211 of file ProjectItem.cpp.

Referenced by Isis::ProjectItemProxyModel::addChild(), Isis::ProjectItemTreeView::onItemAdded(), Isis::ProjectItemModel::removeItem(), and Isis::ProjectItemModel::selectedBOSSImages().

◆ project()

Project * Isis::ProjectItem::project ( ) const

Returns the Project stored in the data of the item.

Returns
Project* The Project of the item.

Definition at line 566 of file ProjectItem.cpp.

Referenced by ProjectItem(), and setProject().

◆ setBundleResults()

void Isis::ProjectItem::setBundleResults ( BundleResults bundleResults)

Sets the text, icon, and data corresponding to BundleResults.

Parameters
[in]bundleResults(BundleResults) The BundleResults.

Definition at line 781 of file ProjectItem.cpp.

References bundleResults().

Referenced by ProjectItem().

◆ setBundleSettings()

void Isis::ProjectItem::setBundleSettings ( BundleSettingsQsp bundleSettings)

Sets the text, icon, and data corresponding to BundleSettings.

Parameters
[in]bundleSettings(BundleSettingsQsp) The BundleSettingsQsp.

Definition at line 795 of file ProjectItem.cpp.

References bundleSettings().

Referenced by ProjectItem().

◆ setBundleSolutionInfo()

void Isis::ProjectItem::setBundleSolutionInfo ( BundleSolutionInfo * bundleSolutionInfo)

Sets the text, icon, and data corresponding to a BundleSolutionInfo.

Parameters
[in]bundleSolutionInfo(BundleSolutionInfo *) The BundleSolutionInfo.

Definition at line 809 of file ProjectItem.cpp.

References bundleSolutionInfo(), Isis::BundleSolutionInfo::name(), and Isis::BundleSolutionInfo::runTime().

Referenced by ProjectItem().

◆ setChild()

void Isis::ProjectItem::setChild ( int row,
ProjectItem * item )

Sets the child at the given row to an item.

Parameters
[in]row(int) The row.
[in]item(ProjectItem *) The item.

Definition at line 1222 of file ProjectItem.cpp.

◆ setControl()

void Isis::ProjectItem::setControl ( Control * control)

Sets the text, icon, and data corresponding to a Control.

Parameters
[in]control(Control *) The Control.

Definition at line 976 of file ProjectItem.cpp.

References control(), and Isis::Control::fileName().

Referenced by ProjectItem().

◆ setControlList()

void Isis::ProjectItem::setControlList ( ControlList * controlList)

Sets the text, icon, and data corresponding to a ControlList.

Parameters
[in]controlList(ControlList *) The ControlList.

Definition at line 990 of file ProjectItem.cpp.

References controlList(), and Isis::ControlList::name().

Referenced by ProjectItem().

◆ setControls()

void Isis::ProjectItem::setControls ( )

Sets the text, icon, and data corresponding to a list of ControlList.

Definition at line 1002 of file ProjectItem.cpp.

Referenced by ProjectItem().

◆ setCorrelationMatrix()

void Isis::ProjectItem::setCorrelationMatrix ( CorrelationMatrix correlationMatrix)

Sets the text, icon, and data corresponding to a CorrelationMatrix.

Parameters
[in]correlationMatrix(CorrelationMatrix) The CorrelationMatrix.

Definition at line 1016 of file ProjectItem.cpp.

References correlationMatrix().

Referenced by ProjectItem().

◆ setGuiCamera()

void Isis::ProjectItem::setGuiCamera ( GuiCameraQsp guiCamera)

Sets the text, icon, and data corresponding to a GuiCameraQsp.

Parameters
[in]guiCamera(GuiCameraQsp) The GuiCameraQsp.

Definition at line 1062 of file ProjectItem.cpp.

References guiCamera().

Referenced by ProjectItem().

◆ setGuiCameraList()

void Isis::ProjectItem::setGuiCameraList ( )

Sets the text, icon, and data corresponding to a GuiCameraQsp.

Definition at line 1074 of file ProjectItem.cpp.

Referenced by ProjectItem().

◆ setImage()

void Isis::ProjectItem::setImage ( Image * image)

Sets the text, icon, and data corresponding to an Image.

Parameters
[in]image(Image *) The Image.

Definition at line 828 of file ProjectItem.cpp.

References Isis::Image::fileName(), and image().

Referenced by ProjectItem().

◆ setImageList()

void Isis::ProjectItem::setImageList ( ImageList * imageList)

Sets the text, icon, and data corresponding to an ImageList.

Parameters
[in]imageList(ImageList *) The ImageList.

Definition at line 842 of file ProjectItem.cpp.

References imageList(), Isis::ImageList::name(), and Isis::ImageList::path().

Referenced by ProjectItem().

◆ setImages()

void Isis::ProjectItem::setImages ( )

Sets the text, icon, and data corresponding to a list of ImageList.

Definition at line 859 of file ProjectItem.cpp.

Referenced by ProjectItem().

◆ setProject()

void Isis::ProjectItem::setProject ( Project * project)

Sets the text, icon, and data corresponding to a Project.

Parameters
[in]project(Project *) The Project.
History
2016-11-10 - Tyler Wilson Changed the reference to the icon from ':data' to ':data-management' due to a naming conflict causing strange errors to appear on the command line. Fixes #3982.

Definition at line 1035 of file ProjectItem.cpp.

References Isis::Project::name(), project(), and Isis::Project::projectRoot().

Referenced by ProjectItem().

◆ setProjectItem()

void Isis::ProjectItem::setProjectItem ( ProjectItem * item)

Sets the text, icon, and data to those of another item.

Parameters
[in]item(ProjectItem *) The other item.

Definition at line 767 of file ProjectItem.cpp.

Referenced by ProjectItem().

◆ setResults()

void Isis::ProjectItem::setResults ( )

Sets the text, icon, and data corresponding to a list of Results.

Definition at line 1048 of file ProjectItem.cpp.

Referenced by ProjectItem().

◆ setShape()

void Isis::ProjectItem::setShape ( Shape * shape)

Sets the text, icon, and data corresponding to an Shape.

Parameters
[in]shape(Shape *) The Shape.

Definition at line 873 of file ProjectItem.cpp.

References Isis::Shape::fileName(), and shape().

Referenced by ProjectItem().

◆ setShapeList()

void Isis::ProjectItem::setShapeList ( ShapeList * shapeList)

Sets the text, icon, and data corresponding to an ShapeList.

Parameters
[in]shapeList(ShapeList *) The ShapeList.

Definition at line 887 of file ProjectItem.cpp.

References Isis::ShapeList::name(), Isis::ShapeList::path(), and shapeList().

Referenced by ProjectItem().

◆ setShapes()

void Isis::ProjectItem::setShapes ( )

Sets the text, icon, and data corresponding to a list of ShapeList.

Definition at line 904 of file ProjectItem.cpp.

Referenced by ProjectItem().

◆ setSpacecraft()

void Isis::ProjectItem::setSpacecraft ( )

Sets the text, icon, and data corresponding to SpaceCraft.

Definition at line 1086 of file ProjectItem.cpp.

◆ setTargetBody()

void Isis::ProjectItem::setTargetBody ( TargetBodyQsp targetBody)

Sets the text, icon, and data corresponding to a TargetBodyQsp.

Parameters
targetBodyTarget body to set data from

Definition at line 1101 of file ProjectItem.cpp.

References targetBody().

Referenced by ProjectItem().

◆ setTargetBodyList()

void Isis::ProjectItem::setTargetBodyList ( )

Sets the text, icon, and data corresponding to a TargetBodyList.

Definition at line 1127 of file ProjectItem.cpp.

Referenced by ProjectItem().

◆ setTemplate()

void Isis::ProjectItem::setTemplate ( Template * newTemplate)

Sets the text, icon, and data corresponding to a Template.

Parameters
[in]shape(Shape *) The Shape.

Definition at line 918 of file ProjectItem.cpp.

Referenced by ProjectItem().

◆ setTemplateList()

void Isis::ProjectItem::setTemplateList ( TemplateList * templateList)

Sets the text, icon, and data corresponding to an TemplateList.

Parameters
[in]templateList(TemplateList *) The TemplateList.

Definition at line 931 of file ProjectItem.cpp.

References Isis::TemplateList::name(), Isis::TemplateList::path(), and templateList().

Referenced by ProjectItem().

◆ setTemplates()

void Isis::ProjectItem::setTemplates ( )

Sets the text, icon, and data corresponding to a list of TemplateList.

Definition at line 948 of file ProjectItem.cpp.

References appendRow(), and ProjectItem().

Referenced by ProjectItem().

◆ setTextColor()

void Isis::ProjectItem::setTextColor ( Qt::GlobalColor color)

Definition at line 1246 of file ProjectItem.cpp.

◆ shape()

Shape * Isis::ProjectItem::shape ( ) const

Returns the Shape stored in the data of the item.

Returns
(Shape *) The Shape of the item.

Definition at line 496 of file ProjectItem.cpp.

Referenced by Isis::WorkOrder::isExecutable(), Isis::CubeDnView::onItemAdded(), Isis::Footprint2DView::onItemAdded(), ProjectItem(), ProjectItem(), Isis::WorkOrder::setData(), and setShape().

◆ shapeList()

ShapeList * Isis::ProjectItem::shapeList ( ) const

Returns the ShapeList stored in the data of the item.

Returns
(ShapeList *) The ShapeList of the item.

Definition at line 506 of file ProjectItem.cpp.

Referenced by Isis::WorkOrder::isExecutable(), ProjectItem(), ProjectItem(), Isis::ProjectItemModel::setData(), Isis::WorkOrder::setData(), and setShapeList().

◆ takeChild()

ProjectItem * Isis::ProjectItem::takeChild ( int row)

Removes the child item at the given row and returns the removed item.

Parameters
[in]row(int) The row.
Returns
ProjectItem* The item.

Definition at line 1235 of file ProjectItem.cpp.

◆ targetBody()

TargetBodyQsp Isis::ProjectItem::targetBody ( ) const

Returns the TargetBodyQsp stored in the data of the item.

Returns
TargetBodyQsp The target body stored in the item.

Definition at line 587 of file ProjectItem.cpp.

Referenced by Isis::WorkOrder::isExecutable(), ProjectItem(), ProjectItem(), Isis::WorkOrder::setData(), and setTargetBody().

◆ templateList()

TemplateList * Isis::ProjectItem::templateList ( ) const

Returns the TemplateList stored in the data of the item.

Returns
(TemplateList *) The TemplateList of the item.

Definition at line 526 of file ProjectItem.cpp.

Referenced by ProjectItem(), ProjectItem(), and setTemplateList().


The documentation for this class was generated from the following files: