SPAOP
|
A ZoomPort that contains a SourcePanel. More...
#include <SourceZoomPort.h>
Public Member Functions | |
SourceZoomPort (const String &componentName=String::empty) | |
Constructor. More... | |
~SourceZoomPort () | |
Destructor. More... | |
SourcePanel * | getSourcePanel () |
Returns a pointer to the contained SourcePanel. More... | |
Public Member Functions inherited from wonderjuce::ZoomPort | |
ZoomPort (const String &componentName=String::empty) | |
Constructor. More... | |
virtual | ~ZoomPort () |
Destructor. More... | |
bool | setWrappedComponent (ComponentWithFocusPoint *wrappedComponent) |
Sets the component that is wrapped by this ZoomPort. More... | |
void | paint (Graphics &) |
void | resized () |
void | setZoomFactor (float zoomFactor) |
Sets the zoom-factor. More... | |
float | getZoomFactor () |
Returns the current zoom-factor. More... | |
A ZoomPort that contains a SourcePanel.
wonderjuce::SourceZoomPort::SourceZoomPort | ( | const String & | componentName = String::empty | ) |
Constructor.
wonderjuce::SourceZoomPort::~SourceZoomPort | ( | ) |
Destructor.
SourcePanel * wonderjuce::SourceZoomPort::getSourcePanel | ( | ) |
Returns a pointer to the contained SourcePanel.