[Home] [Prev] [Next] [Up]
XGAppMultiWindow class
Event loop and management for a multiple-window application.
Usage:
#include <XApplication.h>
class XGAppMultiWindow;
Description
When you create your application, if you want a multiple-window application, you would derive your custom application from this class.
As all the methods for this class are inherited from the XGAppCore class, see there for more information.
Construction/Destruction
XGAppMultiWindow::XGAppMultiWindow
This initializes a multiple-application window. This initializes and registers the appropriate window types (WinOS), and sets various internal flags which set the behaviour of the YAAF framework to operate with multiple windows and multiple documents.
XGAppMultiWindow::~XGAppMultiWindow()
Release resources associated with the event loop for the multiple-window application.