Public Member Functions | List of all members
TableEditor::Listener Struct Referenceabstract

This listener can be used to react on user interaction to display stuff. More...

Inherited by ScriptCreatedComponentWrappers::TableWrapper.

Public Member Functions

virtual void curveChanged (Point< int > position, float curveValue)=0
 Called when the user changes a curve. More...
 
virtual void pointDragEnded ()=0
 Will be called when the user stops dragging a point. More...
 
virtual void pointDragged (Point< int > position, float index, float value)=0
 Called while the point is being dragged. More...
 
virtual void pointDragStarted (Point< int > position, float index, float value)=0
 Will be called when the user starts dragging a point. More...
 

Detailed Description

This listener can be used to react on user interaction to display stuff.

It shouldn't be used for any kind of serious data processing though...

Member Function Documentation

virtual void curveChanged ( Point< int >  position,
float  curveValue 
)
pure virtual

Called when the user changes a curve.

The position will be the middle between the points.

virtual void pointDragEnded ( )
pure virtual

Will be called when the user stops dragging a point.

virtual void pointDragged ( Point< int >  position,
float  index,
float  value 
)
pure virtual

Called while the point is being dragged.

virtual void pointDragStarted ( Point< int >  position,
float  index,
float  value 
)
pure virtual

Will be called when the user starts dragging a point.

©2017 HISE. This documentation is autogenerated from the HISE source code using Doxygen.