SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
Application Class Reference

Application is the thread that processes all the actions in the program. More...

#include <Application.h>

Inheritance diagram for Application:

Public Member Functions

void readCommandLine (int argc, const char *argv[])
 
CommandLine::ApplicationParametersHandle parameters () const
 
boost::shared_ptr
< SCIRun::Dataflow::Engine::NetworkEditorController
controller ()
 
void executeCommandLineRequests (Commands::GlobalCommandFactoryHandle cmdFactory)
 
boost::filesystem::path executablePath () const
 
std::string commandHelpString () const
 
std::string version () const
 

Detailed Description

Application is the thread that processes all the actions in the program.

Member Function Documentation

std::string commandHelpString ( ) const
Todo:
: these all get configured
Todo:
: sloppy way to initialize this but similar to v4, oh well
boost::filesystem::path executablePath ( ) const
void executeCommandLineRequests ( Commands::GlobalCommandFactoryHandle  cmdFactory)
ApplicationParametersHandle parameters ( ) const
void readCommandLine ( int  argc,
const char *  argv[] 
)
std::string version ( ) const
Todo:
:

return CORE_APPLICATION_VERSION;


The documentation for this class was generated from the following files: