Planeshift
|
#include <pawstitle.h>
Classes | |
struct | pawsTitleButton |
Public Member Functions | |
void | Draw () |
Draws the widget and all of it's children. | |
void | MoveDelta (int, int) |
Move a widget by a delta amount. | |
void | MoveTo (int, int) |
Moves this widget and all of its children to a new screen location. | |
pawsTitle (const pawsTitle &origin) | |
pawsTitle (pawsWidget *parent, iDocumentNode *node) | |
bool | PostSetup () |
This is called after the widget and all of it's children have been created. | |
void | Resize () |
Resize a widget based on it's parent's size. | |
bool | Setup (iDocumentNode *node) |
Setup this widget. | |
void | SetWindowRect (const csRect &windowRect) |
virtual | ~pawsTitle () |
Definition at line 29 of file pawstitle.h.
pawsTitle::pawsTitle | ( | pawsWidget * | parent, |
iDocumentNode * | node | ||
) |
pawsTitle::pawsTitle | ( | const pawsTitle & | origin | ) |
virtual pawsTitle::~pawsTitle | ( | ) | [virtual] |
void pawsTitle::Draw | ( | ) | [virtual] |
Draws the widget and all of it's children.
Reimplemented from pawsWidget.
Move a widget by a delta amount.
This will recurse through all the children calling MoveDelta on each.
dx | Delta x |
dy | Delta y |
Reimplemented from pawsWidget.
Definition at line 75 of file pawstitle.h.
Moves this widget and all of its children to a new screen location.
x | new x |
y | new y |
Reimplemented from pawsWidget.
Definition at line 76 of file pawstitle.h.
bool pawsTitle::PostSetup | ( | ) | [virtual] |
This is called after the widget and all of it's children have been created.
Reimplemented from pawsWidget.
void pawsTitle::Resize | ( | ) | [inline, virtual] |
Resize a widget based on it's parent's size.
Reimplemented from pawsWidget.
Definition at line 74 of file pawstitle.h.
bool pawsTitle::Setup | ( | iDocumentNode * | ) | [virtual] |
Setup this widget.
Reimplemented from pawsWidget.
void pawsTitle::SetWindowRect | ( | const csRect & | windowRect | ) |