VCF::LibraryApplication Class Reference
Class LibraryApplication documentation.
More...
#include <vcf/ApplicationKit/LibraryApplication.h>
Inheritance diagram for VCF::LibraryApplication:
List of all members.
Detailed Description
Class LibraryApplication documentation.
Constructor & Destructor Documentation
| VCF::LibraryApplication::LibraryApplication |
( |
|
) |
|
|
| virtual VCF::LibraryApplication::~LibraryApplication |
( |
|
) |
[virtual] |
|
Member Function Documentation
| static void VCF::LibraryApplication::clearLibraryRegistrar |
( |
|
) |
[static] |
|
|
|
gets a collection of named libraries that have been registered
|
|
|
This returns the application's resource bundle.
If the application in question is the application instance that represents the running process/program ( in other words, the instance returned by Application::getRunningInstance() ) then the resource bundle returned is the same that you would get by calling System::getResourceBundle(). However, if the application instance is a LibraryApplication, then the resource bundle is unique to that library, and independant from that of the main application's resource bundle.
This is re-implemented in LibraryApplication class.
Reimplemented from VCF::AbstractApplication. |
| static void VCF::LibraryApplication::initLibraryRegistrar |
( |
|
) |
[static] |
|
| virtual bool VCF::LibraryApplication::initRunningApplication |
( |
|
) |
[inline, virtual] |
|
|
|
This happens after the Application object is constructed, after the initialize() method, and just before the app's run() method is called successful.
if false, it calls terminate() and then kills the app process. this method also builds the accellerator table used for keyboard shortcuts - Returns:
- bool this tells whether or not the initialization of the application was
Implements VCF::AbstractApplication. |
| static void VCF::LibraryApplication::registerLibrary |
( |
LibraryApplication * |
libraryApp |
) |
[static] |
|
| virtual void VCF::LibraryApplication::setName |
( |
const String & |
name |
) |
[virtual] |
|
| virtual void VCF::LibraryApplication::terminateRunningApplication |
( |
|
) |
[inline, virtual] |
|
|
|
terminates the running application.
This is called during normal shutdown of an application object. You should override this function if your application created resources and release those resources here.
Implements VCF::AbstractApplication. |
| static void VCF::LibraryApplication::unRegisterLibrary |
( |
LibraryApplication * |
libraryApp |
) |
[static] |
|
Member Data Documentation
The documentation for this class was generated from the following file: