The Nebula Device 3: App::ConsoleApplication Class Reference

The Nebula Device 3

App::ConsoleApplication Class Reference

#include <consoleapplication.h>

Inheritance diagram for App::ConsoleApplication:

App::Application


Detailed Description

Base class for Nebula3 console applications. Will provide a typicel execution environment for console apps.

(C) 2006 Radon Labs GmbH

Public Member Functions

 ConsoleApplication ()
 constructor
virtual ~ConsoleApplication ()
 destructor
virtual bool Open ()
 open the application
virtual void Close ()
 close the application
void SetCompanyName (const Util::String &n)
 set company name
const Util::StringGetCompanyName () const
 get company name
void SetAppName (const Util::String &n)
 set application name
const Util::StringGetAppName () const
 get application name
void SetCmdLineArgs (const Util::CmdLineArgs &a)
 set command line args
const Util::CmdLineArgsGetCmdLineArgs () const
 get command line args
virtual void Exit ()
 exit the application, call right before leaving main()
virtual void Run ()
 run the application, return when user wants to exit
bool IsOpen () const
 return true if app is open
int GetReturnCode () const
 get the return code

Protected Member Functions

void SetReturnCode (int c)
 set return code