Audacity 3.2.0
Classes | Enumerations | Variables
ViewInfo.h File Reference
#include <utility>
#include <vector>
#include <wx/weakref.h>
#include "ClientData.h"
#include "SelectedRegion.h"
#include <memory>
#include "Observer.h"
#include "Prefs.h"
#include "XMLMethodRegistry.h"
#include "ZoomInfo.h"
Include dependency graph for ViewInfo.h:

Go to the source code of this file.

Classes

struct  NotifyingSelectedRegionMessage
 
class  NotifyingSelectedRegion
 
struct  PlayRegionMessage
 
class  PlayRegion
 
class  ViewInfo
 

Enumerations

enum  : int { kVerticalPadding = 7 }
 
enum  : int {
  kTrackInfoBtnSize = 18 , kTrackEffectsBtnHeight = 28 , kTrackInfoSliderHeight = 25 , kTrackInfoSliderWidth = 84 ,
  kTrackInfoSliderAllowance = 5 , kTrackInfoSliderExtra = 5
}
 

Variables

TIME_FREQUENCY_SELECTION_API const TranslatableString LoopToggleText
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kVerticalPadding 

Width of padding below each channel group

Definition at line 91 of file ViewInfo.h.

91 : int {
93};
@ kVerticalPadding
Definition: ViewInfo.h:92

◆ anonymous enum

anonymous enum : int
Enumerator
kTrackInfoBtnSize 
kTrackEffectsBtnHeight 
kTrackInfoSliderHeight 
kTrackInfoSliderWidth 
kTrackInfoSliderAllowance 
kTrackInfoSliderExtra 

Definition at line 95 of file ViewInfo.h.

95 : int {
96 kTrackInfoBtnSize = 18, // widely used dimension, usually height
102};
@ kTrackEffectsBtnHeight
Definition: ViewInfo.h:97
@ kTrackInfoSliderWidth
Definition: ViewInfo.h:99
@ kTrackInfoSliderExtra
Definition: ViewInfo.h:101
@ kTrackInfoSliderAllowance
Definition: ViewInfo.h:100
@ kTrackInfoBtnSize
Definition: ViewInfo.h:96
@ kTrackInfoSliderHeight
Definition: ViewInfo.h:98

Variable Documentation

◆ LoopToggleText

TIME_FREQUENCY_SELECTION_API const TranslatableString LoopToggleText
extern