Searched refs:GetBool (Results 1 - 25 of 27) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxh_menu.cpp62 p_menu->Enable(GetID(), GetBool(wxT("enabled")));
87 if (GetBool(wxT("radio")))
89 if (GetBool(wxT("checkable")))
103 mitem->Enable(GetBool(wxT("enabled"), true));
105 mitem->Check(GetBool(wxT("checked")));
H A Dxh_bttn.cpp51 if (GetBool(wxT("default"), 0))
H A Dxh_chckb.cpp50 control->SetValue(GetBool( wxT("checked")));
H A Dxh_radbt.cpp55 control->SetValue(GetBool(wxT("value"), 0));
H A Dxh_tglbtn.cpp46 control->SetValue(GetBool( wxT("checked")));
H A Dxh_toolb.cpp63 GetBool(wxT("toggle")),
73 if (GetBool(wxT("radio")))
75 if (GetBool(wxT("toggle")))
89 if ( GetBool(wxT("disabled")) )
163 if (m_parentAsWindow && !GetBool(wxT("dontattachtoframe")))
H A Dxh_propdlg.cpp77 bookctrl->AddPage(wnd, GetText(wxT("label")), GetBool(wxT("selected")));
126 if (GetBool(wxT("centered"), false)) dlg->Centre();
H A Dxh_treebk.cpp125 GetText(wxT("label")), GetBool(wxT("selected")), imgIndex);
130 GetText(wxT("label")), GetBool(wxT("selected")), imgIndex);
H A Dxh_bmpbt.cpp51 if (GetBool(wxT("default"), 0))
H A Dxh_collpane.cpp80 ctrl->Collapse(GetBool(_T("collapsed")));
H A Dxh_dlg.cpp82 if (GetBool(wxT("centered"), false))
H A Dxh_frame.cpp88 if (GetBool(wxT("centered"), false))
H A Dxh_choicbk.cpp74 GetBool(wxT("selected")));
H A Dxh_listbk.cpp74 GetBool(wxT("selected")));
H A Dxh_mdi.cpp127 if (GetBool(wxT("centered"), false))
H A Dxh_notbk.cpp78 GetBool(wxT("selected")));
H A Dxmlres.cpp1004 bool wxXmlResourceHandler::GetBool(const wxString& param, bool defaultv) function in class:wxXmlResourceHandler
1395 bool underlined = hasUnderlined ? GetBool(wxT("underlined"), false) : false;
1492 if (GetBool(wxT("enabled"), 1) == 0)
1494 if (GetBool(wxT("focused"), 0) == 1)
1496 if (GetBool(wxT("hidden"), 0) == 1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dactivexcontainer.tex120 if(m_PDF.CallMethod(wxT("LoadFile"), fileName).GetBool())
133 return m_PDF.CallMethod(wxT("LoadFile"), location.BuildUnescapedURI()).GetBool();
H A Dxmlresh.tex103 \membersection{wxXmlResourceHandler::GetBool}\label{wxxmlresourcehandlergetbool}
105 \func{bool}{GetBool}{\param{const wxString\& }{param}, \param{bool }{defaultv = false}}
H A Dvariant.tex226 \membersection{wxVariant::GetBool}\label{wxvariantgetbool}
228 \constfunc{bool}{GetBool}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dvariant.h192 inline operator bool () const { return GetBool(); }
193 bool GetBool() const ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/ole/
H A Dautomtn.cpp592 oleVariant.bool = variant.GetBool();
594 oleVariant.boolVal = variant.GetBool();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/xrc/
H A Dxmlres.h422 bool GetBool(const wxString& param, bool defaultv = false);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddbgrid.cpp494 return val.GetBool();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/dataview/
H A Ddataview.cpp119 m_bools[row] = (int) value.GetBool();

Completed in 195 milliseconds

12