KWWidgets
|
#include <vtkKWEventMap.h>
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 |
Definition at line 39 of file debian/tmp/usr/include/KWWidgets/vtkKWEventMap.h.
anonymous enum |
Definition at line 46 of file debian/tmp/usr/include/KWWidgets/vtkKWEventMap.h.
anonymous enum |
Definition at line 39 of file vtkKWEventMap.h.
anonymous enum |
Definition at line 46 of file vtkKWEventMap.h.
vtkKWEventMap::vtkKWEventMap | ( | ) | [protected] |
vtkKWEventMap::~vtkKWEventMap | ( | ) | [protected] |
vtkKWEventMap::vtkKWEventMap | ( | ) | [protected] |
vtkKWEventMap::~vtkKWEventMap | ( | ) | [protected] |
static vtkKWEventMap* vtkKWEventMap::New | ( | ) | [static] |
virtual const char* vtkKWEventMap::GetClassName | ( | ) | [virtual] |
static int vtkKWEventMap::IsTypeOf | ( | const char * | type | ) | [static] |
virtual int vtkKWEventMap::IsA | ( | const char * | type | ) | [virtual] |
static vtkKWEventMap* vtkKWEventMap::SafeDownCast | ( | vtkObject * | o | ) | [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 int vtkKWEventMap::GetNumberOfMouseEvents | ( | ) | [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 int vtkKWEventMap::GetNumberOfKeyEvents | ( | ) | [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 int vtkKWEventMap::GetNumberOfKeySymEvents | ( | ) | [virtual] |
void vtkKWEventMap::ShallowCopy | ( | vtkKWEventMap * | tprop | ) |
static vtkKWEventMap* vtkKWEventMap::New | ( | ) | [static] |
virtual const char* vtkKWEventMap::GetClassName | ( | ) | [virtual] |
static int vtkKWEventMap::IsTypeOf | ( | const char * | type | ) | [static] |
virtual int vtkKWEventMap::IsA | ( | const char * | type | ) | [virtual] |
static vtkKWEventMap* vtkKWEventMap::SafeDownCast | ( | vtkObject * | o | ) | [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 int vtkKWEventMap::GetNumberOfMouseEvents | ( | ) | [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 int vtkKWEventMap::GetNumberOfKeyEvents | ( | ) | [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 int vtkKWEventMap::GetNumberOfKeySymEvents | ( | ) | [virtual] |
void vtkKWEventMap::ShallowCopy | ( | vtkKWEventMap * | tprop | ) |
MouseEvent * vtkKWEventMap::MouseEvents [protected] |
Definition at line 228 of file debian/tmp/usr/include/KWWidgets/vtkKWEventMap.h.
KeyEvent * vtkKWEventMap::KeyEvents [protected] |
Definition at line 229 of file debian/tmp/usr/include/KWWidgets/vtkKWEventMap.h.
KeySymEvent * vtkKWEventMap::KeySymEvents [protected] |
Definition at line 230 of file debian/tmp/usr/include/KWWidgets/vtkKWEventMap.h.
int vtkKWEventMap::NumberOfMouseEvents [protected] |
Definition at line 232 of file debian/tmp/usr/include/KWWidgets/vtkKWEventMap.h.
int vtkKWEventMap::NumberOfKeyEvents [protected] |
Definition at line 233 of file debian/tmp/usr/include/KWWidgets/vtkKWEventMap.h.
int vtkKWEventMap::NumberOfKeySymEvents [protected] |
Definition at line 234 of file debian/tmp/usr/include/KWWidgets/vtkKWEventMap.h.