Event arguments for shape editing events.
More...
#include <ofxOuiShapeEditor.hpp>
Event arguments for shape editing events.
§ Type
type of editing event
Enumerator |
---|
Translation | |
Scaling | |
Rotation | |
Done | |
§ EditEvent()
ofxOui::ShapeEditor::EditEvent::EditEvent |
( |
ShapeEditor * |
sender_, |
|
|
Type |
type_, |
|
|
float |
x_, |
|
|
float |
y_, |
|
|
float |
width_, |
|
|
float |
height_, |
|
|
float |
angle_ |
|
) |
| |
Constructor.
- Parameters
-
sender_ | pointer to the sender component |
type_ | type of editing event |
x_ | x position of the shape editor box |
y_ | y position of the shape editor box |
width_ | width of the shape editor box |
height_ | height of the shape editor box |
angle_ | angle of the shape editor box |
§ angle
float ofxOui::ShapeEditor::EditEvent::angle |
angle of the shape editor box
§ height
float ofxOui::ShapeEditor::EditEvent::height |
height of the shape editor box
§ sender
pointer to the sender component
§ type
Type ofxOui::ShapeEditor::EditEvent::type |
§ width
float ofxOui::ShapeEditor::EditEvent::width |
width of the shape editor box
float ofxOui::ShapeEditor::EditEvent::x |
x position of the shape editor box
float ofxOui::ShapeEditor::EditEvent::y |
y position of the shape editor box
The documentation for this class was generated from the following files: