Ignition Gui

API Reference

5.0.0
ign.hh File Reference
#include "ignition/gui/Export.hh"

Go to the source code of this file.

Functions

void cmdConfig (const char *_config)
 External hook to execute 'ign gui -c' from the command line. More...
 
void cmdEmptyWindow ()
 External hook to execute 'ign gui' from the command line. More...
 
void cmdPluginList ()
 External hook to execute 'ign gui -l' from the command line. More...
 
void cmdSetStyleFromFile (const char *_filename)
 External hook when executing 'ign gui -t' from the command line. More...
 
void cmdStandalone (const char *_filename)
 External hook to execute 'ign gui -s' from the command line. More...
 
char * ignitionVersion ()
 External hook to read the library version. More...
 

Function Documentation

◆ cmdConfig()

void cmdConfig ( const char *  _config)

External hook to execute 'ign gui -c' from the command line.

Parameters
[in]_configPath to a config file.

◆ cmdEmptyWindow()

void cmdEmptyWindow ( )

External hook to execute 'ign gui' from the command line.

◆ cmdPluginList()

void cmdPluginList ( )

External hook to execute 'ign gui -l' from the command line.

◆ cmdSetStyleFromFile()

void cmdSetStyleFromFile ( const char *  _filename)

External hook when executing 'ign gui -t' from the command line.

Parameters
[in]_filenamePath to a QSS file.

◆ cmdStandalone()

void cmdStandalone ( const char *  _filename)

External hook to execute 'ign gui -s' from the command line.

Parameters
[in]_filenameName of a plugin file.

◆ ignitionVersion()

char* ignitionVersion ( )

External hook to read the library version.

Returns
C-string representing the version. Ex.: 0.1.2