|
Planeshift
|
#include <pawspath.h>
Public Member Functions | |
| bool | OnButtonReleased (int mouseButton, int keyModifier, pawsWidget *widget) |
| Called whenever a button is released. | |
| pawsPathWindow () | |
| bool | PostSetup () |
| This is called after the widget and all of it's children have been created. | |
| ~pawsPathWindow () | |
Definition at line 26 of file pawspath.h.
| pawsPathWindow::pawsPathWindow | ( | ) |
| pawsPathWindow::~pawsPathWindow | ( | ) |
| bool pawsPathWindow::OnButtonReleased | ( | int | button, |
| int | keyModifier, | ||
| pawsWidget * | widget | ||
| ) | [virtual] |
Called whenever a button is released.
| button | The button released. |
| keyModifier | Modifier key in effect. |
| widget | The widget the button belongs to. |
Reimplemented from pawsWidget.
| bool pawsPathWindow::PostSetup | ( | ) | [virtual] |
This is called after the widget and all of it's children have been created.
Reimplemented from pawsWidget.
1.7.3