Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include <simplepicker.h>
Public Member Functions | |
ValuedPickerCell (T value, const std::string text, const std::string &id="", const GFXColor &c=GUI_CLEAR, int newTag=0) | |
virtual | ~ValuedPickerCell (void) |
T | value (void) const |
ValuedPickerCell (const ValuedPickerCell &cell) | |
![]() | |
virtual std::string | text (void) const |
virtual std::string | id (void) const |
virtual GFXColor | textColor (void) const |
virtual PickerCells * | children (void) const |
virtual int | tag (void) const |
virtual void | setTextColor (const GFXColor &c) |
void | addChild (SimplePickerCell *c) |
SimplePickerCells * | createEmptyChildList (void) |
SimplePickerCell (const std::string &t, const std::string &id="", const GFXColor &c=GUI_CLEAR, int newTag=0) | |
virtual | ~SimplePickerCell (void) |
SimplePickerCell & | operator= (const SimplePickerCell &cell) |
SimplePickerCell (const SimplePickerCell &cell) | |
![]() | |
virtual | ~PickerCell () |
virtual bool | hideChildren (void) const |
virtual void | setHideChildren (bool f) |
PickerCell (bool hideChildren=true) | |
Protected Attributes | |
T | m_value |
![]() | |
std::string | m_text |
std::string | m_id |
GFXColor | m_textColor |
int | m_tag |
SimplePickerCells * | m_children |
![]() | |
bool | m_hideChildren |
Definition at line 150 of file simplepicker.h.
|
inline |
Definition at line 154 of file simplepicker.h.
|
inlinevirtual |
Definition at line 162 of file simplepicker.h.
|
inline |
Definition at line 170 of file simplepicker.h.
|
inline |
Definition at line 165 of file simplepicker.h.
References ValuedPickerCell< T >::m_value.
Referenced by NavComputer::actionAnd(), NavComputer::actionChain(), NavComputer::actionNot(), NavComputer::actionOr(), NavComputer::actionRemoveCriteria(), and NavComputer::pathListerChangedSelection().
|
protected |
Definition at line 175 of file simplepicker.h.
Referenced by ValuedPickerCell< T >::value().