ofxOui - UI Components for OpenFrameworks

Public Member Functions | Public Attributes | List of all members
ofxOui::Bpf::EditPointEvent Class Reference

Event arguments when a point is edited. More...

#include <ofxOuiBpf.hpp>

Inheritance diagram for ofxOui::Bpf::EditPointEvent:
[legend]
Collaboration diagram for ofxOui::Bpf::EditPointEvent:
[legend]

Public Member Functions

 EditPointEvent (float x_, float y_)
 Constructor. More...
 

Public Attributes

float x
 x value of the point edited More...
 
float y
 y value of the point edited More...
 

Detailed Description

Event arguments when a point is edited.

Constructor & Destructor Documentation

§ EditPointEvent()

ofxOui::Bpf::EditPointEvent::EditPointEvent ( float  x_,
float  y_ 
)

Constructor.

Parameters
x_x value of the point edited
y_y value of the point edited

Member Data Documentation

§ x

float ofxOui::Bpf::EditPointEvent::x

x value of the point edited

§ y

float ofxOui::Bpf::EditPointEvent::y

y value of the point edited


The documentation for this class was generated from the following file: