#include "ofMain.h"
Go to the source code of this file.
Classes | |
class | ofxOui::Globals |
Global configuration. More... | |
Namespaces | |
ofxOui | |
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... | |
enum | ofxOui::Anchor { ofxOui::Anchor::TopLeft, ofxOui::Anchor::TopCenter, ofxOui::Anchor::TopRight, ofxOui::Anchor::MiddleLeft, ofxOui::Anchor::MiddleCenter, ofxOui::Anchor::MiddleRight, ofxOui::Anchor::BottomLeft, ofxOui::Anchor::BottomCenter, ofxOui::Anchor::BottomRight } |
Generic Anchor specifier for Text/Image alignment. More... | |
enum | ofxOui::Shape { ofxOui::Shape::Circle, ofxOui::Shape::Rectangle, ofxOui::Shape::RectRounded } |
Base shape of the UI components. More... | |
Variables | |
bool | ofxOui::RetinaEnabled |