VCF::ToolbarModel Class Reference
#include <Toolbar.h>
Inheritance diagram for VCF::ToolbarModel:

Public Member Functions | |
| ToolbarModel () | |
| virtual | ~ToolbarModel () |
| void | addItem (ToolbarItem *item) |
| void | insertItem (ToolbarItem *item, const uint32 &index) |
| void | removeItem (ToolbarItem *item) |
| void | itemChanged (const uint32 &eventType, ToolbarItem *item) |
| uint32 | getItemIndex (ToolbarItem *item) |
| void | setItemIndex (ToolbarItem *item, const uint32 &newIndex) |
| ToolbarItem * | getItemAtIndex (const uint32 &index) |
| Enumerator< ToolbarItem * > * | getToolbarItems () |
Protected Attributes | |
| std::vector< ToolbarItem * > | toolbarItems_ |
| EnumeratorContainer< std::vector< ToolbarItem * >, ToolbarItem * > | itemsContainer_ |
Constructor & Destructor Documentation
|
|
|
|
|
|
Member Function Documentation
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
Member Data Documentation
|
|
|
|
|
|
The documentation for this class was generated from the following file:
- vcf/ApplicationKit/Toolbar.h
