#include <sspt_meshshellcontrol.h>

Public Member Functions | |
| sspt_MeshShellControl (sspt_MeshShell *obj, sspt_View *view, sspt_BasicCamera *camera) | |
| virtual bool | keyPress (KeySym key, unsigned long modifiers, char *string, int x, int y) |
| virtual bool | keyRelease (KeySym key, unsigned long modifiers, char *string, int x, int y) |
| virtual bool | mousePress (unsigned long modifiers, int x, int y) |
| virtual bool | mouseMove (unsigned long modifiers, int x, int y) |
| virtual bool | mouseRelease (unsigned long modifiers, int x, int y) |
| sspt_MeshShellControl::sspt_MeshShellControl | ( | sspt_MeshShell * | obj, | |
| sspt_View * | view, | |||
| sspt_BasicCamera * | camera | |||
| ) |
| virtual bool sspt_MeshShellControl::keyPress | ( | KeySym | key, | |
| unsigned long | modifiers, | |||
| char * | string, | |||
| int | x, | |||
| int | y | |||
| ) | [virtual] |
Implements sspt_ControlParser.
| virtual bool sspt_MeshShellControl::keyRelease | ( | KeySym | key, | |
| unsigned long | modifiers, | |||
| char * | string, | |||
| int | x, | |||
| int | y | |||
| ) | [virtual] |
Implements sspt_ControlParser.
| virtual bool sspt_MeshShellControl::mouseMove | ( | unsigned long | modifiers, | |
| int | x, | |||
| int | y | |||
| ) | [virtual] |
Implements sspt_ControlParser.
| virtual bool sspt_MeshShellControl::mousePress | ( | unsigned long | modifiers, | |
| int | x, | |||
| int | y | |||
| ) | [virtual] |
Implements sspt_ControlParser.
| virtual bool sspt_MeshShellControl::mouseRelease | ( | unsigned long | modifiers, | |
| int | x, | |||
| int | y | |||
| ) | [virtual] |
Implements sspt_ControlParser.