Searched refs:wxAnimation (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Danimate.h19 // wxAnimation
20 // Unlike the generic wxAnimation object (see generic\animate.cpp), we won't
23 // Like generic wxAnimation object, this implementation of wxAnimation is
27 class WXDLLIMPEXP_ADV wxAnimation : public wxAnimationBase class in inherits:wxAnimationBase
31 wxAnimation(const wxString &name, wxAnimationType type = wxANIMATION_TYPE_ANY) function in class:wxAnimation
34 wxAnimation(GdkPixbufAnimation *p = NULL);
35 wxAnimation(const wxAnimation&);
36 ~wxAnimation() { UnRe
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Danimation.tex3 %% Purpose: wxAnimation documentation
11 \section{\class{wxAnimation}}\label{wxanimation}
15 Sound is not supported by wxAnimation.
39 \membersection{wxAnimation::wxAnimation}\label{wxanimationctor}
41 \func{}{wxAnimation}{\void}
45 \func{}{wxAnimation}{\param{const wxAnimation\& }{anim}}
49 \func{}{wxAnimation}{\param{const wxString\& }{name}, \param{wxAnimationType}{ type = wxANIMATION\_TYPE\_ANY}}
58 \membersection{wxAnimation
[all...]
H A Danimatctrl.tex52 \helpref{wxAnimation}{wxanimation}
61 \param{const wxAnimation\& }{anim},\rtfsp
75 \param{const wxAnimation\& }{anim},\rtfsp
108 \constfunc{wxAnimation}{GetAnimation}{\void}
133 See \helpref{wxAnimation::LoadFile}{wxanimationloadfile} for more info.
149 \func{void}{SetAnimation}{\param{const wxAnimation \&}{ anim}}
H A Dtrefcount.tex56 \helpref{wxAnimation}{wxanimation}\\
H A Dtsamples.tex60 in \helpref{wxAnimation}{wxanimation}.
/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
37 wxAnimation *anim)
49 // wxAnimation
52 IMPLEMENT_DYNAMIC_CLASS(wxAnimation, wxAnimationBase)
54 wxAnimation::wxAnimation(const wxAnimation& that) function in class:wxAnimation
62 wxAnimation::wxAnimation(GdkPixbufAnimation *p) function in class:wxAnimation
69 wxAnimation
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Danimate.h3 // Purpose: wxAnimation and wxAnimationCtrl
24 class WXDLLIMPEXP_FWD_ADV wxAnimation; variable in typeref:class:WXDLLIMPEXP_FWD_ADV
26 extern WXDLLIMPEXP_DATA_ADV(wxAnimation) wxNullAnimation;
79 virtual void SetAnimation(const wxAnimation &anim) = 0;
80 virtual wxAnimation GetAnimation() const = 0;
/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
18 // wxAnimation
23 class WXDLLIMPEXP_ADV wxAnimation : public wxAnimationBase class in inherits:wxAnimationBase
27 wxAnimation() {} function in class:wxAnimation
28 wxAnimation(const wxString &name, wxAnimationType type = wxANIMATION_TYPE_ANY) function in class:wxAnimation
63 DECLARE_DYNAMIC_CLASS(wxAnimation)
77 const wxAnimation& anim = wxNullAnimation,
91 const wxAnimation& anim = wxNullAnimation,
108 void SetAnimation(const wxAnimation &animation);
109 wxAnimation GetAnimatio
[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
37 wxAnimationDecoderList wxAnimation::sm_handlers;
41 // wxAnimation
44 IMPLEMENT_DYNAMIC_CLASS(wxAnimation, wxAnimationBase)
47 wxSize wxAnimation::GetSize() const
54 unsigned int wxAnimation::GetFrameCount() const
61 wxImage wxAnimation::GetFrame(unsigned int i) const
71 int wxAnimation::GetDelay(unsigned int i) const
78 wxPoint wxAnimation::GetFramePosition(unsigned int frame) const
85 wxSize wxAnimation
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Danimatecmn.cpp3 // Purpose: wxAnimation and wxAnimationCtrl
32 wxAnimation wxNullAnimation;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/animate/
H A Danitest.cpp218 wxAnimation curr = m_animationCtrl->GetAnimation();
256 info.SetName(_("wxAnimationCtrl and wxAnimation sample"));
276 // enable one of the two chunk of codes to test different parts of wxAnimation/wxAnimationCtrl
281 wxMessageBox(_T("Sorry, this animation is not a valid format for wxAnimation."));
284 wxAnimation temp;
287 wxLogError(wxT("Sorry, this animation is not a valid format for wxAnimation."));
297 wxLogError(wxT("Sorry, this animation is not a valid format for wxAnimation."));
301 wxAnimation temp;
304 wxLogError(wxT("Sorry, this animation is not a valid format for wxAnimation."));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/xrc/
H A Dxmlres.h456 wxAnimation GetAnimation(const wxString& param = wxT("animation"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxmlres.cpp1144 wxAnimation wxXmlResourceHandler::GetAnimation(const wxString& param)
1146 wxAnimation ani;

Completed in 91 milliseconds