ofxOui - UI Components for OpenFrameworks

Public Member Functions | Public Attributes | List of all members
ofxOui::TextInput::TextInputEvent Class Reference

Event arguments for text editing events. More...

#include <ofxOuiTextInput.hpp>

Inheritance diagram for ofxOui::TextInput::TextInputEvent:
[legend]
Collaboration diagram for ofxOui::TextInput::TextInputEvent:
[legend]

Public Member Functions

 TextInputEvent (TextInput *sender_, string text_)
 

Public Attributes

TextInputsender
 pointer to the sender component More...
 
string text
 

Detailed Description

Event arguments for text editing events.

Constructor & Destructor Documentation

§ TextInputEvent()

ofxOui::TextInput::TextInputEvent::TextInputEvent ( TextInput sender_,
string  text_ 
)

Member Data Documentation

§ sender

TextInput* ofxOui::TextInput::TextInputEvent::sender

pointer to the sender component

§ text

string ofxOui::TextInput::TextInputEvent::text

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