![]() |
CTK
0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
|
#include <Plugins/org.commontk.dah.core/ctkDicomAppInterface.h>
Public Member Functions | |
virtual bool | bringToFront (const QRect &requestedScreenArea)=0 |
virtual ctkDicomAppHosting::State | getState ()=0 |
virtual bool | setState (ctkDicomAppHosting::State newState)=0 |
![]() | |
virtual QList< ctkDicomAppHosting::ObjectLocator > | getData (const QList< QUuid > &objectUUIDs, const QList< QString > &acceptableTransferSyntaxUIDs, bool includeBulkData)=0 |
virtual bool | notifyDataAvailable (const ctkDicomAppHosting::AvailableData &data, bool lastData)=0 |
virtual void | releaseData (const QList< QUuid > &objectUUIDs)=0 |
virtual | ~ctkDicomExchangeInterface () |
Definition at line 29 of file ctkDicomAppInterface.h.
|
pure virtual |
Method triggered by the host. By calling this method, the Hosting System is asking the Hosted Application to take whatever steps are needed to make its GUI visible as the topmost window, and to gain focus.
Implemented in ctkDicomAppService.
|
pure virtual |
Implemented in ctkDicomAbstractApp, and ctkDicomAppService.
|
pure virtual |
Method triggered by the host. Changes the state of the hosted application.
Implemented in ctkDicomAbstractApp, and ctkDicomAppService.