ofxOui - UI Components for OpenFrameworks

Classes | Enumerations
UI Components

Classes

class  ofxOui::Bpf
 Breakpoint function component. More...
 
class  ofxOui::Button
 Button component (allows both button and toggle modes) More...
 
class  ofxOui::CheckBox
 Check box component (specialization of button) More...
 
class  ofxOui::DraggableButton
 Draggable Button (specialization of button) More...
 
class  ofxOui::DropDown
 Drop-down menu. More...
 
class  ofxOui::Group
 Group of UI components. More...
 
class  ofxOui::Matrix
 Button Matrix (supports both button -single-button activation- and toggle -multi-button activation-) More...
 
class  ofxOui::MultiSlider
 MultiSlider. More...
 
class  ofxOui::Numbox
 Number box (with mouse + keyboard interaction, C74 max style) More...
 
class  ofxOui::ShapeEditor
 Shape editor. More...
 
class  ofxOui::Slider
 Slider controller. More...
 
class  ofxOui::TextInput
 Text input component (single-line) More...
 
class  ofxOui::Waveform
 Breakpoint function component. More...
 

Enumerations

enum  ofxOui::Type {
  ofxOui::Type::Label, ofxOui::Type::Button, ofxOui::Type::CheckBox, ofxOui::Type::DraggableButton,
  ofxOui::Type::Matrix, ofxOui::Type::DropDown, ofxOui::Type::Numbox, ofxOui::Type::Slider,
  ofxOui::Type::MultiSlider, ofxOui::Type::Bpf, ofxOui::Type::TextInput, ofxOui::Type::Waveform
}
 Type of UI Component. More...
 

Detailed Description

Enumeration Type Documentation

§ Type

enum ofxOui::Type
strong

Type of UI Component.

Enumerator
Label 
Button 
CheckBox 
DraggableButton 
Matrix 
DropDown 
Numbox 
Slider 
MultiSlider 
Bpf 
TextInput 
Waveform