VCF::ListItem Class Reference
#include <vcf/ApplicationKit/ListItem.h>
Inheritance diagram for VCF::ListItem:
List of all members.
Constructor & Destructor Documentation
| VCF::ListItem::ListItem |
( |
|
) |
[inline] |
|
| virtual VCF::ListItem::~ListItem |
( |
|
) |
[inline, virtual] |
|
Member Function Documentation
| virtual void VCF::ListItem::addSubItem |
( |
SubItem * |
subItem |
) |
[pure virtual] |
|
| virtual void VCF::ListItem::addSubItem |
( |
const String & |
caption, |
|
|
void * |
data |
|
) |
[pure virtual] |
|
| void VCF::ListItem::addSubItemAddedHandler |
( |
EventHandler * |
handler |
) |
[inline] |
|
|
|
- Deprecated:
- these are here for backwards compatibility purposes only - they'll be going away in the next release.
|
| void VCF::ListItem::addSubItemChangedHandler |
( |
EventHandler * |
handler |
) |
[inline] |
|
|
|
- Deprecated:
- these are here for backwards compatibility purposes only - they'll be going away in the next release.
|
| void VCF::ListItem::addSubItemDeletedHandler |
( |
EventHandler * |
handler |
) |
[inline] |
|
|
|
- Deprecated:
- these are here for backwards compatibility purposes only - they'll be going away in the next release.
|
| virtual String VCF::ListItem::getCaption |
( |
|
) |
[pure virtual] |
|
| virtual SubItem* VCF::ListItem::getSubItem |
( |
const uint32 & |
index |
) |
[pure virtual] |
|
| virtual uint32 VCF::ListItem::getSubItemCount |
( |
|
) |
[pure virtual] |
|
| virtual void VCF::ListItem::removeSubItem |
( |
const uint32 & |
index |
) |
[pure virtual] |
|
| void VCF::ListItem::removeSubItemAddedHandler |
( |
EventHandler * |
handler |
) |
[inline] |
|
|
|
- Deprecated:
- these are here for backwards compatibility purposes only - they'll be going away in the next release.
|
| void VCF::ListItem::removeSubItemChangedHandler |
( |
EventHandler * |
handler |
) |
[inline] |
|
|
|
- Deprecated:
- these are here for backwards compatibility purposes only - they'll be going away in the next release.
|
| void VCF::ListItem::removeSubItemDeletedHandler |
( |
EventHandler * |
handler |
) |
[inline] |
|
|
|
- Deprecated:
- these are here for backwards compatibility purposes only - they'll be going away in the next release.
|
| virtual void VCF::ListItem::setCaption |
( |
const String & |
caption |
) |
[pure virtual] |
|
| virtual void VCF::ListItem::subItemChanged |
( |
SubItem * |
item |
) |
[pure virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following file: