#include <lwpanel_handler.h>
List of all members.
Constructor & Destructor Documentation
| lwpp::LWPanelInterface::LWPanelInterface |
( |
| ) |
|
|
inline |
| virtual lwpp::LWPanelInterface::~LWPanelInterface |
( |
| ) |
|
|
inlinevirtual |
Member Function Documentation
| virtual LWError lwpp::LWPanelInterface::Options |
( |
void |
| ) |
|
|
inlinevirtual |
| virtual void lwpp::LWPanelCallbacks::panelActivate |
( |
const LWPanel & |
| ) |
|
|
inlinevirtualinherited |
Called when a panel is activated by the user.
| virtual void lwpp::LWPanelCallbacks::panelClose |
( |
const LWPanel & |
| ) |
|
|
inlinevirtualinherited |
Called when a panel is closed.
| virtual void lwpp::LWPanelCallbacks::panelDraw |
( |
const LWPanel & |
, |
|
|
DrMode |
|
|
) |
| |
|
inlinevirtualinherited |
| virtual int lwpp::LWPanelCallbacks::panelKeyDown |
( |
const LWPanel & |
, |
|
|
LWDualKey |
|
|
) |
| |
|
inlinevirtualinherited |
Called when a key has been pressed.
| virtual int lwpp::LWPanelCallbacks::panelKeyUp |
( |
const LWPanel & |
, |
|
|
LWDualKey |
|
|
) |
| |
|
inlinevirtualinherited |
Called when a key has been released.
| virtual void lwpp::LWPanelCallbacks::panelMouseButton |
( |
const LWPanel & |
, |
|
|
int |
, |
|
|
int |
, |
|
|
int |
|
|
) |
| |
|
inlinevirtualinherited |
Called when a mouse button has been pressed.
| virtual void lwpp::LWPanelCallbacks::panelMouseMove |
( |
const LWPanel & |
, |
|
|
int |
, |
|
|
int |
, |
|
|
int |
|
|
) |
| |
|
inlinevirtualinherited |
Called when the mouse has been moved.
| virtual void lwpp::LWPanelCallbacks::panelOpen |
( |
const LWPanel & |
| ) |
|
|
inlinevirtualinherited |
Called when a panel is opened.
Friends And Related Function Documentation
Member Data Documentation
| LWPanel lwpp::LWPanelInterface::Panel |
|
protected |
The documentation for this class was generated from the following file: