• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/

Lines Matching refs:wxWindowDFB

52 static wxWindowDFB *gs_focusedWindow = NULL;
57 static wxWindowDFB *gs_mouseCapture = NULL;
70 IMPLEMENT_ABSTRACT_CLASS(wxWindowDFB, wxWindowBase)
72 BEGIN_EVENT_TABLE(wxWindowDFB, wxWindowBase)
79 void wxWindowDFB::Init()
88 wxWindowDFB::~wxWindowDFB()
105 wxWindowDFB *win = (wxWindowDFB*)m_wnd->prev->userData;
110 wxWindowDFB *win = (wxWindowDFB*)m_wnd->next->userData;
123 bool wxWindowDFB::Create(wxWindow *parent,
158 wxIDirectFBSurfacePtr wxWindowDFB::ObtainDfbSurface() const
172 wxIDirectFBSurfacePtr wxWindowDFB::GetDfbSurface()
183 void wxWindowDFB::InvalidateDfbSurface()
200 void wxWindowDFB::SetFocus()
205 wxWindowDFB *oldFocusedWindow = gs_focusedWindow;
227 wxWindowDFB *active = wxGetTopLevelParent((wxWindow*)this);
262 void wxWindowDFB::DFBKillFocus()
294 bool wxWindowDFB::Show(bool show)
313 wxWindowDFB *win = (wxWindowDFB*)m_wnd->prev->userData;
318 wxWindowDFB *win = (wxWindowDFB*)m_wnd->next->userData;
332 void wxWindowDFB::Raise()
338 void wxWindowDFB::Lower()
343 void wxWindowDFB::DoCaptureMouse()
356 void wxWindowDFB::DoReleaseMouse()
372 bool wxWindowDFB::SetCursor(const wxCursor& cursor)
391 void wxWindowDFB::WarpPointer(int x, int y)
409 bool wxWindowDFB::Reparent(wxWindowBase *parent)
425 void wxWindowDFB::DoGetSize(int *x, int *y) const
431 void wxWindowDFB::DoGetPosition(int *x, int *y) const
437 static wxPoint GetScreenPosOfClientOrigin(const wxWindowDFB *win)
449 void wxWindowDFB::DoScreenToClient(int *x, int *y) const
457 void wxWindowDFB::DoClientToScreen(int *x, int *y) const
466 void wxWindowDFB::DoGetClientSize(int *x, int *y) const
471 void wxWindowDFB::DoMoveWindow(int x, int y, int width, int height)
509 void wxWindowDFB::DoSetSize(int x, int y, int width, int height, int sizeFlags)
586 void wxWindowDFB::DoSetClientSize(int width, int height)
595 int wxWindowDFB::GetCharHeight() const
601 int wxWindowDFB::GetCharWidth() const
607 void wxWindowDFB::GetTextExtent(const wxString& string,
621 void wxWindowDFB::Clear()
629 void wxWindowDFB::Refresh(bool WXUNUSED(eraseBack), const wxRect *rect)
643 // wxWindowDFB::Refresh(), so we can directly pass the rect to
651 void wxWindowDFB::RefreshWindowRect(const wxRect& rect)
659 void wxWindowDFB::DoRefreshWindow()
665 void wxWindowDFB::DoRefreshRect(const wxRect& rect)
689 void wxWindowDFB::Update()
697 void wxWindowDFB::Freeze()
702 void wxWindowDFB::Thaw()
713 void wxWindowDFB::PaintWindow(const wxRect& rect)
792 void wxWindowDFB::PaintOverlays(const wxRect& rect)
825 void wxWindowDFB::AddOverlay(wxOverlayImpl *overlay)
833 void wxWindowDFB::RemoveOverlay(wxOverlayImpl *overlay)
1040 void wxWindowDFB::HandleKeyEvent(const wxDFBWindowEvent& event_)
1116 void wxWindowDFB::OnInternalIdle()