#include <ivffltk/IvfFltkWorkspace.h>
Inheritance diagram for CIvfFltkWorkspace:

Public Member Functions | |
| CIvfFltkWorkspace (int X, int Y, int W, int H, const char *L=0) | |
| IvfClassInfo ("CIvfFltkWorkspace", CIvfWorkspaceWidget) | |
Protected Member Functions | |
| virtual void | doRedraw () |
| void | draw () |
| int | handle (int event) |
| virtual void | doDisableIdleProcessing () |
| virtual void | doEnableIdleProcessing () |
| virtual void | doEnableTimeout (float time, int nbr) |
Definition at line 42 of file IvfFltkWorkspace.h.
|
||||||||||||||||||||||||
|
CIvfFltkWidget constructor Initializes the widget position and size and an optional title
|
|
|
Enable idle processing (to be overidden) Derived widget should override this method to enable idle processing. Idle processing should then call doIdle(). Reimplemented from CIvfWidgetBase. |
|
|
Disable idle processing (to be overidden) Derived widget should override this method to disable idle processing. Reimplemented from CIvfWidgetBase. |
|
||||||||||||
|
Enable timeout callback (to be overidden) Derived widget should override this method to enable specified callback. Reimplemented from CIvfWidgetBase. |
|
|
Redraw operation (to be overidden) Derived widget should override this method to do a redraw of widget Reimplemented from CIvfWidgetBase. |
|
|
Implements the FL_Gl_Window draw method This method is called when the widget is to be drawn. |
|
|
Implements the FL_Gl_Window handle method This method is called in response to GUI events. |
1.4.6-NO