#include "OglGui/SetGetDimensions2dIntI.h"
#include <vector>
Include dependency graph for LayoutComponent.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | OglGui |
Classes | |
class | OglGui::LayoutComponent |
Variables | |
const int | OglGui::TPARENT = 0x01000000 |
const int | OglGui::L2L = 0x1 |
const int | OglGui::L2R = 0x2 |
const int | OglGui::T2T = 0x4 |
const int | OglGui::T2B = 0x8 |
const int | OglGui::R2L = 0x10 |
const int | OglGui::R2R = 0x20 |
const int | OglGui::B2T = 0x40 |
const int | OglGui::B2B = 0x80 |
const int | OglGui::W2W = 0x100 |
const int | OglGui::H2H = 0x200 |
const int | OglGui::TOLEFTRIGHT = L2L | R2R |
const int | OglGui::TOTOPBOTTOM = T2T | B2B |
const int | OglGui::ALLSIDES = L2L | R2R | T2T | B2B |
const int | OglGui::TOBOTTOM = T2B | B2B |
const int | OglGui::TOTOP = T2T | B2T |
const int | OglGui::TORIGHT = L2R | R2R |
const int | OglGui::TOLEFT = L2L | R2L |
const int | OglGui::TOBOTTOMLEFT = TOBOTTOM | TOLEFT |
const int | OglGui::TOBOTTOMRIGHT = TOBOTTOM | TORIGHT |
const int | OglGui::TOTOPLEFT = TOTOP | TOLEFT |
const int | OglGui::TOTOPRIGHT = TOTOP | TORIGHT |
const int | OglGui::NoHorizontal = 0x1 |
const int | OglGui::NoVertical = 0x2 |
const int | OglGui::NoHeight = 0x4 |
const int | OglGui::NoWidth = 0x8 |