[Home] [Prev] [Next] [Up]


XGAppSingleWindow class

Event loop and management for a single-window application.

Usage:

#include <XApplication.h>

class XGAppSingleWindow;

Description

When you create your application, if you want a single-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

XGAppSingleWindow::XGAppSingleWindow

This initializes a single-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 as if there was only one application window, not counting dialogs.

XGAppSingleWindow::~XGAppSingleWindow()

Release resources associated with the event loop for the single-window application.


[Home] [Prev] [Next] [Up]