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

Public Member Functions | |
| OSXApplicationPeer () | |
| virtual | ~OSXApplicationPeer () |
| 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 ResourceBundle * | getResourceBundle () |
| 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 | |
| VCF::AbstractApplication * | app_ |
| 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. |
Member Data Documentation
|
|
|
|
|
|
The documentation for this class was generated from the following file:
- vcf/ApplicationKit/OSXApplicationPeer.h
