Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
berry::CoreTestApplication Class Reference

#include <berryCoreTestApplication.h>

Inheritance diagram for berry::CoreTestApplication:
Collaboration diagram for berry::CoreTestApplication:

Public Member Functions

 CoreTestApplication ()
 
 CoreTestApplication (const CoreTestApplication &other)
 
int Start ()
 
void Stop ()
 
- Public Member Functions inherited from berry::IApplication
virtual ~IApplication ()
 
virtual QVariant Start (IApplicationContext *context)=0
 

Additional Inherited Members

- Static Public Attributes inherited from berry::IApplication
static const int EXIT_OK
 
static const int EXIT_RESTART
 
static const int EXIT_RELAUNCH
 

Detailed Description

Definition at line 27 of file berryCoreTestApplication.h.

Constructor & Destructor Documentation

berry::CoreTestApplication::CoreTestApplication ( )

Definition at line 26 of file berryCoreTestApplication.cpp.

berry::CoreTestApplication::CoreTestApplication ( const CoreTestApplication other)

Definition at line 31 of file berryCoreTestApplication.cpp.

Member Function Documentation

int berry::CoreTestApplication::Start ( )

Definition at line 37 of file berryCoreTestApplication.cpp.

References BERRY_ERROR, and berry::BlueBerryTestDriver::Run().

void berry::CoreTestApplication::Stop ( )
virtual

Forces this running application to exit. This method should wait until the running application is ready to exit. The start() should already have exited or should exit very soon after this method exits

This method is only called to force an application to exit. This method will not be called if an application exits normally from the start() method.

Note: This method is called by the platform; it is not intended to be called directly by clients.

Implements berry::IApplication.

Definition at line 51 of file berryCoreTestApplication.cpp.


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