Audacity 3.2.0
Public Member Functions | List of all members
AStaticBitmap Class Reference

A widget for bitmaps which ignores the erase event for flicker-free use. More...

#include <Grabber.h>

Inheritance diagram for AStaticBitmap:
[legend]
Collaboration diagram for AStaticBitmap:
[legend]

Public Member Functions

 AStaticBitmap (wxWindow *parent, wxWindowID id, const wxBitmap &label, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxString &name=wxStaticBitmapNameStr)
 
void OnErase (wxEraseEvent &event)
 

Detailed Description

A widget for bitmaps which ignores the erase event for flicker-free use.

Definition at line 155 of file Grabber.h.

Constructor & Destructor Documentation

◆ AStaticBitmap()

AStaticBitmap::AStaticBitmap ( wxWindow *  parent,
wxWindowID  id,
const wxBitmap &  label,
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxDefaultSize,
long  style = 0,
const wxString &  name = wxStaticBitmapNameStr 
)
inline

Definition at line 157 of file Grabber.h.

163 :
164
165 wxStaticBitmap(parent,
166 id,
167 label,
168 pos ,
169 size ,
170 style,
171 name )
172 {};
const TranslatableString name
Definition: Distortion.cpp:76
TranslatableString label
Definition: TagsEditor.cpp:165

Member Function Documentation

◆ OnErase()

void AStaticBitmap::OnErase ( wxEraseEvent &  event)
inline

Definition at line 173 of file Grabber.h.

173 {
174 static_cast<void>(event);
175 };

The documentation for this class was generated from the following file: