Description


Include file: xapp.h

Parent class: XProcess

Overview

Functions

GetResourceLibrary

Return-Value

XResourceLibrary * The XResourceLibrary the application created when it starts up

Remarks

An application creates a resource library when the application is constructed out of the resources which are binded to the exe-file. GetResourceLibrary returns the pointer to this resource library.

XApplication

Remarks

The constructor of XApplication initializes a stand-alone process an creates a XResourceLibrary with the resources which are linked to the exe-file. The XResourceLibrary can be accessed with GetResourceLibrary(). If a XApplication is constructed und you∩ve set up your mainwindow, call Start() to run the application.

~XApplication

Remarks

Destructs the application and the resource library. WARNING: to terminate an application, call Terminate(), never the destructor!

Terminate

Remarks

With this method an application can be terminated. If you call Terminate() the method QueryForQuit() will not be called.


This document was generated by Jens von Pilgrim's Autodoc