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. | |
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().
Folder* FolderListItem::folder | ( | ) | [inline] |
References myFolder.
Referenced by ApplicationWindow::closeWindow(), ImportOPJ::createProjectTree(), ApplicationWindow::find(), 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 |
virtual int FolderListItem::rtti | ( | ) | const [inline, virtual] |
void FolderListItem::setActive | ( | bool | o | ) |
Folder* FolderListItem::myFolder [protected] |
Referenced by folder(), and FolderListItem().