vdk 2.4.0
Public Member Functions | Friends | List of all members
PageList Class Reference

Pages list of a notebook. More...

#include <notebook.h>

Inheritance diagram for PageList:
VDKList< T >

Public Member Functions

VDKTabPage * operator[] (int n)
 
int size ()
 
- Public Member Functions inherited from VDKList< T >
 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
 

Detailed Description

Pages list of a notebook.

Member Function Documentation

VDKTabPage * PageList::operator[] ( int  n)

Access to a single page

Parameters
nindex number (0 <= n < size)
int PageList::size ( )
inline

Return how many pages there are into notebook


The documentation for this class was generated from the following files: