Searched refs:wxAnimationCtrl (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Danimate.cpp3 // Purpose: wxAnimation and wxAnimationCtrl
180 // wxAnimationCtrl
183 IMPLEMENT_DYNAMIC_CLASS(wxAnimationCtrl, wxAnimationCtrlBase)
184 BEGIN_EVENT_TABLE(wxAnimationCtrl, wxAnimationCtrlBase)
185 EVT_TIMER(wxID_ANY, wxAnimationCtrl::OnTimer)
188 void wxAnimationCtrl::Init()
195 bool wxAnimationCtrl::Create( wxWindow *parent, wxWindowID id,
209 wxFAIL_MSG( wxT("wxAnimationCtrl creation failed") );
232 wxAnimationCtrl::~wxAnimationCtrl()
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Danimateg.cpp3 // Purpose: wxAnimation and wxAnimationCtrl
265 // wxAnimationCtrl
268 IMPLEMENT_CLASS(wxAnimationCtrl, wxAnimationCtrlBase)
269 BEGIN_EVENT_TABLE(wxAnimationCtrl, wxAnimationCtrlBase)
270 EVT_PAINT(wxAnimationCtrl::OnPaint)
271 EVT_SIZE(wxAnimationCtrl::OnSize)
272 EVT_TIMER(wxID_ANY, wxAnimationCtrl::OnTimer)
275 void wxAnimationCtrl::Init()
286 bool wxAnimationCtrl::Create(wxWindow *parent, wxWindowID id,
303 wxAnimationCtrl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/animate/
H A Danitest.h46 wxAnimationCtrl* GetAnimationCtrl() const { return m_animationCtrl; }
49 wxAnimationCtrl* m_animationCtrl;
H A Danitest.cpp41 #error Cannot compile this sample if wxAnimationCtrl is not enabled
166 sz->Add(new wxStaticText(this, wxID_ANY, wxT("wxAnimationCtrl:")),
169 m_animationCtrl = new wxAnimationCtrl(this, wxID_ANY);
223 wxAnimationCtrl *old = m_animationCtrl;
224 m_animationCtrl = new wxAnimationCtrl(this, wxID_ANY, curr,
256 info.SetName(_("wxAnimationCtrl and wxAnimation sample"));
257 info.SetDescription(_("This sample program demonstrates the usage of wxAnimationCtrl"));
276 // enable one of the two chunk of codes to test different parts of wxAnimation/wxAnimationCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Danimate.h77 // wxAnimationCtrl
83 class WXDLLIMPEXP_ADV wxAnimationCtrl: public wxAnimationCtrlBase class in inherits:wxAnimationCtrlBase
86 wxAnimationCtrl() { Init(); } function in class:wxAnimationCtrl
87 wxAnimationCtrl(wxWindow *parent, function in class:wxAnimationCtrl
109 ~wxAnimationCtrl();
150 DECLARE_DYNAMIC_CLASS(wxAnimationCtrl)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxh_animatctrl.cpp3 // Purpose: XML resource handler for wxAnimationCtrl
34 XRC_MAKE_INSTANCE(ctrl, wxAnimationCtrl)
44 // which just tells wxAnimationCtrl to use the default for inactive status
54 return IsOfClass(node, wxT("wxAnimationCtrl"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Danimate.h3 // Purpose: wxAnimation and wxAnimationCtrl
44 // extended interface used by the generic implementation of wxAnimationCtrl
68 // wxAnimationCtrl
71 class WXDLLIMPEXP_ADV wxAnimationCtrl: public wxAnimationCtrlBase class in inherits:wxAnimationCtrlBase
74 wxAnimationCtrl() { Init(); } function in class:wxAnimationCtrl
75 wxAnimationCtrl(wxWindow *parent, function in class:wxAnimationCtrl
97 ~wxAnimationCtrl();
174 DECLARE_DYNAMIC_CLASS(wxAnimationCtrl)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Danimatctrl.tex3 %% Purpose: wxAnimationCtrl documentation
11 \section{\class{wxAnimationCtrl}}\label{wxanimationctrl}
14 wxAnimationCtrl API is simple as possible and won't give you full control on the
57 \membersection{wxAnimationCtrl::wxAnimationCtrl}\label{wxanimationctrlctor}
59 \func{}{wxAnimationCtrl}{\param{wxWindow *}{parent},\rtfsp
71 \membersection{wxAnimationCtrl::Create}\label{wxanimationctrlcreate}
106 \membersection{wxAnimationCtrl::GetAnimation}\label{wxanimationctrlgetanimation}
113 \membersection{wxAnimationCtrl::GetInactiveBitmap}\label{wxanimationctrlgetinactivebitmap}
121 \membersection{wxAnimationCtrl
[all...]
H A Danimation.tex34 \helpref{wxAnimationCtrl}{wxanimationctrl}
H A Dcategory.tex90 \twocolitem{\helpref{wxAnimationCtrl}{wxanimationctrl}}{A control to display an animation}
H A Dtsamples.tex58 The {\tt animate} sample shows how you can use \helpref{wxAnimationCtrl}{wxanimationctrl}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/xrc/
H A Dmyframe.cpp188 wxAnimationCtrl *ctrl = XRCCTRL(*win, "controls_animation_ctrl", wxAnimationCtrl);

Completed in 179 milliseconds