JUCE  v5.4.1-191-g0ab5e696f
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 ()
 
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 ( )
inlinevirtual

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: