Planeshift
Public Member Functions

pawsPathWindow Class Reference

#include <pawspath.h>

List of all members.

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 ()

Detailed Description

Definition at line 26 of file pawspath.h.


Constructor & Destructor Documentation

pawsPathWindow::pawsPathWindow ( )
pawsPathWindow::~pawsPathWindow ( )

Member Function Documentation

bool pawsPathWindow::OnButtonReleased ( int  button,
int  keyModifier,
pawsWidget widget 
) [virtual]

Called whenever a button is released.

Parameters:
buttonThe button released.
keyModifierModifier key in effect.
widgetThe widget the button belongs to.
Returns:
bool Parent's result or FALSE if no parent.

Reimplemented from pawsWidget.

bool pawsPathWindow::PostSetup ( ) [virtual]

This is called after the widget and all of it's children have been created.

Remarks:
This can be useful for widgets that want to get pointers to some of it's children for quick access.

Reimplemented from pawsWidget.


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