openshot-audio  0.1.6
Public Member Functions | List of all members
MarkerList::Listener Class Referenceabstract

#include <juce_MarkerList.h>

Inheritance diagram for MarkerList::Listener:
RelativeCoordinatePositionerBase Drawable::Positioner< DrawableType > DrawablePath::RelativePositioner DrawableShape::RelativePositioner RelativeRectangleComponentPositioner

Public Member Functions

virtual ~Listener ()
 
virtual void markersChanged (MarkerList *markerList)=0
 
virtual void markerListBeingDeleted (MarkerList *markerList)
 

Detailed Description

A class for receiving events when changes are made to a MarkerList.

You can register a MarkerList::Listener with a MarkerList using the MarkerList::addListener() method, and it will be called when markers are moved, added, or deleted.

See also
MarkerList::addListener, MarkerList::removeListener

Constructor & Destructor Documentation

virtual MarkerList::Listener::~Listener ( )
inlinevirtual

Destructor.

Member Function Documentation

void MarkerList::Listener::markerListBeingDeleted ( MarkerList markerList)
virtual

Called when the given marker list is being deleted.

Reimplemented in RelativeCoordinatePositionerBase.

virtual void MarkerList::Listener::markersChanged ( MarkerList markerList)
pure virtual

Called when something in the given marker list changes.

Implemented in RelativeCoordinatePositionerBase.


The documentation for this class was generated from the following files: