openshot-audio
0.1.6
|
#include <juce_RelativeCoordinatePositioner.h>
Classes | |
class | ComponentScope |
class | DependencyFinderScope |
Public Member Functions | |
RelativeCoordinatePositionerBase (Component &component) | |
~RelativeCoordinatePositionerBase () | |
void | componentMovedOrResized (Component &, bool, bool) |
void | componentParentHierarchyChanged (Component &) |
void | componentChildrenChanged (Component &component) |
void | componentBeingDeleted (Component &component) |
void | markersChanged (MarkerList *) |
void | markerListBeingDeleted (MarkerList *markerList) |
void | apply () |
bool | addCoordinate (const RelativeCoordinate &coord) |
bool | addPoint (const RelativePoint &point) |
![]() | |
virtual | ~Listener () |
Protected Member Functions | |
virtual bool | registerCoordinates ()=0 |
virtual void | applyToComponentBounds ()=0 |
Friends | |
class | DependencyFinderScope |
Base class for Component::Positioners that are based upon relative coordinates.
RelativeCoordinatePositionerBase::RelativeCoordinatePositionerBase | ( | Component & | component | ) |
RelativeCoordinatePositionerBase::~RelativeCoordinatePositionerBase | ( | ) |
bool RelativeCoordinatePositionerBase::addCoordinate | ( | const RelativeCoordinate & | coord | ) |
bool RelativeCoordinatePositionerBase::addPoint | ( | const RelativePoint & | point | ) |
void RelativeCoordinatePositionerBase::apply | ( | ) |
|
protectedpure virtual |
void RelativeCoordinatePositionerBase::componentBeingDeleted | ( | Component & | component | ) |
void RelativeCoordinatePositionerBase::componentChildrenChanged | ( | Component & | component | ) |
void RelativeCoordinatePositionerBase::componentMovedOrResized | ( | Component & | , |
bool | , | ||
bool | |||
) |
void RelativeCoordinatePositionerBase::componentParentHierarchyChanged | ( | Component & | ) |
|
virtual |
Called when the given marker list is being deleted.
Reimplemented from MarkerList::Listener.
|
virtual |
Called when something in the given marker list changes.
Implements MarkerList::Listener.
|
protectedpure virtual |
|
friend |