|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::wx::Notebook Class Reference#include <Notebook.h>
Inheritance diagram for acdk::wx::Notebook:
List of all members.
Detailed Description
see wxNotebook
- Author:
- Roger Rene Kommer (mailto:kommer@artefaktur.com)
- Version:
- Revision
- 1.8
- Date:
- Date
- 2005/02/05 10:45:35
|
Public Member Functions |
| Notebook (IN(RWindow) parent, int id, IN(RPoint) pos=Point::defaultPosition(), IN(RSize) size=Size::defaultSize(), int style=0) |
int | getPageCount () const |
RWindow | getPage (int nPage) |
virtual int | getSelection () const |
virtual bool | setPageText (int nPage, IN(RString) strText) |
virtual RString | getPageText (int nPage) const |
virtual void | setImageList (IN(RImageList) imageList) |
void | assignImageList (IN(RImageList) imageList) |
RImageList | getImageList () const |
virtual int | getPageImage (int nPage) const |
virtual bool | setPageImage (int nPage, int nImage) |
virtual int | getRowCount () const |
virtual void | setPageSize (IN(RSize) size) |
virtual void | setPadding (IN(RSize) padding) |
virtual void | setTabSize (IN(RSize) sz) |
virtual RSize | calcSizeFromPage (IN(RSize) sizePage) |
virtual bool | deletePage (int nPage) |
virtual bool | removePage (int nPage) |
virtual bool | deleteAllPages () |
virtual bool | addPage (IN(RWindow) pPage, IN(RString) strText, bool bSelect=false, int imageId=-1) |
virtual bool | insertPage (int nPage, IN(RWindow) pPage, IN(RString) strText, bool bSelect=false, int imageId=-1) |
virtual int | setSelection (int nPage) |
void | advanceSelection (bool forward=true) |
Constructor & Destructor Documentation
acdk::wx::Notebook::Notebook |
( |
IN(RWindow) |
parent, |
|
|
int |
id, |
|
|
IN(RPoint) |
pos = Point::defaultPosition(), |
|
|
IN(RSize) |
size = Size::defaultSize(), |
|
|
int |
style = 0 |
|
) |
[inline] |
|
Member Function Documentation
virtual bool acdk::wx::Notebook::addPage |
( |
IN(RWindow) |
pPage, |
|
|
IN(RString) |
strText, |
|
|
bool |
bSelect = false, |
|
|
int |
imageId = -1 |
|
) |
[inline, virtual] |
|
void acdk::wx::Notebook::advanceSelection |
( |
bool |
forward = true |
) |
[inline] |
|
void acdk::wx::Notebook::assignImageList |
( |
IN(RImageList) |
imageList |
) |
[inline] |
|
virtual RSize acdk::wx::Notebook::calcSizeFromPage |
( |
IN(RSize) |
sizePage |
) |
[inline, virtual] |
|
virtual bool acdk::wx::Notebook::deleteAllPages |
( |
|
) |
[inline, virtual] |
|
virtual bool acdk::wx::Notebook::deletePage |
( |
int |
nPage |
) |
[inline, virtual] |
|
RImageList acdk::wx::Notebook::getImageList |
( |
|
) |
const [inline] |
|
RWindow acdk::wx::Notebook::getPage |
( |
int |
nPage |
) |
[inline] |
|
int acdk::wx::Notebook::getPageCount |
( |
|
) |
const [inline] |
|
virtual int acdk::wx::Notebook::getPageImage |
( |
int |
nPage |
) |
const [inline, virtual] |
|
virtual RString acdk::wx::Notebook::getPageText |
( |
int |
nPage |
) |
const [inline, virtual] |
|
virtual int acdk::wx::Notebook::getRowCount |
( |
|
) |
const [inline, virtual] |
|
virtual int acdk::wx::Notebook::getSelection |
( |
|
) |
const [inline, virtual] |
|
virtual bool acdk::wx::Notebook::insertPage |
( |
int |
nPage, |
|
|
IN(RWindow) |
pPage, |
|
|
IN(RString) |
strText, |
|
|
bool |
bSelect = false, |
|
|
int |
imageId = -1 |
|
) |
[inline, virtual] |
|
virtual bool acdk::wx::Notebook::removePage |
( |
int |
nPage |
) |
[inline, virtual] |
|
virtual void acdk::wx::Notebook::setImageList |
( |
IN(RImageList) |
imageList |
) |
[inline, virtual] |
|
virtual void acdk::wx::Notebook::setPadding |
( |
IN(RSize) |
padding |
) |
[inline, virtual] |
|
virtual bool acdk::wx::Notebook::setPageImage |
( |
int |
nPage, |
|
|
int |
nImage |
|
) |
[inline, virtual] |
|
virtual void acdk::wx::Notebook::setPageSize |
( |
IN(RSize) |
size |
) |
[inline, virtual] |
|
virtual bool acdk::wx::Notebook::setPageText |
( |
int |
nPage, |
|
|
IN(RString) |
strText |
|
) |
[inline, virtual] |
|
virtual int acdk::wx::Notebook::setSelection |
( |
int |
nPage |
) |
[inline, virtual] |
|
virtual void acdk::wx::Notebook::setTabSize |
( |
IN(RSize) |
sz |
) |
[inline, virtual] |
|
|
|