|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef ImageTreeWidget_H
2 #define ImageTreeWidget_H
11 class DisplayProperties;
14 class ImageTreeWidgetItem;
57 QTreeWidgetItem *addGroup(QString imageListName, QString groupName =
"",
int index = -1);
120 void deleteSelectedGroups();
121 void imageDeleted(
QObject *image);
123 void onSelectionChanged();
124 void onQueuedReadDisplayProperties();
125 void onQueuedSelectionChanged();
127 void renameSelectedGroup();
128 void requestCloseSelected();
129 void toggleColumnVisible();
130 void updateDragAndDropability();
131 void setDefaultFileListCols();
143 QPointer<QAction> m_setFileListColsAct;
145 bool m_queuedSelectionChanged;
void print() const
Prints a string representation of this exception to stderr.
Definition: IException.cpp:445
Definition: Directory.h:271
File name manipulation and expansion.
Definition: FileName.h:100
QList< QAction * > supportedActions(DataType data)
Returns a list of supported actions for a WorkOrder.
Definition: Directory.h:345
void append(Image *const &value)
Appends an image to the image list.
Definition: ImageList.cpp:153
Definition: DisplayProperties.h:34
Project * project() const
Gets the Project for this directory.
Definition: Directory.cpp:1311
The main project for ipce.
Definition: Project.h:289
Internalizes a list of images and allows for operations on the entire list.
Definition: ImageList.h:55
QList< QAction * > supportedActions(Project *project=NULL)
Gets a list of pre-connected actions that have to do with display.
Definition: ImageList.cpp:565
int toInt(const QString &string)
Global function to convert from a string to an integer.
Definition: IString.cpp:93
This represents a cube in a project-based GUI interface.
Definition: Image.h:107
Isis exception class.
Definition: IException.h:91
ImageDisplayProperties * displayProperties()
Get the display (GUI) properties (information) associated with this image.
Definition: Image.cpp:320
bool toBool(const QString &string)
Global function to convert from a string to a boolean.
Definition: IString.cpp:38
This is free and unencumbered software released into the public domain.
Definition: CubeIoHandler.h:22
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16