fshake3d  0.0.1
FreeformDensity3DSurfaceEditor
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions | Private Attributes
Control Class Reference

#include <GridControl.hpp>

Inheritance diagram for Control:
GridControl

List of all members.

Public Member Functions

virtual void onEvent (Event &e)=0
void addButtonListener (IButtonListener *pButtonListener)
void removeButtonListener (IButtonListener *pButtonListener)
void addMotionListener (IMotionListener *pMotionListener)
void removeMotionListener (IMotionListener *pMotionListener)
void onEvent (Event &e)

Private Attributes

list< IButtonListener * > mpIButtonListeners
list< IButtonListener * > mpIMotionListeners

Detailed Description

Definition at line 10 of file GridControl.hpp.


Member Function Documentation

void Control::addButtonListener ( IButtonListener pButtonListener)
void Control::addMotionListener ( IMotionListener pMotionListener)
virtual void Control::onEvent ( Event e) [pure virtual]

Implemented in GridControl.

void Control::onEvent ( Event e) [inline]

Reimplemented in GridControl.

Definition at line 19 of file ui_Control.hpp.

void Control::removeButtonListener ( IButtonListener pButtonListener)
void Control::removeMotionListener ( IMotionListener pMotionListener)

Member Data Documentation

Definition at line 44 of file ui_Control.hpp.

Definition at line 45 of file ui_Control.hpp.


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