Searched refs:wxAnimationDecoder (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Danimdecod.h3 // Purpose: wxAnimationDecoder
25 Differences between a wxAnimationDecoder and a wxImageHandler:
84 // wxAnimationDecoder class
87 class WXDLLEXPORT wxAnimationDecoder : public wxObjectRefData class in inherits:wxObjectRefData
90 wxAnimationDecoder() function in class:wxAnimationDecoder
95 virtual ~wxAnimationDecoder() { }
101 virtual wxAnimationDecoder *Clone() const = 0;
H A Danidecod.h32 class WXDLLEXPORT wxANIDecoder : public wxAnimationDecoder
46 // implementation of wxAnimationDecoder's pure virtuals
52 wxAnimationDecoder *Clone() const
H A Dgifdecod.h49 class WXDLLEXPORT wxGIFDecoder : public wxAnimationDecoder
78 // implementation of wxAnimationDecoder's pure virtuals
85 wxAnimationDecoder *Clone() const
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Danimate.h21 WX_DECLARE_LIST_WITH_DECL(wxAnimationDecoder, wxAnimationDecoderList, class WXDLLIMPEXP_ADV);
56 static void AddHandler(wxAnimationDecoder *handler);
57 static void InsertHandler(wxAnimationDecoder *handler);
58 static const wxAnimationDecoder *FindHandler( wxAnimationType animType );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Danimateg.cpp45 #define M_ANIMDATA wx_static_cast(wxAnimationDecoder*, m_refData)
126 const wxAnimationDecoder *handler;
132 handler=(const wxAnimationDecoder*)node->GetData();
175 void wxAnimation::AddHandler( wxAnimationDecoder *handler )
195 void wxAnimation::InsertHandler( wxAnimationDecoder *handler )
211 const wxAnimationDecoder *wxAnimation::FindHandler( wxAnimationType animType )
216 const wxAnimationDecoder *handler = (const wxAnimationDecoder *)node->GetData();
238 wxAnimationDecoder *handler = (wxAnimationDecoder *)nod
[all...]

Completed in 47 milliseconds