KWWidgets
|
#include <vtkKWEventMap.h>
Inherits vtkObject, and vtkObject.
Public Types | |
enum | { LeftButton = 0, MiddleButton = 1, RightButton = 2 } |
enum | { NoModifier = 0, ShiftModifier = 1, ControlModifier = 2, ControlShiftModifier = 3 } |
enum | { LeftButton = 0, MiddleButton = 1, RightButton = 2 } |
enum | { NoModifier = 0, ShiftModifier = 1, ControlModifier = 2, ControlShiftModifier = 3 } |
typedef vtkObject | Superclass |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | AddMouseEvent (vtkKWEventMap::MouseEvent *me) |
void | AddMouseEvent (int button, int modifier, const char *action) |
void | AddMouseEvent (int button, int modifier, const char *action, const char *context, const char *description) |
void | SetMouseEvent (vtkKWEventMap::MouseEvent *me) |
void | SetMouseEvent (int button, int modifier, const char *action) |
void | SetMouseEvent (int button, int modifier, const char *action, const char *context, const char *description) |
vtkKWEventMap::MouseEvent * | GetMouseEvent (int index) |
void | RemoveMouseEvent (vtkKWEventMap::MouseEvent *me) |
void | RemoveMouseEvent (int button, int modifier, const char *action=NULL) |
void | RemoveAllMouseEvents () |
const char * | FindMouseAction (int button, int modifier) |
virtual int | GetNumberOfMouseEvents () |
void | AddKeyEvent (vtkKWEventMap::KeyEvent *me) |
void | AddKeyEvent (char key, int modifier, const char *action) |
void | AddKeyEvent (char key, int modifier, const char *action, const char *context, const char *description) |
void | SetKeyEvent (char key, int modifier, const char *action) |
void | SetKeyEvent (char key, int modifier, const char *action, const char *context, const char *description) |
vtkKWEventMap::KeyEvent * | GetKeyEvent (int index) |
void | RemoveKeyEvent (char key, int modifier, const char *action=NULL) |
void | RemoveAllKeyEvents () |
const char * | FindKeyAction (char key, int modifier) |
virtual int | GetNumberOfKeyEvents () |
void | AddKeySymEvent (vtkKWEventMap::KeySymEvent *me) |
void | AddKeySymEvent (const char *keySym, int modifier, const char *action) |
void | AddKeySymEvent (const char *keySym, int modifier, const char *action, const char *context, const char *description) |
void | SetKeySymEvent (const char *keySym, int modifier, const char *action) |
void | SetKeySymEvent (const char *keySym, int modifier, const char *action, const char *context, const char *description) |
vtkKWEventMap::KeySymEvent * | GetKeySymEvent (int index) |
void | RemoveKeySymEvent (const char *keySym, int modifier, const char *action=NULL) |
void | RemoveAllKeySymEvents () |
const char * | FindKeySymAction (const char *keySym, int modifier) |
virtual int | GetNumberOfKeySymEvents () |
void | ShallowCopy (vtkKWEventMap *tprop) |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | AddMouseEvent (vtkKWEventMap::MouseEvent *me) |
void | AddMouseEvent (int button, int modifier, const char *action) |
void | AddMouseEvent (int button, int modifier, const char *action, const char *context, const char *description) |
void | SetMouseEvent (vtkKWEventMap::MouseEvent *me) |
void | SetMouseEvent (int button, int modifier, const char *action) |
void | SetMouseEvent (int button, int modifier, const char *action, const char *context, const char *description) |
vtkKWEventMap::MouseEvent * | GetMouseEvent (int index) |
void | RemoveMouseEvent (vtkKWEventMap::MouseEvent *me) |
void | RemoveMouseEvent (int button, int modifier, const char *action=NULL) |
void | RemoveAllMouseEvents () |
const char * | FindMouseAction (int button, int modifier) |
virtual int | GetNumberOfMouseEvents () |
void | AddKeyEvent (vtkKWEventMap::KeyEvent *me) |
void | AddKeyEvent (char key, int modifier, const char *action) |
void | AddKeyEvent (char key, int modifier, const char *action, const char *context, const char *description) |
void | SetKeyEvent (char key, int modifier, const char *action) |
void | SetKeyEvent (char key, int modifier, const char *action, const char *context, const char *description) |
vtkKWEventMap::KeyEvent * | GetKeyEvent (int index) |
void | RemoveKeyEvent (char key, int modifier, const char *action=NULL) |
void | RemoveAllKeyEvents () |
const char * | FindKeyAction (char key, int modifier) |
virtual int | GetNumberOfKeyEvents () |
void | AddKeySymEvent (vtkKWEventMap::KeySymEvent *me) |
void | AddKeySymEvent (const char *keySym, int modifier, const char *action) |
void | AddKeySymEvent (const char *keySym, int modifier, const char *action, const char *context, const char *description) |
void | SetKeySymEvent (const char *keySym, int modifier, const char *action) |
void | SetKeySymEvent (const char *keySym, int modifier, const char *action, const char *context, const char *description) |
vtkKWEventMap::KeySymEvent * | GetKeySymEvent (int index) |
void | RemoveKeySymEvent (const char *keySym, int modifier, const char *action=NULL) |
void | RemoveAllKeySymEvents () |
const char * | FindKeySymAction (const char *keySym, int modifier) |
virtual int | GetNumberOfKeySymEvents () |
void | ShallowCopy (vtkKWEventMap *tprop) |
Static Public Member Functions | |
static vtkKWEventMap * | New () |
static int | IsTypeOf (const char *type) |
static vtkKWEventMap * | SafeDownCast (vtkObject *o) |
static vtkKWEventMap * | New () |
static int | IsTypeOf (const char *type) |
static vtkKWEventMap * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkKWEventMap () | |
~vtkKWEventMap () | |
vtkKWEventMap () | |
~vtkKWEventMap () | |
Protected Attributes | |
MouseEvent * | MouseEvents |
KeyEvent * | KeyEvents |
KeySymEvent * | KeySymEvents |
int | NumberOfMouseEvents |
int | NumberOfKeyEvents |
int | NumberOfKeySymEvents |
Definition at line 27 of file debian/tmp/usr/include/KWWidgets/vtkKWEventMap.h.
typedef vtkObject vtkKWEventMap::Superclass |
Definition at line 31 of file debian/tmp/usr/include/KWWidgets/vtkKWEventMap.h.
typedef vtkObject vtkKWEventMap::Superclass |
Definition at line 31 of file vtkKWEventMap.h.
anonymous enum |
Enumerator | |
---|---|
LeftButton | |
MiddleButton | |
RightButton |
Definition at line 39 of file debian/tmp/usr/include/KWWidgets/vtkKWEventMap.h.
anonymous enum |
Enumerator | |
---|---|
NoModifier | |
ShiftModifier | |
ControlModifier | |
ControlShiftModifier |
Definition at line 46 of file debian/tmp/usr/include/KWWidgets/vtkKWEventMap.h.
anonymous enum |
Enumerator | |
---|---|
LeftButton | |
MiddleButton | |
RightButton |
Definition at line 39 of file vtkKWEventMap.h.
anonymous enum |
Enumerator | |
---|---|
NoModifier | |
ShiftModifier | |
ControlModifier | |
ControlShiftModifier |
Definition at line 46 of file vtkKWEventMap.h.
|
protected |
|
protected |
|
protected |
|
protected |
|
static |
|
virtual |
|
static |
|
virtual |
|
static |
void vtkKWEventMap::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
void vtkKWEventMap::AddMouseEvent | ( | vtkKWEventMap::MouseEvent * | me | ) |
void vtkKWEventMap::AddMouseEvent | ( | int | button, |
int | modifier, | ||
const char * | action | ||
) |
void vtkKWEventMap::AddMouseEvent | ( | int | button, |
int | modifier, | ||
const char * | action, | ||
const char * | context, | ||
const char * | description | ||
) |
void vtkKWEventMap::SetMouseEvent | ( | vtkKWEventMap::MouseEvent * | me | ) |
void vtkKWEventMap::SetMouseEvent | ( | int | button, |
int | modifier, | ||
const char * | action | ||
) |
void vtkKWEventMap::SetMouseEvent | ( | int | button, |
int | modifier, | ||
const char * | action, | ||
const char * | context, | ||
const char * | description | ||
) |
vtkKWEventMap::MouseEvent* vtkKWEventMap::GetMouseEvent | ( | int | index | ) |
void vtkKWEventMap::RemoveMouseEvent | ( | vtkKWEventMap::MouseEvent * | me | ) |
void vtkKWEventMap::RemoveMouseEvent | ( | int | button, |
int | modifier, | ||
const char * | action = NULL |
||
) |
void vtkKWEventMap::RemoveAllMouseEvents | ( | ) |
const char* vtkKWEventMap::FindMouseAction | ( | int | button, |
int | modifier | ||
) |
|
virtual |
void vtkKWEventMap::AddKeyEvent | ( | vtkKWEventMap::KeyEvent * | me | ) |
void vtkKWEventMap::AddKeyEvent | ( | char | key, |
int | modifier, | ||
const char * | action | ||
) |
void vtkKWEventMap::AddKeyEvent | ( | char | key, |
int | modifier, | ||
const char * | action, | ||
const char * | context, | ||
const char * | description | ||
) |
void vtkKWEventMap::SetKeyEvent | ( | char | key, |
int | modifier, | ||
const char * | action | ||
) |
void vtkKWEventMap::SetKeyEvent | ( | char | key, |
int | modifier, | ||
const char * | action, | ||
const char * | context, | ||
const char * | description | ||
) |
vtkKWEventMap::KeyEvent* vtkKWEventMap::GetKeyEvent | ( | int | index | ) |
void vtkKWEventMap::RemoveKeyEvent | ( | char | key, |
int | modifier, | ||
const char * | action = NULL |
||
) |
void vtkKWEventMap::RemoveAllKeyEvents | ( | ) |
const char* vtkKWEventMap::FindKeyAction | ( | char | key, |
int | modifier | ||
) |
|
virtual |
void vtkKWEventMap::AddKeySymEvent | ( | vtkKWEventMap::KeySymEvent * | me | ) |
void vtkKWEventMap::AddKeySymEvent | ( | const char * | keySym, |
int | modifier, | ||
const char * | action | ||
) |
void vtkKWEventMap::AddKeySymEvent | ( | const char * | keySym, |
int | modifier, | ||
const char * | action, | ||
const char * | context, | ||
const char * | description | ||
) |
void vtkKWEventMap::SetKeySymEvent | ( | const char * | keySym, |
int | modifier, | ||
const char * | action | ||
) |
void vtkKWEventMap::SetKeySymEvent | ( | const char * | keySym, |
int | modifier, | ||
const char * | action, | ||
const char * | context, | ||
const char * | description | ||
) |
vtkKWEventMap::KeySymEvent* vtkKWEventMap::GetKeySymEvent | ( | int | index | ) |
void vtkKWEventMap::RemoveKeySymEvent | ( | const char * | keySym, |
int | modifier, | ||
const char * | action = NULL |
||
) |
void vtkKWEventMap::RemoveAllKeySymEvents | ( | ) |
const char* vtkKWEventMap::FindKeySymAction | ( | const char * | keySym, |
int | modifier | ||
) |
|
virtual |
void vtkKWEventMap::ShallowCopy | ( | vtkKWEventMap * | tprop | ) |
|
static |
|
virtual |
|
static |
|
virtual |
|
static |
void vtkKWEventMap::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
void vtkKWEventMap::AddMouseEvent | ( | vtkKWEventMap::MouseEvent * | me | ) |
void vtkKWEventMap::AddMouseEvent | ( | int | button, |
int | modifier, | ||
const char * | action | ||
) |
void vtkKWEventMap::AddMouseEvent | ( | int | button, |
int | modifier, | ||
const char * | action, | ||
const char * | context, | ||
const char * | description | ||
) |
void vtkKWEventMap::SetMouseEvent | ( | vtkKWEventMap::MouseEvent * | me | ) |
void vtkKWEventMap::SetMouseEvent | ( | int | button, |
int | modifier, | ||
const char * | action | ||
) |
void vtkKWEventMap::SetMouseEvent | ( | int | button, |
int | modifier, | ||
const char * | action, | ||
const char * | context, | ||
const char * | description | ||
) |
vtkKWEventMap::MouseEvent* vtkKWEventMap::GetMouseEvent | ( | int | index | ) |
void vtkKWEventMap::RemoveMouseEvent | ( | vtkKWEventMap::MouseEvent * | me | ) |
void vtkKWEventMap::RemoveMouseEvent | ( | int | button, |
int | modifier, | ||
const char * | action = NULL |
||
) |
void vtkKWEventMap::RemoveAllMouseEvents | ( | ) |
const char* vtkKWEventMap::FindMouseAction | ( | int | button, |
int | modifier | ||
) |
|
virtual |
void vtkKWEventMap::AddKeyEvent | ( | vtkKWEventMap::KeyEvent * | me | ) |
void vtkKWEventMap::AddKeyEvent | ( | char | key, |
int | modifier, | ||
const char * | action | ||
) |
void vtkKWEventMap::AddKeyEvent | ( | char | key, |
int | modifier, | ||
const char * | action, | ||
const char * | context, | ||
const char * | description | ||
) |
void vtkKWEventMap::SetKeyEvent | ( | char | key, |
int | modifier, | ||
const char * | action | ||
) |
void vtkKWEventMap::SetKeyEvent | ( | char | key, |
int | modifier, | ||
const char * | action, | ||
const char * | context, | ||
const char * | description | ||
) |
vtkKWEventMap::KeyEvent* vtkKWEventMap::GetKeyEvent | ( | int | index | ) |
void vtkKWEventMap::RemoveKeyEvent | ( | char | key, |
int | modifier, | ||
const char * | action = NULL |
||
) |
void vtkKWEventMap::RemoveAllKeyEvents | ( | ) |
const char* vtkKWEventMap::FindKeyAction | ( | char | key, |
int | modifier | ||
) |
|
virtual |
void vtkKWEventMap::AddKeySymEvent | ( | vtkKWEventMap::KeySymEvent * | me | ) |
void vtkKWEventMap::AddKeySymEvent | ( | const char * | keySym, |
int | modifier, | ||
const char * | action | ||
) |
void vtkKWEventMap::AddKeySymEvent | ( | const char * | keySym, |
int | modifier, | ||
const char * | action, | ||
const char * | context, | ||
const char * | description | ||
) |
void vtkKWEventMap::SetKeySymEvent | ( | const char * | keySym, |
int | modifier, | ||
const char * | action | ||
) |
void vtkKWEventMap::SetKeySymEvent | ( | const char * | keySym, |
int | modifier, | ||
const char * | action, | ||
const char * | context, | ||
const char * | description | ||
) |
vtkKWEventMap::KeySymEvent* vtkKWEventMap::GetKeySymEvent | ( | int | index | ) |
void vtkKWEventMap::RemoveKeySymEvent | ( | const char * | keySym, |
int | modifier, | ||
const char * | action = NULL |
||
) |
void vtkKWEventMap::RemoveAllKeySymEvents | ( | ) |
const char* vtkKWEventMap::FindKeySymAction | ( | const char * | keySym, |
int | modifier | ||
) |
|
virtual |
void vtkKWEventMap::ShallowCopy | ( | vtkKWEventMap * | tprop | ) |
|
protected |
Definition at line 228 of file debian/tmp/usr/include/KWWidgets/vtkKWEventMap.h.
|
protected |
Definition at line 229 of file debian/tmp/usr/include/KWWidgets/vtkKWEventMap.h.
|
protected |
Definition at line 230 of file debian/tmp/usr/include/KWWidgets/vtkKWEventMap.h.
|
protected |
Definition at line 232 of file debian/tmp/usr/include/KWWidgets/vtkKWEventMap.h.
|
protected |
Definition at line 233 of file debian/tmp/usr/include/KWWidgets/vtkKWEventMap.h.
|
protected |
Definition at line 234 of file debian/tmp/usr/include/KWWidgets/vtkKWEventMap.h.