JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::MarkerList::MarkerListHolder Struct Referenceabstract

A base class for objects that want to provide a MarkerList. More...

#include <juce_MarkerList.h>

Public Member Functions

virtual ~MarkerListHolder ()=default
 
virtual MarkerListgetMarkers (bool xAxis)=0
 Objects can implement this method to provide a MarkerList. More...
 

Detailed Description

A base class for objects that want to provide a MarkerList.

Constructor & Destructor Documentation

◆ ~MarkerListHolder()

virtual juce::MarkerList::MarkerListHolder::~MarkerListHolder ( )
virtualdefault

Member Function Documentation

◆ getMarkers()

virtual MarkerList* juce::MarkerList::MarkerListHolder::getMarkers ( bool  xAxis)
pure virtual

Objects can implement this method to provide a MarkerList.


The documentation for this struct was generated from the following file: