Dillo
|
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 |
|
private |
dw::AlignedTextblock::List::List | ( | ) |
References maxValue, refCount, textblocks, and values.
|
inline |
Referenced by dw::AlignedTextblock::setRefTextblock().
|
inline |
References maxValue.
Referenced by dw::AlignedTextblock::updateValue().
|
inline |
References lout::misc::SimpleVector< T >::get().
Referenced by dw::AlignedTextblock::updateValue().
|
inline |
References lout::misc::SimpleVector< T >::get().
Referenced by dw::AlignedTextblock::updateValue().
|
inline |
References maxValue.
Referenced by dw::AlignedTextblock::updateValue().
|
inline |
References lout::misc::SimpleVector< T >::set().
Referenced by dw::AlignedTextblock::updateValue().
|
inline |
References lout::misc::SimpleVector< T >::size().
Referenced by dw::AlignedTextblock::updateValue().
void dw::AlignedTextblock::List::unref | ( | int | pos | ) |
Referenced by dw::AlignedTextblock::~AlignedTextblock().
|
private |
Referenced by getMaxValue(), List(), and setMaxValue().
|
private |
Referenced by List().
|
private |
Referenced by List().
|
private |
Referenced by List().