VCF::ListController Class Reference
#include <ListItem.h>
Inheritance diagram for VCF::ListController:

Public Member Functions | |
| virtual | ~ListController () |
| virtual Rect | getItemRect (ListItem *item)=0 |
| virtual void | insertItemSubItem (ListItem *item, const uint32 &index, ListSubItem *subItem)=0 |
| virtual void | removeItemSubItem (ListItem *item, ListSubItem *subItem)=0 |
| virtual bool | getItemSubItems (ListItem *item, std::vector< ListSubItem * > &subItems)=0 |
| virtual ListSubItem * | getItemSubItem (ListItem *item, const uint32 &index)=0 |
| virtual uint32 | getItemSubItemIndex (ListItem *item, ListSubItem *subItem)=0 |
| virtual uint32 | getItemSubItemCount (ListItem *item)=0 |
| virtual void | itemSelected (ListItem *item)=0 |
Constructor & Destructor Documentation
|
|
|
Member Function Documentation
|
|
Implemented in VCF::ListBoxControl, and VCF::ListControl. |
|
||||||||||||
|
Implemented in VCF::ListControl, and VCF::ListViewControl. |
|
|
Implemented in VCF::ListControl, and VCF::ListViewControl. |
|
||||||||||||
|
Implemented in VCF::ListControl, and VCF::ListViewControl. |
|
||||||||||||
|
Implemented in VCF::ListControl, and VCF::ListViewControl. |
|
||||||||||||||||
|
Implemented in VCF::ListControl, and VCF::ListViewControl. |
|
|
Implemented in VCF::ListControl. |
|
||||||||||||
|
Implemented in VCF::ListControl, and VCF::ListViewControl. |
The documentation for this class was generated from the following file:
- vcf/ApplicationKit/ListItem.h
