Searched refs:GetFrame (Results 1 - 25 of 43) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dgifdecod.cpp186 #define GetFrame(n) ((GIFImage*)m_frames[n]) macro
193 return wxSize(GetFrame(frame)->w, GetFrame(frame)->h);
198 return wxPoint(GetFrame(frame)->left, GetFrame(frame)->top);
203 return GetFrame(frame)->disposal;
208 return GetFrame(frame)->delay;
213 unsigned char *pal = GetFrame(frame)->pal;
214 int n = GetFrame(frame)->transparent;
223 unsigned char* wxGIFDecoder::GetData(unsigned int frame) const { return (GetFrame(fram
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/help/
H A Dhelp.cpp180 if ( help.GetFrame() ) // returns NULL if no help frame active
181 help.GetFrame()->Close(true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/helpview/
H A Dhelpview.cpp97 SetTopWindow(help->GetFrame());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Danimate.h45 virtual wxImage GetFrame(unsigned int frame) const = 0;
H A Dmenu.h477 wxFrame *GetFrame() const { return m_menuBarFrame; } function in class:wxMenuBarBase
480 bool IsAttached() const { return GetFrame() != NULL; }
H A Dprntbase.h509 virtual wxFrame *GetFrame() const;
609 virtual wxFrame *GetFrame() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dlogg.h99 wxFrame *GetFrame() const;
H A Danimate.h36 virtual wxImage GetFrame(unsigned int i) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Daccel.cpp92 ,(HWND)pFrame->GetFrame()
163 ,(HWND)pFrame->GetFrame()
H A Dmenu.cpp627 return GetMenuBar()->GetFrame();
1108 ,(HWND)pFrame->GetFrame()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/ipc/
H A Dserver.cpp260 wxGetApp().GetFrame()->Enable();
275 wxGetApp().GetFrame()->Enable();
364 wxGetApp().GetFrame()->Enable();
374 wxGetApp().GetFrame()->Enable();
416 wxGetApp().GetFrame()->Disconnect();
H A Dclient.h34 MyFrame *GetFrame() { return m_frame; }; function in class:MyApp
H A Dserver.h28 MyFrame *GetFrame() { return m_frame; }; function in class:MyApp
H A Dclient.cpp402 wxGetApp().GetFrame()->EnableControls();
455 wxGetApp().GetFrame()->Disconnect();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Danimation.tex81 \membersection{wxAnimation::GetFrame}\label{wxanimationgetframe}
83 \constfunc{wxImage}{GetFrame}{\param{unsigned int }{i}}
H A Dview.tex100 \membersection{wxView::GetFrame}\label{wxviewgetframe}
102 \func{wxWindow *}{GetFrame}{\void}
204 See \helpref{GetFrame}{wxviewgetframe} for the explanation about the mismatch
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Danimate.h47 virtual wxImage GetFrame(unsigned int frame) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dmenu.h132 wxFrame *GetFrame() const { return m_menuBarFrame; } function in class:wxMenuBar
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dtoplevel.h82 HWND GetFrame(void) const { return m_hFrame; } function in class:wxTopLevelWindowOS2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/dbbrowse/
H A Ddbbrowse.cpp276 if (p_Help->GetFrame()) // returns NULL if no help frame active
277 p_Help->GetFrame()->Close(true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dhelpctrl.h66 wxHtmlHelpFrame* GetFrame() { return m_helpFrame; } function in class:wxHtmlHelpController
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dmenu.h142 wxFrame *GetFrame() const { return m_menuBarFrame; } function in class:wxMenuBar
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Danimateg.cpp61 wxImage wxAnimation::GetFrame(unsigned int i) const function in class:wxAnimation
568 wxBitmap bmp(m_animation.GetFrame(frame));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Danimate.cpp153 wxImage wxAnimation::GetFrame(unsigned int WXUNUSED(frame)) const function in class:wxAnimation
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/helpview/src/
H A Dhelpview.cpp231 SetTopWindow(m_helpController->GetFrame());

Completed in 145 milliseconds

12