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 = 6 }
 
enum  : int {
  kTrackInfoTitleHeight = 16 , kTrackInfoTitleExtra = 2 , kTrackInfoBtnSize = 18 , kTrackInfoSliderHeight = 25 ,
  kTrackInfoSliderWidth = 139 , 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
kTrackInfoTitleHeight 
kTrackInfoTitleExtra 
kTrackInfoBtnSize 
kTrackInfoSliderHeight 
kTrackInfoSliderWidth 
kTrackInfoSliderAllowance 
kTrackInfoSliderExtra 

Definition at line 95 of file ViewInfo.h.

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

Variable Documentation

◆ LoopToggleText

TIME_FREQUENCY_SELECTION_API const TranslatableString LoopToggleText
extern