#include <sspt_slicecontrol.h>

Public Member Functions | |
| sspt_SliceControl (sspt_Slice *obj) | |
| 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_SliceControl::sspt_SliceControl | ( | sspt_Slice * | obj | ) |
| virtual bool sspt_SliceControl::keyPress | ( | KeySym | key, | |
| unsigned long | modifiers, | |||
| char * | string, | |||
| int | x, | |||
| int | y | |||
| ) | [virtual] |
Implements sspt_ControlParser.
| virtual bool sspt_SliceControl::keyRelease | ( | KeySym | key, | |
| unsigned long | modifiers, | |||
| char * | string, | |||
| int | x, | |||
| int | y | |||
| ) | [virtual] |
Implements sspt_ControlParser.
| virtual bool sspt_SliceControl::mouseMove | ( | unsigned long | modifiers, | |
| int | x, | |||
| int | y | |||
| ) | [virtual] |
Implements sspt_ControlParser.
| virtual bool sspt_SliceControl::mousePress | ( | unsigned long | modifiers, | |
| int | x, | |||
| int | y | |||
| ) | [virtual] |
Implements sspt_ControlParser.
| virtual bool sspt_SliceControl::mouseRelease | ( | unsigned long | modifiers, | |
| int | x, | |||
| int | y | |||
| ) | [virtual] |
Implements sspt_ControlParser.