21 #ifndef __ANTARES_TOOLBOX_DISPATCHER_STUDY_H__
22 #define __ANTARES_TOOLBOX_DISPATCHER_STUDY_H__
24 #include <yuni/yuni.h>
25 #include <yuni/core/string.h>
37 void StudyOpen(
const Yuni::String& folder,
bool force =
false);
42 void StudyClose(
bool force =
false,
bool closeMainFrm =
false);
An ASynchroneous Job Dispatcher.
Definition: action.cpp:36
void StudyNew(bool force)
Create a new study.
Definition: study.cpp:108
void StudyClose(bool force, bool closeMainFrm)
Close the study.
Definition: study.cpp:113