LightWrap++
AC++wrapperfortheLightWave3DSDK
lwpp::LWPanelCallbacks Class Reference

#include <panel.h>

+ Inheritance diagram for lwpp::LWPanelCallbacks:

List of all members.

Public Member Functions

virtual void panelActivate (const LWPanel &)
 Called when a panel is activated by the user.
virtual void panelClose (const LWPanel &)
 Called when a panel is closed.
virtual void panelDraw (const LWPanel &, DrMode)
 Handle Panel redraws.
virtual int panelKeyDown (const LWPanel &, LWDualKey)
 Called when a key has been pressed.
virtual int panelKeyUp (const LWPanel &, LWDualKey)
 Called when a key has been released.
virtual void panelMouseButton (const LWPanel &, int, int, int)
 Called when a mouse button has been pressed.
virtual void panelMouseMove (const LWPanel &, int, int, int)
 Called when the mouse has been moved.
virtual void panelOpen (const LWPanel &)
 Called when a panel is opened.

Friends

class LWPanel

Detailed Description

Encapsulates virtual member functions that can be overriden by the actual Plugin to process LWPanels events


Member Function Documentation

virtual void lwpp::LWPanelCallbacks::panelActivate ( const LWPanel )
inlinevirtual

Called when a panel is activated by the user.

virtual void lwpp::LWPanelCallbacks::panelClose ( const LWPanel )
inlinevirtual

Called when a panel is closed.

virtual void lwpp::LWPanelCallbacks::panelDraw ( const LWPanel ,
DrMode   
)
inlinevirtual

Handle Panel redraws.

virtual int lwpp::LWPanelCallbacks::panelKeyDown ( const LWPanel ,
LWDualKey   
)
inlinevirtual

Called when a key has been pressed.

virtual int lwpp::LWPanelCallbacks::panelKeyUp ( const LWPanel ,
LWDualKey   
)
inlinevirtual

Called when a key has been released.

virtual void lwpp::LWPanelCallbacks::panelMouseButton ( const LWPanel ,
int  ,
int  ,
int   
)
inlinevirtual

Called when a mouse button has been pressed.

virtual void lwpp::LWPanelCallbacks::panelMouseMove ( const LWPanel ,
int  ,
int  ,
int   
)
inlinevirtual

Called when the mouse has been moved.

virtual void lwpp::LWPanelCallbacks::panelOpen ( const LWPanel )
inlinevirtual

Called when a panel is opened.


Friends And Related Function Documentation

friend class LWPanel
friend

Reimplemented in lwpp::LWPanelInterface.


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