4 #include <Core/CFDefines.h> 5 #include <Core/CFObject.h> 6 #include <Gui/CFWindow.h> 7 #include <glibmm/optioncontext.h> 13 CFMain(
int& argc,
char**& argv, Glib::OptionContext& option_context);
14 CFMain(
int* argc,
char*** argv,
bool set_locale =
true);
15 CFMain(
int& argc,
char**& argv,
bool set_locale =
true);
16 CFMain(
bool set_locale =
true);
25 static void addGtkOptionGroup(Glib::OptionContext& option_context,
26 bool open_default_display =
true);
31 #endif // __CF_MAIN_H__ Definition: CFWindow.h:10
支持库的基础类。
Definition: CFObject.h:24