Searched refs:wxDisplay (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddpycmn.cpp3 // Purpose: wxDisplay and wxDisplayImplSingle implementation
49 // the factory object used by wxDisplay
114 // wxDisplay implementation
121 wxDisplay::wxDisplay(unsigned n) function in class:wxDisplay
124 wxT("An invalid index was passed to wxDisplay") );
129 wxDisplay::~wxDisplay()
138 /* static */ unsigned wxDisplay::GetCount()
143 /* static */ int wxDisplay
[all...]
H A Dtoplvcmn.cpp228 int nDisplay = wxDisplay::GetFromWindow(GetParent() ? GetParent() : this);
229 wxDisplay dpy(nDisplay == wxNOT_FOUND ? 0 : nDisplay);
H A Dpopupcmn.cpp142 const int displayNum = wxDisplay::GetFromPoint(ptOrigin);
145 const wxRect rectScreen = wxDisplay(displayNum).GetGeometry();
H A Dsizer.cpp833 int disp = wxDisplay::GetFromWindow(window);
840 sizeMax = wxDisplay(disp).GetClientArea().GetSize();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddisplay.h3 // Purpose: wxDisplay class
37 // wxDisplay: represents a display/monitor attached to the system
40 class WXDLLEXPORT wxDisplay class
48 wxDisplay(unsigned n = 0);
52 ~wxDisplay();
56 // wxDisplay ctor are from 0 up to this number
125 DECLARE_NO_COPY_CLASS(wxDisplay)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/multimon/
H A Dmultimon_test.cpp3 // Purpose: tests wxDisplay class
39 unsigned count = wxDisplay::GetCount();
43 wxDisplay display ( i );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddisplay.tex1 \section{\class{wxDisplay}}\label{wxdisplay}
20 \membersection{wxDisplay::wxDisplay}\label{wxdisplayctor}
22 \func{}{wxDisplay}{\param{unsigned }{index = 0}}
24 Constructor, setting up a wxDisplay instance with the specified display.
32 \membersection{wxDisplay::\destruct{wxDisplay}}\label{wxdisplaydtor}
34 \func{void}{\destruct{wxDisplay}}{\void}
39 \membersection{wxDisplay::ChangeMode}\label{wxdisplaychangemode}
47 the defined behaviour is that wxDisplay wil
[all...]
H A Dsysopt.tex28 \helpref{wxDisplay}{wxdisplay}. By default the standard Win32 functions are
60 \helpref{wxDisplay}{wxdisplay}. By default the standard Win32 functions are
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/display/
H A Ddisplay.cpp3 // Purpose: wxWidgets sample showing the features of wxDisplay class
233 const size_t count = wxDisplay::GetCount();
236 wxDisplay display(nDpy);
349 wxMessageBox(_T("Demo program for wxDisplay class.\n\n(c) 2003-2006 Vadim Zeitlin"),
373 wxDisplay dpy(m_book->GetSelection());
386 wxDisplay dpy(m_book->GetSelection());
397 // mouse events are in client coords, wxDisplay works in screen ones
399 int dpy = wxDisplay::GetFromPoint(ptScreen);
423 label->SetLabel(VideoModeToText(wxDisplay(n).GetCurrentMode()));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Ddisplayx11.cpp3 // Purpose: Unix/X11 implementation of wxDisplay class
312 // wxDisplay::CreateFactory()
315 /* static */ wxDisplayFactory *wxDisplay::CreateFactory()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddisplay.cpp3 // Purpose: Mac implementation of wxDisplay class
302 // wxDisplay::CreateFactory()
305 /* static */ wxDisplayFactory *wxDisplay::CreateFactory()
766 // wxDisplay::CreateFactory()
769 /* static */ wxDisplayFactory *wxDisplay::CreateFactory()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtoplevel.cpp833 int dpy = wxDisplay::GetFromWindow(this);
836 rect = wxDisplay(dpy).GetGeometry();
H A Ddisplay.cpp3 // Purpose: MSW Implementation of wxDisplay class
263 // wxDisplay implementation using Windows multi-monitor support functions
301 // wxDisplay implementation using DirectDraw
394 // wxDisplay
397 /* static */ wxDisplayFactory *wxDisplay::CreateFactory()
590 // wxDisplay implementation using Win32 multimon API
810 // DirectDraw-based wxDisplay implementation
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Ddisplay.cpp3 // Purpose: Mac implementation of wxDisplay class
456 // wxDisplay::CreateFactory()
459 /* static */ wxDisplayFactory *wxDisplay::CreateFactory()

Completed in 239 milliseconds