|
MOOS 0.2375
|


Public Types | |
| enum | { OK, CANCEL, STRING, NUMERIC, POKE } |
Public Member Functions | |
| bool | IsGood () |
| bool | IsDouble () |
| bool | IsString () |
| std::string | GetName () |
| std::string | GetString () |
| double | GetDouble () |
| CPokeDlg (int x, int y, int w, int h, const char *Name=NULL) | |
| void | Configure (std::string sType, std::string sVal, std::string sName) |
| void | OnControlWidget (Fl_Widget *pW, int nID) |
Public Attributes | |
| std::string | m_sVal |
| std::string | m_sType |
| std::string | m_sName |
| double | m_dfVal |
| bool | m_bGood |
Definition at line 50 of file ScopeGrid.cpp.
| anonymous enum |
Definition at line 55 of file ScopeGrid.cpp.
| CPokeDlg::CPokeDlg | ( | int | x, |
| int | y, | ||
| int | w, | ||
| int | h, | ||
| const char * | Name = NULL |
||
| ) | [inline] |
Definition at line 67 of file ScopeGrid.cpp.
| void CPokeDlg::Configure | ( | std::string | sType, |
| std::string | sVal, | ||
| std::string | sName | ||
| ) | [inline] |
Definition at line 79 of file ScopeGrid.cpp.
| double CPokeDlg::GetDouble | ( | ) | [inline] |
Definition at line 64 of file ScopeGrid.cpp.
| std::string CPokeDlg::GetName | ( | ) | [inline] |
Definition at line 62 of file ScopeGrid.cpp.
| std::string CPokeDlg::GetString | ( | ) | [inline] |
Definition at line 63 of file ScopeGrid.cpp.
| bool CPokeDlg::IsDouble | ( | ) | [inline] |
Definition at line 60 of file ScopeGrid.cpp.
| bool CPokeDlg::IsGood | ( | ) | [inline] |
Definition at line 59 of file ScopeGrid.cpp.
| bool CPokeDlg::IsString | ( | ) | [inline] |
Definition at line 61 of file ScopeGrid.cpp.
| void CPokeDlg::OnControlWidget | ( | Fl_Widget * | pW, |
| int | nID | ||
| ) | [inline, virtual] |
Reimplemented from CMOOSFLTKUI.
Definition at line 120 of file ScopeGrid.cpp.
Definition at line 58 of file ScopeGrid.cpp.
| double CPokeDlg::m_dfVal |
Definition at line 57 of file ScopeGrid.cpp.
| std::string CPokeDlg::m_sName |
Definition at line 56 of file ScopeGrid.cpp.
| std::string CPokeDlg::m_sType |
Definition at line 56 of file ScopeGrid.cpp.
| std::string CPokeDlg::m_sVal |
Definition at line 56 of file ScopeGrid.cpp.
1.7.4