VCF::DocumentBasedApplication< DocInterfacePolicy > Class Template Reference
#include <vcf/ApplicationKit/DocumentBasedApplication.h>
Inheritance diagram for VCF::DocumentBasedApplication< DocInterfacePolicy >:

Public Types | |
| typedef DocumentManagerImpl< DocumentBasedApplication< DocInterfacePolicy >, DocInterfacePolicy > | DocMgrImpl |
Public Member Functions | |
| DocumentBasedApplication (int argc, char **argv) | |
| virtual bool | initRunningApplication () |
| This happens after the Application object is constructed, after the initialize() method, and just before the app's run() method is called successful. | |
| void | terminateRunningApplication () |
| terminates the running application | |
| virtual void | processCommandLine (const CommandLine &comdLine) |
template<typename DocInterfacePolicy>
class VCF::DocumentBasedApplication< DocInterfacePolicy >
Member Typedef Documentation
|
|||||
|
|
Constructor & Destructor Documentation
|
||||||||||||||||
|
|
Member Function Documentation
|
|||||||||
|
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
Reimplemented from VCF::Application. |
|
||||||||||
|
Reimplemented from VCF::Application. |
|
|||||||||
|
terminates the running application
Reimplemented from VCF::Application. |
The documentation for this class was generated from the following file:
- vcf/ApplicationKit/DocumentBasedApplication.h
