Audacity 3.2.0
Classes | Macros | Typedefs
Grabber.h File Reference
#include "Identifier.h"
#include <wx/defs.h>
#include <wx/statbmp.h>
Include dependency graph for Grabber.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GrabberEvent
 Grabber Class. More...
 
class  Grabber
 The widget to the left of a ToolBar that allows it to be dragged around to NEW positions. More...
 
class  AStaticBitmap
 A widget for bitmaps which ignores the erase event for flicker-free use. More...
 

Macros

#define GrabberEventHandler(func)    (wxObjectEventFunction)(wxEventFunction)wxStaticCastEvent(GrabberEventFunction, &func)
 
#define EVT_GRABBER(id, fn)
 
#define grabberWidth   10
 

Typedefs

typedef void(wxEvtHandler::* GrabberEventFunction) (GrabberEvent &)
 

Macro Definition Documentation

◆ EVT_GRABBER

#define EVT_GRABBER (   id,
  fn 
)
Value:
DECLARE_EVENT_TABLE_ENTRY(EVT_GRABBER_CLICKED, id, wxID_ANY, \
(wxObjectEventFunction) (wxEventFunction) (wxCommandEventFunction) \
wxStaticCastEvent(GrabberEventFunction, & fn), (wxObject *) NULL),
void(wxEvtHandler::* GrabberEventFunction)(GrabberEvent &)
Definition: Grabber.h:92
static const auto fn

Definition at line 97 of file Grabber.h.

◆ GrabberEventHandler

#define GrabberEventHandler (   func)     (wxObjectEventFunction)(wxEventFunction)wxStaticCastEvent(GrabberEventFunction, &func)

Definition at line 94 of file Grabber.h.

◆ grabberWidth

#define grabberWidth   10

Definition at line 104 of file Grabber.h.

Typedef Documentation

◆ GrabberEventFunction

typedef void(wxEvtHandler::* GrabberEventFunction) (GrabberEvent &)

Definition at line 92 of file Grabber.h.