• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/

Lines Matching refs:wxAnimationCtrl

3 // 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::~wxAnimationCtrl()
308 bool wxAnimationCtrl::LoadFile(const wxString& filename, wxAnimationType type)
319 wxSize wxAnimationCtrl::DoGetBestSize() const
327 void wxAnimationCtrl::SetAnimation(const wxAnimation& animation)
348 void wxAnimationCtrl::SetInactiveBitmap(const wxBitmap &bmp)
361 void wxAnimationCtrl::FitToAnimation()
366 bool wxAnimationCtrl::SetBackgroundColour(const wxColour& colour)
381 // wxAnimationCtrl - stop/play methods
384 void wxAnimationCtrl::Stop()
395 bool wxAnimationCtrl::Play(bool looped)
428 // wxAnimationCtrl - rendering methods
431 bool wxAnimationCtrl::RebuildBackingStoreUpToFrame(unsigned int frame)
473 void wxAnimationCtrl::IncrementalUpdateBackingStore()
479 // since wxAnimationCtrl can only play animations forward, without skipping
525 void wxAnimationCtrl::DisplayStaticImage()
560 void wxAnimationCtrl::DrawFrame(wxDC &dc, unsigned int frame)
573 void wxAnimationCtrl::DrawCurrentFrame(wxDC& dc)
581 void wxAnimationCtrl::DisposeToBackground()
590 void wxAnimationCtrl::DisposeToBackground(wxDC& dc)
601 void wxAnimationCtrl::DisposeToBackground(wxDC& dc, const wxPoint &pos, const wxSize &sz)
613 // wxAnimationCtrl - event handlers
616 void wxAnimationCtrl::OnPaint(wxPaintEvent& WXUNUSED(event))
636 void wxAnimationCtrl::OnTimer(wxTimerEvent &WXUNUSED(event))
668 void wxAnimationCtrl::OnSize(wxSizeEvent &WXUNUSED(event))