JUCE
Public Member Functions | List of all members
MarkerList::MarkerListHolder Struct Referenceabstract

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

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 MarkerList::MarkerListHolder::~MarkerListHolder ( )
virtualdefault

Member Function Documentation

◆ getMarkers()

virtual MarkerList* 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: