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

Public Member Functions | |
| Win32Application () | |
| virtual | ~Win32Application () |
| virtual bool | initApp () |
| initializes the application Peer. | |
| virtual void | terminateApp () |
| terminates the application Peer | |
| virtual VCF::AbstractApplication * | getApplication () |
| get the Application instance associated with the application implmenter | |
| virtual void | setApplication (VCF::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) |
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. |
The documentation for this class was generated from the following file:
- vcf/ApplicationKit/Win32Application.h
