21#ifndef __ANTARES_TOOLBOX_DISPATCHER_STUDY_H__
22#define __ANTARES_TOOLBOX_DISPATCHER_STUDY_H__
25#include <yuni/core/string.h>
39void StudyOpen(
const Yuni::String& folder,
bool force =
false);
44void StudyClose(
bool force =
false,
bool closeMainFrm =
false);
void StudyNew(bool force)
Create a new study.
Definition study.cpp:101
void StudyClose(bool force, bool closeMainFrm)
Close the study.
Definition study.cpp:106