#include <LCDprocSettings.h>
Public Member Functions | |
| LCDprocSettings () | |
| Constructor for LCDprocSettings - Initialize variables to some default values. | |
| void | Read () |
| Read the settings for this object from the registry. | |
| void | Write () |
| Write the settings in this object to the registry. | |
Public Attributes | |
| bool | m_bLCDprocEnabled |
| Is LCDproc support enabled? | |
| wxString | m_strHostAndPort |
| Host and port of the LCDproc server in Host:Port format. | |
| std::vector< LCDprocScreenInfo > | m_vScreens |
| Vector of the configured screens. | |
Definition at line 86 of file LCDprocSettings.h.
| LCDprocSettings::LCDprocSettings | ( | ) |
Constructor for LCDprocSettings - Initialize variables to some default values.
Definition at line 158 of file LCDprocSettings.cpp.
| void LCDprocSettings::Read | ( | ) |
Read the settings for this object from the registry.
Definition at line 168 of file LCDprocSettings.cpp.
| void LCDprocSettings::Write | ( | ) |
Write the settings in this object to the registry.
Definition at line 194 of file LCDprocSettings.cpp.
| wxString LCDprocSettings::m_strHostAndPort |
Host and port of the LCDproc server in Host:Port format.
Definition at line 97 of file LCDprocSettings.h.
| std::vector<LCDprocScreenInfo> LCDprocSettings::m_vScreens |
1.5.5