VCF::XCBApplicationPeer Class Reference
#include <XCBApplicationPeer.h>
Inheritance diagram for VCF::XCBApplicationPeer:

Public Member Functions | |
| XCBApplicationPeer () | |
| virtual | ~XCBApplicationPeer () |
| virtual bool | initApp () |
| initializes the application Peer. | |
| virtual void | terminateApp () |
| terminates the application Peer | |
| virtual AbstractApplication * | getApplication () |
| get the Application instance associated with the application implmenter | |
| virtual void | setApplication (AbstractApplication *application) |
| set the Application instance ot be associated with the application implmenter | |
| virtual String | getFileName () |
| returns the fully qualified file name for the application, i.e. | |
| virtual OSHandleID | getHandleID () |
| returns an identifier that is specific to the OS that uniquely identifies this Application. | |
| virtual void | setHandleID (OSHandleID handleID) |
Protected Attributes | |
| AbstractApplication * | app_ |
Constructor & Destructor Documentation
|
|
|
|
|
|
Member Function Documentation
|
|
get the Application instance associated with the application implmenter
Implements VCF::ApplicationPeer. |
|
|
returns the fully qualified file name for the application, i.e. "C:\Stuff\My App\Foo.exe" Implements VCF::ApplicationPeer. |
|
|
returns an identifier that is specific to the OS that uniquely identifies this Application. Under Win32 this corresponds to the hInstance that is used in an application or in-process DLL. Implements VCF::ApplicationPeer. |
|
|
initializes the application Peer. Any window specific system stuff can go in the implementation here. Implements VCF::ApplicationPeer. |
|
|
set the Application instance ot be associated with the application implmenter
Implements VCF::ApplicationPeer. |
|
|
Implements VCF::ApplicationPeer. |
|
|
terminates the application Peer
Implements VCF::ApplicationPeer. |
Member Data Documentation
|
|
|
The documentation for this class was generated from the following file:
- vcf/ApplicationKit/XCBApplicationPeer.h
