ofxOui - UI Components for OpenFrameworks

Public Member Functions | Public Attributes | List of all members
ofxOui::DropDown::SelectEvent Class Reference

Event arguments for menu item selection. More...

#include <ofxOuiDropDown.hpp>

Inheritance diagram for ofxOui::DropDown::SelectEvent:
[legend]
Collaboration diagram for ofxOui::DropDown::SelectEvent:
[legend]

Public Member Functions

 SelectEvent (DropDown *sender_, string text_)
 Constructor. More...
 

Public Attributes

DropDownsender
 pointer to the sender component More...
 
string text
 label of the selected menu item More...
 

Detailed Description

Event arguments for menu item selection.

Constructor & Destructor Documentation

§ SelectEvent()

ofxOui::DropDown::SelectEvent::SelectEvent ( DropDown sender_,
string  text_ 
)

Constructor.

Parameters
sender_pointer to the sender component
text_label of the selected menu item

Member Data Documentation

§ sender

DropDown* ofxOui::DropDown::SelectEvent::sender

pointer to the sender component

§ text

string ofxOui::DropDown::SelectEvent::text

label of the selected menu item


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