Audacity 3.2.0
|
#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"
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 |
anonymous enum : int |
Enumerator | |
---|---|
kVerticalPadding | Width of padding below each channel group |
Definition at line 91 of file ViewInfo.h.
anonymous enum : int |
Enumerator | |
---|---|
kTrackInfoTitleHeight | |
kTrackInfoTitleExtra | |
kTrackInfoBtnSize | |
kTrackInfoSliderHeight | |
kTrackInfoSliderWidth | |
kTrackInfoSliderAllowance | |
kTrackInfoSliderExtra |
Definition at line 95 of file ViewInfo.h.
|
extern |
Definition at line 227 of file ViewInfo.cpp.
Referenced by ControlToolBar::Populate(), AdornedRulerPanel::ShowMenu(), and anonymous_namespace{TransportMenus.cpp}::TransportMenu().