20 #ifndef SOURCEZOOMPORT_H_INCLUDED
21 #define SOURCEZOOMPORT_H_INCLUDED
25 #include "JuceHeader.h"
27 namespace wonderjuce {
58 #endif // SOURCEZOOMPORT_H_INCLUDED
A ZoomPort that contains a SourcePanel.
Definition: SourceZoomPort.h:33
~SourceZoomPort()
Destructor.
Definition: SourceZoomPort.cpp:32
A GUI component that wraps another ComponentWithFocusPoint, adding the ability to zoom in and out and...
Definition: ZoomPort.h:39
A GUI component that displays a two-dimensional view of a source's position and allows the re-positio...
Definition: SourcePanel.h:41
SourceZoomPort(const String &componentName=String::empty)
Constructor.
Definition: SourceZoomPort.cpp:25
SourcePanel * getSourcePanel()
Returns a pointer to the contained SourcePanel.
Definition: SourceZoomPort.cpp:36