#include <LCDprocSettings.h>
Public Member Functions | |
| LCDprocWidgetInfo () | |
| Constructor for LCDprocWidgetInfo - 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 | |
| int | m_iRow |
| Row of this widget. 1 = top row, 2 = second row, etc. | |
| int | m_iCol |
| Column of this widget. 1 = left column, 2 = second column, etc. | |
| wxString | m_strType |
| Type of widget - Text, Title, Horizontal Bar, or Vertical Bar. | |
| wxString | m_strValue |
| Value of widget - may contain a mangled variable name or static text. | |
Definition at line 40 of file LCDprocSettings.h.
| LCDprocWidgetInfo::LCDprocWidgetInfo | ( | ) |
Constructor for LCDprocWidgetInfo - Initialize variables to some default values.
Definition at line 51 of file LCDprocSettings.cpp.
| void LCDprocWidgetInfo::Read | ( | ) |
Read the settings for this object from the registry.
Definition at line 62 of file LCDprocSettings.cpp.
| void LCDprocWidgetInfo::Write | ( | ) |
Write the settings in this object to the registry.
Definition at line 76 of file LCDprocSettings.cpp.
Row of this widget. 1 = top row, 2 = second row, etc.
Definition at line 48 of file LCDprocSettings.h.
Column of this widget. 1 = left column, 2 = second column, etc.
Definition at line 51 of file LCDprocSettings.h.
| wxString LCDprocWidgetInfo::m_strType |
Type of widget - Text, Title, Horizontal Bar, or Vertical Bar.
Definition at line 54 of file LCDprocSettings.h.
| wxString LCDprocWidgetInfo::m_strValue |
Value of widget - may contain a mangled variable name or static text.
Has no effect for horizontal/vertical bars.
Definition at line 58 of file LCDprocSettings.h.
1.5.5