vdk 2.4.0
|
Pages list of a notebook. More...
#include <notebook.h>
Public Member Functions | |
VDKTabPage * | operator[] (int n) |
int | size () |
![]() | |
VDKList () | |
~VDKList () | |
void | add (T *t) |
void | insertAt (T *t, int pos) |
T * | find (T *x) |
int | at (T *x) |
T * | operator[] (int n) |
int | remove (T *x) |
int | size () |
void | flush () |
Friends | |
class | VDKNotebook |
Pages list of a notebook.
VDKTabPage * PageList::operator[] | ( | int | n | ) |
Access to a single page
n | index number (0 <= n < size) |
|
inline |
Return how many pages there are into notebook