Classes | |
| class | Bpf |
| Breakpoint function component. More... | |
| class | Button |
| Button component (allows both button and toggle modes) More... | |
| class | CheckBox |
| Check box component (specialization of button) More... | |
| class | Colormap |
| Sequential Colormap generator. More... | |
| class | Component |
| Base UI Component (equivalent to a label) More... | |
| class | DraggableButton |
| Draggable Button (specialization of button) More... | |
| class | DropDown |
| Drop-down menu. More... | |
| class | Globals |
| Global configuration. More... | |
| class | Graph |
| 2D Graph Area (with virtual coordinate system) More... | |
| class | Group |
| Group of UI components. More... | |
| class | Icon |
| Icon image box wrapper. More... | |
| class | Matrix |
| Button Matrix (supports both button -single-button activation- and toggle -multi-button activation-) More... | |
| class | MultiSlider |
| MultiSlider. More... | |
| class | Numbox |
| Number box (with mouse + keyboard interaction, C74 max style) More... | |
| class | ShapeEditor |
| Shape editor. More... | |
| class | Slider |
| Slider controller. More... | |
| class | Style |
| Style structure shared among all components. More... | |
| class | TextBox |
| Text box font wrapper. More... | |
| class | TextInput |
| Text input component (single-line) More... | |
| class | Waveform |
| Breakpoint function component. More... | |
Typedefs | |
| typedef Component | Label |
| Label UI Component. More... | |
Enumerations | |
| enum | Type { Type::Label, Type::Button, Type::CheckBox, Type::DraggableButton, Type::Matrix, Type::DropDown, Type::Numbox, Type::Slider, Type::MultiSlider, Type::Bpf, Type::TextInput, Type::Waveform } |
| Type of UI Component. More... | |
| enum | Anchor { Anchor::TopLeft, Anchor::TopCenter, Anchor::TopRight, Anchor::MiddleLeft, Anchor::MiddleCenter, Anchor::MiddleRight, Anchor::BottomLeft, Anchor::BottomCenter, Anchor::BottomRight } |
| Generic Anchor specifier for Text/Image alignment. More... | |
| enum | Shape { Shape::Circle, Shape::Rectangle, Shape::RectRounded } |
| Base shape of the UI components. More... | |
Variables | |
| bool | RetinaEnabled |
| typedef Component ofxOui::Label |
Label UI Component.
| bool ofxOui::RetinaEnabled |