VizKit  3.3.7
Static Public Member Functions | Private Member Functions
VizKit::VisualCustomization Class Reference

Collection of individual customizable functions. More...

#include <VisualCustomization.h>

List of all members.

Static Public Member Functions

static void initEnsembleMembers (void)
 Initializes the actors and adds them to the ensemble.
static void setDefaultPreferenceValues (void)
 Override and add default preference values.
static bool handleKeyPressed (const char aKeyboadCharacterValue)
 Processes keyboard events.

Private Member Functions

 VisualCustomization ()
 The constructor.
 ~VisualCustomization ()
 The destructor.

Detailed Description

Collection of individual customizable functions.

Each visualizer plug-in can implement its own version of these functions. All functions of VisualCustomization are static. VisualCustomization needs no state.


Constructor & Destructor Documentation

The constructor.

The destructor.


Member Function Documentation

bool VisualCustomization::handleKeyPressed ( const char  aKeyboadCharacterValue) [static]

Processes keyboard events.

Parameters:
aKeyboadCharacterValueThe value of the key that was pressed.
Returns:
True if key press event was handled by visualizer, false if key press event was not handled by visualizer.
Remarks:
This method is only called when the visualizer is showing.
void VisualCustomization::initEnsembleMembers ( void  ) [static]

Initializes the actors and adds them to the ensemble.

Called by VisualStageControl on init.

Override and add default preference values.


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

Generated on Sun May 3 2015 20:26:31 for VizKit by doxygen 1.8.0