SciDAVis  1.D4
Public Types | Public Member Functions | Protected Attributes
FolderListItem Class Reference

Folders list item class. More...

#include <Folder.h>

List of all members.

Public Types

enum  { RTTI = 1001 }

Public Member Functions

Folderfolder ()
 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

FoldermyFolder

Detailed Description

Folders list item class.


Member Enumeration Documentation

anonymous enum
Enumerator:
RTTI 

Constructor & Destructor Documentation

FolderListItem::FolderListItem ( Q3ListView *  parent,
Folder f 
)

References myFolder, and setActive().

FolderListItem::FolderListItem ( FolderListItem parent,
Folder f 
)

References myFolder, and setActive().


Member Function Documentation

Folder* FolderListItem::folder ( )
inline
bool FolderListItem::isChildOf ( FolderListItem src)

Checks weather the folder item is a grandchild of the source folder.

Parameters:
srcsource folder item
virtual int FolderListItem::rtti ( ) const
inlinevirtual

References RTTI.

void FolderListItem::setActive ( bool  o)

Member Data Documentation

Folder* FolderListItem::myFolder
protected

Referenced by folder(), and FolderListItem().


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