ofxOui - UI Components for OpenFrameworks

Public Member Functions | Public Attributes | List of all members
ofxOui::Matrix::ClickEvent Class Reference

Event arguments for button clicks. More...

#include <ofxOuiMatrix.hpp>

Inheritance diagram for ofxOui::Matrix::ClickEvent:
[legend]
Collaboration diagram for ofxOui::Matrix::ClickEvent:
[legend]

Public Member Functions

 ClickEvent (Matrix *sender_, int row_, int col_, bool value_)
 Constructor. More...
 

Public Attributes

Matrixsender
 pointer to the sender component More...
 
int row
 
int col
 
bool value
 

Detailed Description

Event arguments for button clicks.

Constructor & Destructor Documentation

§ ClickEvent()

ofxOui::Matrix::ClickEvent::ClickEvent ( ofxOui::Matrix sender_,
int  row_,
int  col_,
bool  value_ 
)

Constructor.

Parameters
sender_pointer to the sender component
row_row of the clicked button
col_column of the clicked button
value_value of the clicked button

Member Data Documentation

§ col

int ofxOui::Matrix::ClickEvent::col

§ row

int ofxOui::Matrix::ClickEvent::row

§ sender

Matrix* ofxOui::Matrix::ClickEvent::sender

pointer to the sender component

§ value

bool ofxOui::Matrix::ClickEvent::value

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