VCF::TreeItem Class Reference
#include <vcf/ApplicationKit/TreeItem.h>
Inheritance diagram for VCF::TreeItem:
List of all members.
Constructor & Destructor Documentation
| VCF::TreeItem::TreeItem |
( |
|
) |
[inline] |
|
| virtual VCF::TreeItem::~TreeItem |
( |
|
) |
[inline, virtual] |
|
Member Function Documentation
| virtual void VCF::TreeItem::addChild |
( |
TreeItem * |
child |
) |
[pure virtual] |
|
| virtual void VCF::TreeItem::addSubItem |
( |
SubItem * |
subItem |
) |
[pure virtual] |
|
| virtual void VCF::TreeItem::addSubItem |
( |
const String & |
caption, |
|
|
void * |
data |
|
) |
[pure virtual] |
|
| virtual void VCF::TreeItem::clearChildren |
( |
|
) |
[pure virtual] |
|
| virtual void VCF::TreeItem::deleteChild |
( |
TreeItem * |
child |
) |
[pure virtual] |
|
| virtual void VCF::TreeItem::deleteChildAtIndex |
( |
const uint32 & |
index |
) |
[pure virtual] |
|
| virtual void VCF::TreeItem::expand |
( |
const bool & |
isExpanded |
) |
[pure virtual] |
|
| virtual void VCF::TreeItem::expandAllChildren |
( |
const bool & |
isExpanded |
) |
[pure virtual] |
|
| virtual String VCF::TreeItem::getCaption |
( |
|
) |
[pure virtual] |
|
| virtual uint32 VCF::TreeItem::getChildCount |
( |
|
) |
[pure virtual] |
|
| virtual int32 VCF::TreeItem::getExpandedImageIndex |
( |
|
) |
[pure virtual] |
|
| virtual uint32 VCF::TreeItem::getLevel |
( |
|
) |
[pure virtual] |
|
| virtual TreeItem* VCF::TreeItem::getNextChildNodeItem |
( |
|
) |
[pure virtual] |
|
| virtual TreeItem* VCF::TreeItem::getParent |
( |
|
) |
[pure virtual] |
|
| virtual TreeItem* VCF::TreeItem::getPrevChildNodeItem |
( |
|
) |
[pure virtual] |
|
| virtual int32 VCF::TreeItem::getSelectedImageIndex |
( |
|
) |
[pure virtual] |
|
| virtual SubItem* VCF::TreeItem::getSubItem |
( |
const uint32 & |
index |
) |
[pure virtual] |
|
| virtual uint32 VCF::TreeItem::getSubItemCount |
( |
|
) |
[pure virtual] |
|
| virtual bool VCF::TreeItem::getTextBold |
( |
|
) |
[pure virtual] |
|
| virtual Color* VCF::TreeItem::getTextColor |
( |
|
) |
[pure virtual] |
|
| virtual void VCF::TreeItem::insertChild |
( |
const uint32 & |
index, |
|
|
TreeItem * |
child |
|
) |
[pure virtual] |
|
| virtual bool VCF::TreeItem::isExpanded |
( |
|
) |
[pure virtual] |
|
| virtual bool VCF::TreeItem::isLeaf |
( |
|
) |
[pure virtual] |
|
| virtual bool VCF::TreeItem::isRoot |
( |
|
) |
[pure virtual] |
|
| virtual void VCF::TreeItem::removeSubItem |
( |
const uint32 & |
index |
) |
[pure virtual] |
|
| virtual void VCF::TreeItem::setCaption |
( |
const String & |
caption |
) |
[pure virtual] |
|
| virtual void VCF::TreeItem::setExpandedImageIndex |
( |
const int32 & |
expandedImageIndex |
) |
[pure virtual] |
|
| virtual void VCF::TreeItem::setParent |
( |
TreeItem * |
parent |
) |
[pure virtual] |
|
| virtual void VCF::TreeItem::setSelectedImageIndex |
( |
const int32 & |
selectedImageIndex |
) |
[pure virtual] |
|
| virtual void VCF::TreeItem::setTextBold |
( |
const bool & |
bold |
) |
[pure virtual] |
|
| virtual void VCF::TreeItem::setTextColor |
( |
Color * |
color |
) |
[pure virtual] |
|
| virtual void VCF::TreeItem::subItemChanged |
( |
SubItem * |
item |
) |
[pure virtual] |
|
The documentation for this class was generated from the following file: