Searched refs:GetID (Results 51 - 75 of 79) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxh_split.cpp51 GetID(),
H A Dxh_statbar.cpp43 GetID(),
H A Dxh_propdlg.cpp107 GetID(),
H A Dxh_radbx.cpp66 GetID(),
H A Dxh_treebk.cpp59 GetID(),
H A Dxh_sizer.cpp272 GetID(),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/include/
H A DPlatform.h289 FontID GetID() { return id; } function in class:Font
371 WindowID GetID() const { return id; } function in class:Window
427 MenuID GetID() { return id; } function in class:Menu
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dthreadsgi.cpp189 unsigned long wxThread::GetID() const function in class:wxThread
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dthreadsgi.cpp189 unsigned long wxThread::GetID() const function in class:wxThread
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DEditor.h552 if (ed->wMain.GetID()) {
555 surf->Init(ed->wMain.GetID());
562 if (ed->wMain.GetID()) {
565 surf->Init(sid, ed->wMain.GetID());
H A DStyle.cxx138 font.SetID(defaultStyle->font.GetID());
H A DCallTip.cxx252 surfaceMeasure->Init(wParent.GetID());
H A DScintillaBase.cxx467 //WindowAccessor styler(wMain.GetID(), props);
468 DocumentAccessor styler(pdoc, props, wMain.GetID());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Dtoplevel.cpp146 if ( !m_dfbwin->GetID(&winid) )
191 if ( m_dfbwin->GetID(&winid) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DScintillaWX.cpp130 surfaceWindow->Init(&dc, m_ct->wDraw.GetID());
587 ((wxMenu*)popup.GetID())->AppendSeparator();
589 ((wxMenu*)popup.GetID())->Append(cmd, wxGetTranslation(stc2wx(label)));
592 ((wxMenu*)popup.GetID())->Enable(cmd, enabled);
757 surfaceWindow->Init(dc, wMain.GetID());
1126 // wxRect childRect = ((wxWindow*)ac.lb->GetID())->GetRect();
1130 // wxSTCCallTip* tip = (wxSTCCallTip*)ct.wCallTip.GetID();
H A DPlatWX.cpp293 if (font_.GetID()) {
294 hdc->SetFont(*((wxFont*)font_.GetID()));
679 GETWIN(id)->SetFont(*((wxFont*)font.GetID()));
1142 GETLB(id)->SetFont(*((wxFont*)font.GetID()));
1151 id = new wxSTCListBoxWin(GETWIN(parent.GetID()), ctrlID, location);
1360 GETWIN(w.GetID())->PopupMenu((wxMenu*)id, pt.x - 4, pt.y);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/dfb/
H A Dwrapdfb.h377 bool GetID(DFBWindowID *id) function in struct:wxIDirectFBWindow
378 { return Check(m_ptr->GetID(m_ptr, id)); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dxmlresh.tex133 \membersection{wxXmlResourceHandler::GetID}\label{wxxmlresourcehandlergetid}
135 \func{int}{GetID}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/xrc/
H A Dxmlres.h416 int GetID();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A Damule.h242 uint32 GetID() const;
H A DamuleAppCommon.cpp164 uint32 clientID = theApp->GetID();
H A Damule-remote-gui.h731 uint32 GetID() const;
H A DECSpecialCoreTags.cpp150 AddTag(CECTag(EC_TAG_CLIENT_ID, theApp->GetID()));
H A DKnownFile.cpp1118 nClientID = theApp->GetID();
1126 nClientID = theApp->GetID();
H A Damule.cpp2014 uint32 CamuleApp::GetID() const { function in class:CamuleApp

Completed in 287 milliseconds

1234