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
| void VCF::ListItem::addSubItem |
( |
ListSubItem * |
subItem |
) |
|
|
| String VCF::ListItem::getCaption |
( |
|
) |
const |
|
| virtual uint32 VCF::ListItem::getIndex |
( |
|
) |
const [inline, virtual] |
|
|
|
Returns the index of the item within it's model.
|
| ListModel* VCF::ListItem::getListModel |
( |
|
) |
[inline] |
|
| uint32 VCF::ListItem::getSubItemCount |
( |
|
) |
|
|
| bool VCF::ListItem::getSubItems |
( |
std::vector< ListSubItem * > & |
subItems |
) |
|
|
| virtual void VCF::ListItem::handleEvent |
( |
Event * |
e |
) |
[virtual] |
|
|
|
generic handler method for events.
All UI events are sent here and then dispatched accordingly to a more specific event handler. If an Application class is present, then it is given a chance to "see" the event first before delegating it to the Component.
All events are dispatched by their type so it is important to correctly identify the event objects type if you would like it to be dispatched correctly. The method will call the appropriate component method, like afterCreate(), beforeDestroy(), etc. - Parameters:
-
Reimplemented from VCF::UIComponent. |
| void VCF::ListItem::removeSubItem |
( |
const uint32 & |
index |
) |
|
|
| void VCF::ListItem::setCaption |
( |
const String & |
caption |
) |
|
|
| virtual void VCF::ListItem::setIndex |
( |
const uint32 & |
index |
) |
[inline, virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following file: