#include <gui_config.h>
Public Member Functions |
| | GuiConfig () |
| | ~GuiConfig () |
Static Public Member Functions |
| static int | Save () |
| static void | Unset (const std::string &option) |
| static int | Write (const std::string &option, const std::string &value) |
| static int | Write (const std::string &option, const int8_t &value) |
| static int | Write (const std::string &option, const int16_t &value) |
| static int | Write (const std::string &option, const int32_t &value) |
| static int | Write (const std::string &option, const uint8_t &value) |
| static int | Write (const std::string &option, const uint16_t &value) |
| static int | Write (const std::string &option, const uint32_t &value) |
| static int | Write (const std::string &option, const float &value) |
| static int | Write (const std::string &option, const double &value) |
| static int | Read (const std::string &option, std::string &value) |
| static int | Read (const std::string &option, int8_t &value) |
| static int | Read (const std::string &option, int16_t &value) |
| static int | Read (const std::string &option, int32_t &value) |
| static int | Read (const std::string &option, uint8_t &value) |
| static int | Read (const std::string &option, uint16_t &value) |
| static int | Read (const std::string &option, uint32_t &value) |
| static int | Read (const std::string &option, float &value) |
| static int | Read (const std::string &option, double &value) |
Constructor & Destructor Documentation
| agOdalaunch::GuiConfig::GuiConfig |
( |
| ) |
|
| agOdalaunch::GuiConfig::~GuiConfig |
( |
| ) |
|
Member Function Documentation
| int agOdalaunch::GuiConfig::Read |
( |
const std::string & |
option, |
|
|
float & |
value |
|
) |
| [static] |
| int agOdalaunch::GuiConfig::Read |
( |
const std::string & |
option, |
|
|
double & |
value |
|
) |
| [static] |
| int agOdalaunch::GuiConfig::Read |
( |
const std::string & |
option, |
|
|
int8_t & |
value |
|
) |
| [static] |
| int agOdalaunch::GuiConfig::Save |
( |
| ) |
[static] |
| void agOdalaunch::GuiConfig::Unset |
( |
const std::string & |
option | ) |
[static] |
| int agOdalaunch::GuiConfig::Write |
( |
const std::string & |
option, |
|
|
const int16_t & |
value |
|
) |
| [static] |
| int agOdalaunch::GuiConfig::Write |
( |
const std::string & |
option, |
|
|
const float & |
value |
|
) |
| [static] |
| int agOdalaunch::GuiConfig::Write |
( |
const std::string & |
option, |
|
|
const uint32_t & |
value |
|
) |
| [static] |
| int agOdalaunch::GuiConfig::Write |
( |
const std::string & |
option, |
|
|
const uint8_t & |
value |
|
) |
| [static] |
| int agOdalaunch::GuiConfig::Write |
( |
const std::string & |
option, |
|
|
const int8_t & |
value |
|
) |
| [static] |
| int agOdalaunch::GuiConfig::Write |
( |
const std::string & |
option, |
|
|
const uint16_t & |
value |
|
) |
| [static] |
| int agOdalaunch::GuiConfig::Write |
( |
const std::string & |
option, |
|
|
const int32_t & |
value |
|
) |
| [static] |
| int agOdalaunch::GuiConfig::Write |
( |
const std::string & |
option, |
|
|
const double & |
value |
|
) |
| [static] |
The documentation for this class was generated from the following files: