#include <driversettingswrapper.h>
Inheritance diagram for toxic::DriverSettingsWrapper:

Public Member Functions | |
| DriverSettingsWrapper () | |
| void | Defaults () |
| Sets default values. | |
| void | Load (const std::string &filename, const std::string &home_path) |
| Loads settings from a XML file. Most settings are set by the CLParser class though. | |
| void | CheckConsistency () const |
| Checks settings consistency. | |
| void | Print (std::ostream &s) const |
| Prints settings to a stream. | |
|
|
Definition at line 36 of file driversettingswrapper.h. References Defaults(). |
|
|
Checks settings consistency.
Definition at line 82 of file driversettingswrapper.cpp. References toxic::Error(), and toxic::DriverSettings::IsConsistent(). Referenced by main(). |
|
|
||||||||||||
|
Loads settings from a XML file. Most settings are set by the CLParser class though.
Definition at line 59 of file driversettingswrapper.cpp. References sheep::XMLConfigFile::Count(), toxic::Error(), sheep::XMLConfigFile::GetValue(), toxic::DriverSettings::Multithreading::m_rendering_threads, and toxic::PrefixStack::Push(). Referenced by load_settings(). |
|
1.3.6