Projeto IDJ - Towers Of Madness
TowerDefenseLovecraftnianoZombicida
 Todos Classes Arquivos Funções Variáveis Definições de Tipos Enumerações Valores enumerados Definições e Macros Páginas
UIgridGroup Lista dos Membros

Esta é a lista de todos os membros de UIgridGroup, incluindo os membros herdados.

BehaviorOnLess [Enumeração]UIgridGroup
behaviorOnLessUIgridGroupprivate
BehaviorType [Enumeração]UIelement
boundingBoxUIelementprotected
boxUIelementprotected
CENTER [Valor enumerado]UIgridGroup
centerUIelementprotected
ComputeBoundingbox(Rect parentCanvas)UIelement
ComputeBox(Rect boundingBox={-1.,-1.,-1.,-1.})UIelement
constraintUIgridGroupprivate
ConstraintType [Enumeração]UIgridGroup
FILL [Valor enumerado]UIelement
FIT [Valor enumerado]UIelement
FIXED_N_COLS [Valor enumerado]UIgridGroup
FIXED_N_ROWS [Valor enumerado]UIgridGroup
GetAnchors(void) const UIelement
GetBoundingBox(void) const UIelement
GetOffsets(void) const UIelement
groupedElementsUIgridGroup
Is(std::string UItype) const UIgridGroupvirtual
kernelSizeUIelementprotected
NORMAL [Valor enumerado]UIgridGroup
numberUIgridGroupprivate
operator Rect() const UIelement
paddingUIgridGroup
Render(bool debugRender=false) const UIelementvirtual
SetAnchors(Vec2 min, Vec2 max)UIelement
SetAspectRatio(Vec2 aspectRatio)UIcanvas
SetBehavior(BehaviorType type)UIelement
SetCenter(Vec2 center)UIelement
SetConstraint(UIgridGroup::ConstraintType newConstraint, int value)UIgridGroup
SetOffsets(Vec2 min, Vec2 max)UIelement
STRETCH [Valor enumerado]UIgridGroup
UIcanvas(UIelement::BehaviorType behavior=UIelement::BehaviorType::STRETCH)UIcanvas
UIcanvas(Vec2 aspectRatio, UIelement::BehaviorType behavior=UIelement::BehaviorType::FIT)UIcanvas
UIelement(BehaviorType behavior=BehaviorType::STRETCH, Vec2 center=Vec2(0.5, 0.5))UIelementprotected
UIgridGroup(UIgridGroup::ConstraintType constraintType, int number, UIgridGroup::BehaviorOnLess behaviorOnLess=UIgridGroup::BehaviorOnLess::NORMAL, UIelement::BehaviorType behavior=UIelement::BehaviorType::STRETCH)UIgridGroup
Update(float dt, Rect parentCanvas)UIgridGroupvirtual