Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include <simplepicker.h>
Public Member Functions | |
virtual int | count (void) const |
virtual PickerCell * | cellAt (int index) |
virtual const PickerCell * | cellAt (int index) const |
virtual void | addCell (PickerCell *c) |
virtual void | clear (void) |
SimplePickerCells (void) | |
virtual | ~SimplePickerCells (void) |
![]() | |
virtual | ~PickerCells () |
virtual PickerCell * | cellWithId (const std::string &id) |
bool | saveOpenCategories (std::list< std::list< std::string > > &masterList, const std::list< std::string > &parentHier, PickerCell *selectedCell) const |
Protected Attributes | |
std::vector< PickerCell * > | m_cells |
Definition at line 89 of file simplepicker.h.
SimplePickerCells::SimplePickerCells | ( | void | ) |
Definition at line 81 of file simplepicker.cpp.
References CHILD_VECTOR_RESERVE, and m_cells.
|
inlinevirtual |
|
inlinevirtual |
Definition at line 108 of file simplepicker.h.
References m_cells.
Referenced by SimplePickerCell::addChild(), and BaseComputer::createCategoryCell().
|
inlinevirtual |
Implements PickerCells.
Definition at line 98 of file simplepicker.h.
References index, and m_cells.
Referenced by BaseComputer::createCategoryCell(), and BaseComputer::loadBuyUpgradeControls().
|
inlinevirtual |
Implements PickerCells.
Definition at line 102 of file simplepicker.h.
|
virtual |
Definition at line 86 of file simplepicker.cpp.
Referenced by ~SimplePickerCells().
|
inlinevirtual |
Implements PickerCells.
Definition at line 93 of file simplepicker.h.
References m_cells.
Referenced by BaseComputer::createCategoryCell(), and BaseComputer::loadBuyUpgradeControls().
|
protected |
Definition at line 124 of file simplepicker.h.
Referenced by addCell(), cellAt(), clear(), count(), and SimplePickerCells().