|
@@ -168,12 +168,14 @@ void ctkExampleHostControlWidget::suspendButtonClicked()
|
|
|
this->Host->getDicomAppService()->setState(ctkDicomAppHosting::SUSPENDED);
|
|
|
}
|
|
|
|
|
|
+//----------------------------------------------------------------------------
|
|
|
void ctkExampleHostControlWidget::cancelButtonClicked()
|
|
|
{
|
|
|
this->Host->getDicomAppService()->setState(ctkDicomAppHosting::CANCELED);
|
|
|
}
|
|
|
|
|
|
+//----------------------------------------------------------------------------
|
|
|
bool ctkExampleHostControlWidget::validAppFileName()
|
|
|
{
|
|
|
return ValidAppFileName;
|
|
|
-}
|
|
|
+}
|