ofxOui - UI Components for OpenFrameworks

Public Member Functions | Public Attributes | List of all members
ofxOui::DraggableButton::DropEvent Class Reference

Event arguments for Drag and Drop events. More...

#include <ofxOuiDraggableButton.hpp>

Inheritance diagram for ofxOui::DraggableButton::DropEvent:
[legend]
Collaboration diagram for ofxOui::DraggableButton::DropEvent:
[legend]

Public Member Functions

 DropEvent (DraggableButton *sender_, int x_, int y_)
 Constructor. More...
 

Public Attributes

DraggableButtonsender
 pointer to the sender component More...
 
int x
 x drop position More...
 
int y
 y drop position More...
 

Detailed Description

Event arguments for Drag and Drop events.

Constructor & Destructor Documentation

§ DropEvent()

ofxOui::DraggableButton::DropEvent::DropEvent ( ofxOui::DraggableButton sender_,
int  x_,
int  y_ 
)

Constructor.

Parameters
sender_pointer to the sender component
x_x drop position
y_y drop position

Member Data Documentation

§ sender

DraggableButton* ofxOui::DraggableButton::DropEvent::sender

pointer to the sender component

§ x

int ofxOui::DraggableButton::DropEvent::x

x drop position

§ y

int ofxOui::DraggableButton::DropEvent::y

y drop position


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