Interface for the event mechanism of GUIs using the GUI toolkit of the IVT. More...
#include <MainWindowEventInterface.h>
Public Member Functions | |
virtual void | ButtonPushed (WIDGET_HANDLE widget) |
virtual void | KeyDown (WIDGET_HANDLE widget, int key) |
virtual void | KeyUp (WIDGET_HANDLE widget, int key) |
virtual void | MouseDown (WIDGET_HANDLE widget, int button, int x, int y) |
virtual void | MouseMove (WIDGET_HANDLE widget, int x, int y) |
virtual void | MouseUp (WIDGET_HANDLE widget, int button, int x, int y) |
virtual void | PointClicked (WIDGET_HANDLE widget, int x, int y) |
virtual void | RectSelected (WIDGET_HANDLE widget, int x0, int y0, int x1, int y1) |
virtual void | ValueChanged (WIDGET_HANDLE widget, int value) |
virtual | ~CMainWindowEventInterface () |
Interface for the event mechanism of GUIs using the GUI toolkit of the IVT.
Definition at line 71 of file MainWindowEventInterface.h.
virtual CMainWindowEventInterface::~CMainWindowEventInterface | ( | ) | [inline, virtual] |
Definition at line 75 of file MainWindowEventInterface.h.
virtual void CMainWindowEventInterface::ButtonPushed | ( | WIDGET_HANDLE | widget | ) | [inline, virtual] |
Reimplemented in COpenGLVisualizerControl.
Definition at line 92 of file MainWindowEventInterface.h.
virtual void CMainWindowEventInterface::KeyDown | ( | WIDGET_HANDLE | widget, |
int | key | ||
) | [inline, virtual] |
Reimplemented in COpenGLVisualizerControl.
Definition at line 88 of file MainWindowEventInterface.h.
virtual void CMainWindowEventInterface::KeyUp | ( | WIDGET_HANDLE | widget, |
int | key | ||
) | [inline, virtual] |
Reimplemented in COpenGLVisualizerControl.
Definition at line 89 of file MainWindowEventInterface.h.
virtual void CMainWindowEventInterface::MouseDown | ( | WIDGET_HANDLE | widget, |
int | button, | ||
int | x, | ||
int | y | ||
) | [inline, virtual] |
Reimplemented in COpenGLVisualizerControl.
Definition at line 85 of file MainWindowEventInterface.h.
virtual void CMainWindowEventInterface::MouseMove | ( | WIDGET_HANDLE | widget, |
int | x, | ||
int | y | ||
) | [inline, virtual] |
Reimplemented in COpenGLVisualizerControl.
Definition at line 87 of file MainWindowEventInterface.h.
virtual void CMainWindowEventInterface::MouseUp | ( | WIDGET_HANDLE | widget, |
int | button, | ||
int | x, | ||
int | y | ||
) | [inline, virtual] |
Reimplemented in COpenGLVisualizerControl.
Definition at line 86 of file MainWindowEventInterface.h.
virtual void CMainWindowEventInterface::PointClicked | ( | WIDGET_HANDLE | widget, |
int | x, | ||
int | y | ||
) | [inline, virtual] |
Reimplemented in COpenGLVisualizerControl.
Definition at line 82 of file MainWindowEventInterface.h.
virtual void CMainWindowEventInterface::RectSelected | ( | WIDGET_HANDLE | widget, |
int | x0, | ||
int | y0, | ||
int | x1, | ||
int | y1 | ||
) | [inline, virtual] |
Reimplemented in COpenGLVisualizerControl.
Definition at line 81 of file MainWindowEventInterface.h.
virtual void CMainWindowEventInterface::ValueChanged | ( | WIDGET_HANDLE | widget, |
int | value | ||
) | [inline, virtual] |
Reimplemented in COpenGLVisualizerControl.
Definition at line 96 of file MainWindowEventInterface.h.