ofxOui - UI Components for OpenFrameworks

Classes | Enumerations
Core Classes and Utilities

Classes

class  ofxOui::Colormap
 Sequential Colormap generator. More...
 
class  ofxOui::Globals
 Global configuration. More...
 
class  ofxOui::Component
 Base UI Component (equivalent to a label) More...
 
class  ofxOui::Graph
 2D Graph Area (with virtual coordinate system) More...
 
class  ofxOui::Icon
 Icon image box wrapper. More...
 
class  ofxOui::Style
 Style structure shared among all components. More...
 
class  ofxOui::TextBox
 Text box font wrapper. More...
 

Enumerations

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...
 

Detailed Description

Enumeration Type Documentation

§ Anchor

enum ofxOui::Anchor
strong

Generic Anchor specifier for Text/Image alignment.

Enumerator
TopLeft 
TopCenter 
TopRight 
MiddleLeft 
MiddleCenter 
MiddleRight 
BottomLeft 
BottomCenter 
BottomRight 

§ Shape

enum ofxOui::Shape
strong

Base shape of the UI components.

Enumerator
Circle 
Rectangle 
RectRounded