openshot-audio  0.1.2
Public Member Functions | List of all members
juce::DrawablePath::RelativePositioner Class Reference
Inheritance diagram for juce::DrawablePath::RelativePositioner:
juce::RelativeCoordinatePositionerBase juce::Component::Positioner juce::ComponentListener juce::MarkerList::Listener

Public Member Functions

 RelativePositioner (DrawablePath &comp)
 
bool registerCoordinates () override
 
void applyToComponentBounds () override
 
void applyNewBounds (const Rectangle< int > &) override
 
- Public Member Functions inherited from juce::RelativeCoordinatePositionerBase
 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)
 
- Public Member Functions inherited from juce::Component::Positioner
 Positioner (Component &component) noexcept
 
virtual ~Positioner ()
 
ComponentgetComponent () const noexcept
 
- Public Member Functions inherited from juce::ComponentListener
virtual ~ComponentListener ()
 
virtual void componentBroughtToFront (Component &component)
 
virtual void componentVisibilityChanged (Component &component)
 
virtual void componentNameChanged (Component &component)
 
- Public Member Functions inherited from juce::MarkerList::Listener
virtual ~Listener ()
 

Additional Inherited Members

Constructor & Destructor Documentation

juce::DrawablePath::RelativePositioner::RelativePositioner ( DrawablePath comp)
inline

Member Function Documentation

void juce::DrawablePath::RelativePositioner::applyNewBounds ( const Rectangle< int > &  newBounds)
inlineoverridevirtual

Attempts to set the component's position to the given rectangle. Unlike simply calling Component::setBounds(), this may involve the positioner being smart enough to adjust itself to fit the new bounds, e.g. a RelativeRectangle's positioner may try to reverse the expressions used to make them fit these new coordinates.

Implements juce::Component::Positioner.

void juce::DrawablePath::RelativePositioner::applyToComponentBounds ( )
inlineoverridevirtual
bool juce::DrawablePath::RelativePositioner::registerCoordinates ( )
inlineoverridevirtual

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