SPAOP
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
wonderjuce::SourceZoomPort Class Reference

A ZoomPort that contains a SourcePanel. More...

#include <SourceZoomPort.h>

Inheritance diagram for wonderjuce::SourceZoomPort:
Inheritance graph
[legend]
Collaboration diagram for wonderjuce::SourceZoomPort:
Collaboration graph
[legend]

Public Member Functions

 SourceZoomPort (const String &componentName=String::empty)
 Constructor. More...
 
 ~SourceZoomPort ()
 Destructor. More...
 
SourcePanelgetSourcePanel ()
 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...
 

Detailed Description

A ZoomPort that contains a SourcePanel.

Constructor & Destructor Documentation

wonderjuce::SourceZoomPort::SourceZoomPort ( const String &  componentName = String::empty)

Constructor.

wonderjuce::SourceZoomPort::~SourceZoomPort ( )

Destructor.

Member Function Documentation

SourcePanel * wonderjuce::SourceZoomPort::getSourcePanel ( )

Returns a pointer to the contained SourcePanel.

Returns
A pointer to the SourcePanel contained in this SourceZoomPort.