Public Member Functions | |
| List () | |
| int | add (AlignedTextblock *textblock) |
| void | unref (int pos) |
| int | getMaxValue () |
| void | setMaxValue (int maxValue) |
| int | size () |
| AlignedTextblock * | getTextblock (int pos) |
| int | getValue (int pos) |
| void | setValue (int pos, int value) |
Private Member Functions | |
| ~List () | |
Private Attributes | |
| lout::misc::SimpleVector < AlignedTextblock * > * | textblocks |
| lout::misc::SimpleVector< int > * | values |
| int | maxValue |
| int | refCount |
| dw::AlignedTextblock::List::~List | ( | ) | [private] |
References textblocks, and values.
| dw::AlignedTextblock::List::List | ( | ) |
References maxValue, refCount, textblocks, and values.
| int dw::AlignedTextblock::List::add | ( | AlignedTextblock * | textblock | ) | [inline] |
| int dw::AlignedTextblock::List::getMaxValue | ( | ) | [inline] |
| AlignedTextblock* dw::AlignedTextblock::List::getTextblock | ( | int | pos | ) | [inline] |
References lout::misc::SimpleVector< T >::get(), and textblocks.
Referenced by dw::AlignedTextblock::updateValue().
| int dw::AlignedTextblock::List::getValue | ( | int | pos | ) | [inline] |
References lout::misc::SimpleVector< T >::get(), and values.
Referenced by dw::AlignedTextblock::updateValue().
| void dw::AlignedTextblock::List::setMaxValue | ( | int | maxValue | ) | [inline] |
Referenced by dw::AlignedTextblock::updateValue().
| void dw::AlignedTextblock::List::setValue | ( | int | pos, | |
| int | value | |||
| ) | [inline] |
References lout::misc::SimpleVector< T >::set(), and values.
Referenced by dw::AlignedTextblock::updateValue().
| int dw::AlignedTextblock::List::size | ( | ) | [inline] |
References lout::misc::SimpleVector< T >::size(), and textblocks.
Referenced by dw::AlignedTextblock::updateValue().
| void dw::AlignedTextblock::List::unref | ( | int | pos | ) |
References lout::misc::SimpleVector< T >::get(), refCount, lout::misc::SimpleVector< T >::set(), and textblocks.
Referenced by dw::AlignedTextblock::~AlignedTextblock().
int dw::AlignedTextblock::List::maxValue [private] |
Referenced by getMaxValue(), and List().
int dw::AlignedTextblock::List::refCount [private] |
lout::misc::SimpleVector<int>* dw::AlignedTextblock::List::values [private] |
Referenced by add(), getValue(), List(), setValue(), and ~List().
1.5.9