Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <berryCoreTestApplication.h>
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 |
Definition at line 27 of file berryCoreTestApplication.h.
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.
int berry::CoreTestApplication::Start | ( | ) |
Definition at line 37 of file berryCoreTestApplication.cpp.
References BERRY_ERROR, and berry::BlueBerryTestDriver::Run().
|
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.