QtiPlot
0.9.8.2
|
Folders list item class. More...
#include <Folder.h>
Public Types | |
enum | { RTTI = 1001 } |
Public Member Functions | |
Folder * | folder () |
FolderListItem (Q3ListView *parent, Folder *f) | |
FolderListItem (FolderListItem *parent, Folder *f) | |
bool | isChildOf (FolderListItem *src) |
Checks weather the folder item is a grandchild of the source folder. More... | |
virtual int | rtti () const |
void | setActive (bool o) |
Protected Attributes | |
Folder * | myFolder |
Folders list item class.
FolderListItem::FolderListItem | ( | Q3ListView * | parent, |
Folder * | f | ||
) |
References myFolder, and setActive().
FolderListItem::FolderListItem | ( | FolderListItem * | parent, |
Folder * | f | ||
) |
References myFolder, and setActive().
|
inline |
References myFolder.
Referenced by ApplicationWindow::closeWindow(), ApplicationWindow::find(), ApplicationWindow::folderItemDoubleClicked(), ApplicationWindow::hideAllFolderWindows(), ApplicationWindow::moveFolder(), ApplicationWindow::openProject(), ApplicationWindow::saveProjectAs(), and ApplicationWindow::showAllFolderWindows().
bool FolderListItem::isChildOf | ( | FolderListItem * | src) |
Checks weather the folder item is a grandchild of the source folder.
src | source folder item |
|
inlinevirtual |
References RTTI.
void FolderListItem::setActive | ( | bool | o) |
|
protected |
Referenced by folder(), and FolderListItem().