#include <Gamma.h>
Public Member Functions | |
| bool | save () |
| bool | set () |
| void | reset () |
Static Public Member Functions | |
| static Gamma * | instance () |
Static Protected Attributes | |
| static Gamma * | instance_ = 0 |
Private Member Functions | |
| Gamma () | |
| virtual | ~Gamma () |
Private Attributes | |
| GammaSettings | savedSettings_ |
Definition at line 33 of file Gamma.h.
| Gamma * Gamma::instance | ( | ) | [static] |
Definition at line 30 of file Gamma.cpp.
References instance_.
Referenced by ClientMain::clientEventLoop(), ClientMain::clientMain(), and createScorchedWindow().
| bool Gamma::save | ( | ) |
Definition at line 77 of file Gamma.cpp.
References GammaSettings::Blue, GammaSettings::Green, GammaSettings::Red, and savedSettings_.
Referenced by createScorchedWindow().
| bool Gamma::set | ( | ) |
Definition at line 50 of file Gamma.cpp.
References GammaSettings::Blue, GammaSettings::Green, OptionsDisplay::instance(), int(), and GammaSettings::Red.
Referenced by ClientMain::clientEventLoop(), and createScorchedWindow().
| void Gamma::reset | ( | ) |
Definition at line 84 of file Gamma.cpp.
References GammaSettings::Blue, GammaSettings::Green, GammaSettings::Red, and savedSettings_.
Referenced by ClientMain::clientEventLoop(), ClientMain::clientMain(), and ~Gamma().
Gamma * Gamma::instance_ = 0 [static, protected] |
GammaSettings Gamma::savedSettings_ [private] |
1.5.3