FCT
载入中...
搜索中...
未找到
Utils.h
浏览该文件的文档.
1namespace FCT
2{
3
11 void ShowErrorDialog(const std::string& title, const std::string& message);
12
20 void ShowWarningDialog(const std::string& title, const std::string& message);
21
30 bool ShowConfirmDialog(const std::string& title, const std::string& message);
31
39 void ShowInfoDialog(const std::string& title, const std::string& message);
40
41}
void ShowErrorDialog(const std::string &title, const std::string &message)
显示错误对话框
bool ShowConfirmDialog(const std::string &title, const std::string &message)
显示确认对话框
void ShowInfoDialog(const std::string &title, const std::string &message)
显示信息对话框
void ShowWarningDialog(const std::string &title, const std::string &message)
显示警告对话框