#include <ivfwin32/IvfWin32Application.h>
Inheritance diagram for CIvfWin32Application:

Public Member Functions | |
| ~CIvfWin32Application () | |
| void | disableIdleProcessing () |
| void | enableIdleProcessing () |
| void | registerWindow (CIvfWin32Window *window) |
| void | unregisterWindow (CIvfWin32Window *window) |
| CIvfWin32Window * | getWindow (HWND hWnd) |
| int | run () |
| void | runAppLoop (CIvfWin32Window *window) |
Static Public Member Functions | |
| static CIvfWin32Application * | getInstance () |
Protected Member Functions | |
| CIvfWin32Application () | |
This class implements a native Ivf++ Win32 application. This application behaves in the same way as an application created using the ivffltk library.
Definition at line 44 of file IvfWin32Application.h.
|
|
Class destructor |
|
|
Class constructor |
|
|
Disable idle processing |
|
|
Enables idle processing |
|
|
Returns instance of the CIvfWin32Application |
|
|
Returns an instance of an CIvfWin32Window from a windows handle |
|
|
Register CIvfWin32Window with the CIvfWin32Application |
|
|
Main Ivf++ application loop |
|
|
Special application loop for real-time apps Calls the onAppLoop events repeatedly in CIvfWidgetBase. |
|
|
Unregisters a CIvfWin32Window with CIvfWin32Application |
1.4.6-NO