Classes | |
| class | OpenGUI::Radian |
| Represents radians and provide some basic utility functions. More... | |
| class | OpenGUI::Degree |
| Represents degrees and provide some basic utility functions. More... | |
| class | OpenGUI::IVector2 |
| IVector2s are two dimensional vectors based on integers. More... | |
| class | OpenGUI::IRect |
| IRects are rects built from int values. Internally they are comprised of two IVector2's. More... | |
| class | OpenGUI::FVector2 |
| The FVector2 is a two dimensional vector based on floats. More... | |
| class | OpenGUI::FRect |
| FRects are rects built from float values. Internally they are comprised of two FVector2's. More... | |
| class | OpenGUI::TextAlignment |
| This type is used throughout OpenGUI to represent horizontal and vertical text alignment. More... | |
| class | OpenGUI::Color |
| Used throughout OpenGUI to define colors. More... | |
| class | OpenGUI::Value |
| An encapsulation class used for passing values back and forth in the Accessor system. More... | |
| class | OpenGUI::ValueList |
| Container of multiple Value objects. Provides stack, and name based access. More... | |