#include <Folder.h>
Public Types | |
enum | { RTTI = 1001 } |
Public Member Functions | |
void | cancelRename (int) |
Folder * | folder () |
FolderListItem (FolderListItem *parent, Folder *f) | |
FolderListItem (Q3ListView *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 |
FolderListItem::FolderListItem | ( | Q3ListView * | parent, | |
Folder * | f | |||
) |
FolderListItem::FolderListItem | ( | FolderListItem * | parent, | |
Folder * | f | |||
) |
void FolderListItem::cancelRename | ( | int | ) | [inline] |
Folder* FolderListItem::folder | ( | ) | [inline] |
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] |