Searched refs:wxEchoVariable (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/applet/
H A Dechovar.cpp25 * Description: Implementation of wxEchoVariable Class, Dynamically constructed
40 static wxEchoVariable *wxEchoVariable::sm_first = NULL;
41 static wxHashTable *wxEchoVariable::sm_varTable = NULL;
51 Constructor for the wxEchoVariable class that self registers itself with
56 wxEchoVariable::wxEchoVariable( function in class:wxEchoVariable
71 void wxEchoVariable::Initialize()
73 wxEchoVariable::sm_varTable = new wxHashTable(wxKEY_STRING);
76 wxEchoVariable *inf
[all...]
H A Dprepecho.cpp52 class of wxEchoVariable. Dynamic class construction is used at run time
57 wxEchoVariable
98 tag = wxEchoVariable::GetValue(cname, NULL);
115 tag = wxEchoVariable::GetValue(cname, parms.c_str());
H A Dprepifelse.cpp99 if (!wxEchoVariable::Exists(var)) {
107 wxString tmp = wxEchoVariable::GetValue(var);
H A Dprepinclude.cpp71 text.replace(f-1, (e-f)+2, wxEchoVariable::GetValue(varname));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/applet/
H A Dechovar.h25 * Description: Header file for wxEchoVariable Class, Dynamically constructed
47 you need to derive classes from wxEchoVariable and override the
58 wxEchoVariable class Definition
60 class wxEchoVariable : public wxObject { class in inherits:wxObject
64 static wxEchoVariable *sm_first;
65 wxEchoVariable *m_next;
68 static inline wxEchoVariable *wxEchoVariable::FindVariable(const wxChar *varName);
72 wxEchoVariable(
79 static const wxEchoVariable* GetFirs
[all...]

Completed in 72 milliseconds