Searched refs:wxGauge (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/mac/classic/
H A Dgauge.cpp3 // Purpose: wxGauge class
19 IMPLEMENT_DYNAMIC_CLASS(wxGauge, wxControl)
23 bool wxGauge::Create(wxWindow *parent, wxWindowID id,
55 void wxGauge::SetShadowWidth(int w)
59 void wxGauge::SetBezelFace(int w)
63 void wxGauge::SetRange(int r)
69 void wxGauge::SetValue(int pos)
75 void wxGauge::Pulse()
80 int wxGauge::GetShadowWidth() const
85 int wxGauge
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dgauge.cpp20 // wxGauge
23 IMPLEMENT_DYNAMIC_CLASS(wxGauge, wxControl)
25 bool wxGauge::Create( wxWindow *parent,
39 wxFAIL_MSG( wxT("wxGauge creation failed") );
60 void wxGauge::DoSetGauge()
69 wxSize wxGauge::DoGetBestSize() const
80 void wxGauge::SetRange( int range )
89 void wxGauge::SetValue( int pos )
91 wxCHECK_RET( pos <= m_rangeMax, _T("invalid value in wxGauge::SetValue()") );
98 int wxGauge
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dgauge.cpp3 // Purpose: wxGauge class
97 IMPLEMENT_DYNAMIC_CLASS_XTI(wxGauge, wxControl,"wx/gauge.h")
99 wxBEGIN_PROPERTIES_TABLE(wxGauge)
107 wxBEGIN_HANDLERS_TABLE(wxGauge)
110 wxCONSTRUCTOR_6( wxGauge , wxWindow* , Parent , wxWindowID , Id , int , Range , wxPoint , Position , wxSize , Size , long , WindowStyle )
112 IMPLEMENT_DYNAMIC_CLASS(wxGauge, wxControl)
116 // wxGauge implementation
120 // wxGauge creation
123 bool wxGauge::Create(wxWindow *parent,
135 WXDWORD wxGauge
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dgauge.cpp20 // wxGauge
23 IMPLEMENT_DYNAMIC_CLASS(wxGauge, wxControl)
25 bool wxGauge::Create( wxWindow *parent,
39 wxFAIL_MSG( wxT("wxGauge creation failed") );
63 void wxGauge::DoSetGauge()
72 wxSize wxGauge::DoGetBestSize() const
83 void wxGauge::SetRange( int range )
92 void wxGauge::SetValue( int pos )
94 wxCHECK_RET( pos <= m_rangeMax, _T("invalid value in wxGauge::SetValue()") );
101 int wxGauge
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dgauge.cpp3 // Purpose: wxGauge for wxUniversal
36 IMPLEMENT_DYNAMIC_CLASS(wxGauge, wxControl)
43 // wxGauge creation
46 void wxGauge::Init()
52 bool wxGauge::Create(wxWindow *parent,
73 // wxGauge range/position
76 void wxGauge::SetRange(int range)
83 void wxGauge::SetValue(int pos)
91 // wxGauge geometry
94 wxSize wxGauge
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSharedFilesWnd.h36 class wxGauge;
113 wxGauge* m_bar_requests;
115 wxGauge* m_bar_accepted;
117 wxGauge* m_bar_transfer;
H A DSearchDlg.h40 class wxGauge;
165 wxGauge* m_progressbar;
H A DPartFileConvertDlg.h48 wxGauge* m_pb_current;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dgauge.h3 // Purpose: wxGauge class
20 class WXDLLEXPORT wxGauge: public wxGaugeBase class in inherits:wxGaugeBase
23 inline wxGauge() { } function in class:wxGauge
25 inline wxGauge(wxWindow *parent, wxWindowID id, function in class:wxGauge
52 DECLARE_DYNAMIC_CLASS_NO_COPY(wxGauge)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dgauge.h3 // Purpose: wxGauge class
20 // wxGauge
22 class WXDLLEXPORT wxGauge: public wxGaugeBase// , protected wxCocoaNSProgressIndicator class in inherits:wxGaugeBase
24 DECLARE_DYNAMIC_CLASS(wxGauge)
31 wxGauge() { } function in class:wxGauge
32 wxGauge(wxWindow *parent, wxWindowID winid, int range, function in class:wxGauge
48 virtual ~wxGauge();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dgauge.h25 class WXDLLIMPEXP_CORE wxGauge; variable in typeref:class:WXDLLIMPEXP_CORE
37 class WXDLLIMPEXP_CORE wxGauge: public wxGaugeBase class in inherits:wxGaugeBase
40 wxGauge() { Init(); } function in class:wxGauge
42 wxGauge( wxWindow *parent, function in class:wxGauge
97 DECLARE_DYNAMIC_CLASS(wxGauge)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dgauge.tex1 \section{\class{wxGauge}}\label{wxgauge}
5 wxGauge supports two working modes: determinate and indeterminate progress.
15 wxGauge supports dynamic switch between these two work modes.
44 wxGauge is read-only so generates no events.
53 \membersection{wxGauge::wxGauge}\label{wxgaugector}
55 \func{}{wxGauge}{\void}
59 \func{}{wxGauge}{\param{wxWindow* }{parent}, \param{wxWindowID }{id},\rtfsp
77 \docparam{style}{Gauge style. See \helpref{wxGauge}{wxgauge}.}
83 \helpref{wxGauge
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dgauge.h3 // Purpose: wxUniversal wxGauge declaration
16 // wxGauge: a progress bar
19 class WXDLLEXPORT wxGauge : public wxGaugeBase class in inherits:wxGaugeBase
22 wxGauge() { Init(); } function in class:wxGauge
24 wxGauge(wxWindow *parent, function in class:wxGauge
72 DECLARE_DYNAMIC_CLASS(wxGauge)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dgauge.h14 // wxGauge
17 class WXDLLIMPEXP_CORE wxGauge: public wxControl class in inherits:wxControl
20 wxGauge() { Init(); } function in class:wxGauge
22 wxGauge( wxWindow *parent, function in class:wxGauge
83 DECLARE_DYNAMIC_CLASS(wxGauge)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dgauge.h3 // Purpose: wxGauge class
20 class WXDLLEXPORT wxGauge: public wxGaugeBase class in inherits:wxGaugeBase
22 DECLARE_DYNAMIC_CLASS(wxGauge)
24 inline wxGauge() { m_rangeMax = 0; m_gaugePos = 0; } function in class:wxGauge
26 inline wxGauge(wxWindow *parent, wxWindowID id, function in class:wxGauge
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dgauge.h3 // Purpose: wxGauge class
16 class WXDLLEXPORT wxGauge : public wxGaugeBase class in inherits:wxGaugeBase
18 DECLARE_DYNAMIC_CLASS(wxGauge)
21 inline wxGauge() { m_rangeMax = 0; m_gaugePos = 0; } function in class:wxGauge
23 inline wxGauge(wxWindow *parent, wxWindowID id, function in class:wxGauge
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dgauge.h3 // Purpose: wxGauge class
15 class WXDLLEXPORT wxGauge: public wxGaugeBase class in inherits:wxGaugeBase
18 inline wxGauge() { m_nRangeMax = 0; m_nGaugePos = 0; } function in class:wxGauge
20 inline wxGauge( wxWindow* pParent function in class:wxGauge
75 DECLARE_DYNAMIC_CLASS(wxGauge)
76 }; // end of CLASS wxGauge
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dgauge.h3 // Purpose: wxGauge class
20 class WXDLLEXPORT wxGauge : public wxGaugeBase class in inherits:wxGaugeBase
23 wxGauge() { } function in class:wxGauge
25 wxGauge(wxWindow *parent, function in class:wxGauge
59 DECLARE_DYNAMIC_CLASS_NO_COPY(wxGauge)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dgauge.cpp3 // Purpose: wxGauge class
30 IMPLEMENT_DYNAMIC_CLASS(wxGauge, wxGaugeBase)
37 wxGauge* pGauge = (wxGauge *)::WinQueryWindowULong( hWnd
133 bool wxGauge::Create( wxWindowOS2* pParent,
220 } // end of wxGauge::Create
222 int wxGauge::GetBezelFace() const
225 } // end of wxGauge::GetBezelFace
227 int wxGauge::GetRange() const
230 } // end of wxGauge
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dgauge.cpp3 // Purpose: wxGauge class
18 IMPLEMENT_DYNAMIC_CLASS(wxGauge, wxControl)
22 bool wxGauge::Create( wxWindow *parent,
58 void wxGauge::SetRange(int r)
74 void wxGauge::SetValue(int pos)
101 int wxGauge::GetValue() const
111 void wxGauge::Pulse()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxh_gauge.cpp3 // Purpose: XRC resource for wxGauge
42 XRC_MAKE_INSTANCE(control, wxGauge)
72 return IsOfClass(node, wxT("wxGauge"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dprogdlgg.h23 class WXDLLIMPEXP_FWD_CORE wxGauge; variable in typeref:class:WXDLLIMPEXP_FWD_CORE
58 wxGauge::Pulse() to show to the user a bit of progress */
105 wxGauge *m_gauge;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dvalgen.cpp138 if (m_validatorWindow->IsKindOf(CLASSINFO(wxGauge)) )
140 wxGauge* pControl = (wxGauge*) m_validatorWindow;
383 if (m_validatorWindow->IsKindOf(CLASSINFO(wxGauge)) )
385 wxGauge* pControl = (wxGauge*) m_validatorWindow;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dgauge.h3 // Purpose: wxGauge interface
22 // wxGauge style flags
47 // wxGauge: a progress bar
108 #define wxGauge wxGauge95 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dgauge.cpp3 // Purpose: wxGauge class
47 IMPLEMENT_DYNAMIC_CLASS(wxGauge, wxControl)
102 bool wxGauge::Create(wxWindow *parent, wxWindowID id,
160 wxSize wxGauge::DoGetBestSize() const
168 void wxGauge::SetShadowWidth(int w)
175 void wxGauge::SetRange(int r)
180 void wxGauge::SetValue(int pos)
185 int wxGauge::GetShadowWidth() const
192 int wxGauge::GetRange() const
199 int wxGauge
[all...]

Completed in 295 milliseconds

12