#include <LCDprocSettings.h>
Public Member Functions | |
| LCDprocScreenInfo () | |
| Constructor for LCDprocScreenInfo - 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 | |
| wxString | m_strName |
| Name of this screen. | |
| std::vector< LCDprocWidgetInfo > | m_vWidgets |
| Vector of widgets belonging to this screen. | |
Definition at line 67 of file LCDprocSettings.h.
| LCDprocScreenInfo::LCDprocScreenInfo | ( | ) |
Constructor for LCDprocScreenInfo - Initialize variables to some default values.
Definition at line 95 of file LCDprocSettings.cpp.
| void LCDprocScreenInfo::Read | ( | ) |
Read the settings for this object from the registry.
Definition at line 104 of file LCDprocSettings.cpp.
| void LCDprocScreenInfo::Write | ( | ) |
Write the settings in this object to the registry.
Definition at line 130 of file LCDprocSettings.cpp.
| wxString LCDprocScreenInfo::m_strName |
| std::vector<LCDprocWidgetInfo> LCDprocScreenInfo::m_vWidgets |
1.5.5