#include <utils.hpp>
#include <string>
Go to the source code of this file.
Classes | |
class | gui::anchor |
Stores a position for a UI widget. More... | |
Namespaces | |
namespace | gui |
Enumerations | |
enum | gui::anchor_type { gui::ANCHOR_ABS, gui::ANCHOR_REL } |
enum | gui::anchor_point { gui::ANCHOR_TOPLEFT, gui::ANCHOR_TOP, gui::ANCHOR_TOPRIGHT, gui::ANCHOR_RIGHT, gui::ANCHOR_BOTTOMRIGHT, gui::ANCHOR_BOTTOM, gui::ANCHOR_BOTTOMLEFT, gui::ANCHOR_LEFT, gui::ANCHOR_CENTER } |
enum | gui::constraint { gui::CONSTRAINT_NONE, gui::CONSTRAINT_X, gui::CONSTRAINT_Y } |