#include <ivfui/IvfWorkspaceWindow.h>
Inheritance diagram for CIvfWorkspaceWindow:
Public Member Functions | |
CIvfWorkspaceWindow (int X, int Y, int W, int H) | |
IvfClassInfo ("CIvfWorkspaceWindow", CIvfFltkWorkspace) | |
void | setWindowTitle (const char *title) |
void | show () |
void | redraw () |
virtual void | doMouseDown (int x, int y) |
virtual void | doMouseUp (int x, int y) |
This class implements a Ivf++ window with complete scene management based on CIvfWorkspaceWidget functionality. The CIvfWorkspaceWindowclass should not be used directly. A user defined window class should be derived and the neccesary event methods overridden.
Definition at line 44 of file IvfWorkspaceWindow.h.
|
CIvfWindow constructor Window will not be visible until the show() method is called.
|
|
MouseDown event handling (called from widget) Derived widget should call this method when any of the mouse buttons is pressed. Reimplemented from CIvfWorkspaceWidget. |
|
MouseUp event handling (called from widget) Derived widget should call this method when any of the mouse buttons is released. Reimplemented from CIvfWorkspaceWidget. |
|
Redraws window Reimplemented from CIvfWidgetBase. |
|
Sets window title |
|
Shows window on screen |