Go to the documentation of this file.
18 #ifndef GZ_GUI_IGN_HH_
19 #define GZ_GUI_IGN_HH_
21 #include "gz/gui/Export.hh"
32 extern "C" IGNITION_GUI_VISIBLE
void cmdStandalone(
const char *_filename);
36 extern "C" IGNITION_GUI_VISIBLE
void cmdConfig(
const char *_config);
void cmdEmptyWindow()
External hook to execute 'ign gui' from the command line.
void cmdConfig(const char *_config)
External hook to execute 'ign gui -c' from the command line.
void cmdPluginList()
External hook to execute 'ign gui -l' from the command line.
void cmdSetStyleFromFile(const char *_filename)
External hook when executing 'ign gui -t' from the command line.
void cmdStandalone(const char *_filename)
External hook to execute 'ign gui -s' from the command line.
char * ignitionVersion()
External hook to read the library version.