Forms a wrapper around a ValueTree that can be used for storing a MarkerList.
More...
#include <juce_MarkerList.h>
Forms a wrapper around a ValueTree that can be used for storing a MarkerList.
◆ ValueTreeWrapper()
juce::MarkerList::ValueTreeWrapper::ValueTreeWrapper |
( |
const ValueTree & |
state | ) |
|
◆ applyTo()
void juce::MarkerList::ValueTreeWrapper::applyTo |
( |
MarkerList & |
markerList | ) |
|
◆ containsMarker()
bool juce::MarkerList::ValueTreeWrapper::containsMarker |
( |
const ValueTree & |
state | ) |
const |
◆ getMarker()
◆ getMarkerState() [1/2]
ValueTree juce::MarkerList::ValueTreeWrapper::getMarkerState |
( |
const String & |
name | ) |
const |
◆ getMarkerState() [2/2]
ValueTree juce::MarkerList::ValueTreeWrapper::getMarkerState |
( |
int |
index | ) |
const |
◆ getNumMarkers()
int juce::MarkerList::ValueTreeWrapper::getNumMarkers |
( |
| ) |
const |
◆ getState()
ValueTree& juce::MarkerList::ValueTreeWrapper::getState |
( |
| ) |
|
|
inlinenoexcept |
◆ readFrom()
void juce::MarkerList::ValueTreeWrapper::readFrom |
( |
const MarkerList & |
markerList, |
|
|
UndoManager * |
undoManager |
|
) |
| |
◆ removeMarker()
void juce::MarkerList::ValueTreeWrapper::removeMarker |
( |
const ValueTree & |
state, |
|
|
UndoManager * |
undoManager |
|
) |
| |
◆ setMarker()
◆ markerTag
const Identifier juce::MarkerList::ValueTreeWrapper::markerTag |
|
static |
◆ nameProperty
const Identifier juce::MarkerList::ValueTreeWrapper::nameProperty |
|
static |
◆ posProperty
const Identifier juce::MarkerList::ValueTreeWrapper::posProperty |
|
static |
◆ state
ValueTree juce::MarkerList::ValueTreeWrapper::state |
|
private |
The documentation for this class was generated from the following file: