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

#include <lwpanel_handler.h>

+ Inheritance diagram for lwpp::LWPanelInterface:
+ Collaboration diagram for lwpp::LWPanelInterface:

List of all members.

Public Member Functions

 LWPanelInterface ()
virtual ~LWPanelInterface ()
virtual LWError Options (void)
 Open LWPanel.

Protected 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.

Protected Attributes

LWPanel Panel

Friends

class LWPanel

Constructor & Destructor Documentation

lwpp::LWPanelInterface::LWPanelInterface ( )
inline
virtual lwpp::LWPanelInterface::~LWPanelInterface ( )
inlinevirtual

Member Function Documentation

virtual LWError lwpp::LWPanelInterface::Options ( void  )
inlinevirtual

Open LWPanel.

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

Handle Panel redraws.

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

friend class LWPanel
friend

Reimplemented from lwpp::LWPanelCallbacks.


Member Data Documentation

LWPanel lwpp::LWPanelInterface::Panel
protected

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