|
Dillo v3.2.0-93-g6a586845
|
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 |
Definition at line 16 of file alignedtextblock.hh.
|
private |
Definition at line 36 of file alignedtextblock.cc.
| dw::AlignedTextblock::List::List | ( | ) |
Definition at line 28 of file alignedtextblock.cc.
References maxValue, refCount, textblocks, and values.
|
inline |
Definition at line 42 of file alignedtextblock.cc.
Referenced by dw::AlignedTextblock::setRefTextblock().
|
inline |
Definition at line 30 of file alignedtextblock.hh.
References maxValue.
Referenced by dw::AlignedTextblock::updateValue().
|
inline |
Definition at line 34 of file alignedtextblock.hh.
References textblocks.
Referenced by dw::AlignedTextblock::updateValue().
|
inline |
Definition at line 36 of file alignedtextblock.hh.
References lout::misc::SimpleVector< T >::get(), and values.
Referenced by dw::AlignedTextblock::updateValue().
|
inline |
Definition at line 31 of file alignedtextblock.hh.
References maxValue.
Referenced by dw::AlignedTextblock::updateValue().
|
inline |
Definition at line 37 of file alignedtextblock.hh.
References lout::misc::SimpleVector< T >::set(), and values.
Referenced by dw::AlignedTextblock::updateValue().
|
inline |
Definition at line 33 of file alignedtextblock.hh.
References textblocks.
Referenced by dw::AlignedTextblock::updateValue().
| void dw::AlignedTextblock::List::unref | ( | int | pos | ) |
Definition at line 51 of file alignedtextblock.cc.
Referenced by dw::AlignedTextblock::~AlignedTextblock().
|
private |
Definition at line 21 of file alignedtextblock.hh.
Referenced by getMaxValue(), List(), and setMaxValue().
|
private |
Definition at line 21 of file alignedtextblock.hh.
Referenced by List().
|
private |
Definition at line 19 of file alignedtextblock.hh.
Referenced by getTextblock(), List(), and size().
|
private |
Definition at line 20 of file alignedtextblock.hh.
Referenced by getValue(), List(), and setValue().