vtkKWEventMap Class Reference

#include <vtkKWEventMap.h>

List of all members.

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 vtkKWEventMapNew ()
static int IsTypeOf (const char *type)
static vtkKWEventMapSafeDownCast (vtkObject *o)
static vtkKWEventMapNew ()
static int IsTypeOf (const char *type)
static vtkKWEventMapSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkKWEventMap ()
 ~vtkKWEventMap ()
 vtkKWEventMap ()
 ~vtkKWEventMap ()

Protected Attributes

MouseEvent * MouseEvents
KeyEvent * KeyEvents
KeySymEvent * KeySymEvents
int NumberOfMouseEvents
int NumberOfKeyEvents
int NumberOfKeySymEvents

Detailed Description

Definition at line 27 of file debian/tmp/usr/include/KWWidgets/vtkKWEventMap.h.


Member Typedef Documentation

typedef vtkObject vtkKWEventMap::Superclass
typedef vtkObject vtkKWEventMap::Superclass

Definition at line 31 of file vtkKWEventMap.h.


Member Enumeration Documentation

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.


Constructor & Destructor Documentation

vtkKWEventMap::vtkKWEventMap (  )  [protected]
vtkKWEventMap::~vtkKWEventMap (  )  [protected]
vtkKWEventMap::vtkKWEventMap (  )  [protected]
vtkKWEventMap::~vtkKWEventMap (  )  [protected]

Member Function Documentation

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  ) 

Member Data Documentation

MouseEvent * vtkKWEventMap::MouseEvents [protected]
KeyEvent * vtkKWEventMap::KeyEvents [protected]
KeySymEvent * vtkKWEventMap::KeySymEvents [protected]

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

Generated on Sat Dec 12 16:05:48 2009 for KWWidgets by  doxygen 1.6.1