27 virtual void bottomBar_showIdleMessage(
void) = 0;
28 virtual void bottomBar_showMessage(std::string message) = 0;
29 virtual void bottomBar_showMessage(
int id) = 0;
30 virtual void bottomBar_showPrompt(std::string mess,
double default_value = 0.0) = 0;
31 virtual void bottomBar_showPrompt(
int mess_id,
double default_value = 0.0) = 0;
32 virtual void bottomBar_eraseInput(
void) = 0;
38 virtual std::string translator_get(
int id,
bool forceEnglish =
false) = 0;
43 virtual void uncheckMainToolbar(
void) = 0;
44 virtual void uncheckAll(
void) = 0;
49 virtual std::string getOpenFileName(
const char* title,
const char* filter = NULL,
const char* selectedFilter = NULL) = 0;
50 virtual std::string getSaveFileName(
const char* title,
const char* filter = NULL,
const char* selectedFilter = NULL) = 0;
51 virtual int msgBox_critical(
const char* title,
const char* text) = 0;
52 virtual int msgBox_warning(
const char* title,
const char* text) = 0;
53 virtual int msgBox_info(
const char* title,
const char* text) = 0;
#define CORE_EXPORT
Definition: core_defines2.h:10
Definition: GUIInterface.h:22