Projeto IDJ - Towers Of Madness
TowerDefenseLovecraftnianoZombicida
|
Esta é a lista de todos os membros de UItext, incluindo os membros herdados.
BehaviorType [Enumeração] | UIelement | |
BLENDED [Valor enumerado] | UItext | |
boundingBox | UIelement | protected |
box | UIelement | protected |
center | UIelement | protected |
color | UItext | private |
ComputeBoundingbox(Rect parentCanvas) | UIelement | |
ComputeBox(Rect boundingBox={-1.,-1.,-1.,-1.}) | UIelement | |
FILL [Valor enumerado] | UIelement | |
FIT [Valor enumerado] | UIelement | |
font | UItext | private |
fontFile | UItext | private |
fontSize | UItext | private |
GetAnchors(void) const | UIelement | |
GetBoundingBox(void) const | UIelement | |
GetOffsets(void) const | UIelement | |
GetSize(void) const | UItext | |
Is(std::string UItype) const | UItext | virtual |
isStrobe | UItext | private |
kernelSize | UIelement | protected |
operator Rect() const | UIelement | |
RemakeTexture(void) | UItext | private |
Render(bool debugRender=false) const | UItext | virtual |
SetAnchors(Vec2 min, Vec2 max) | UIelement | |
SetBehavior(BehaviorType type) | UIelement | |
SetCenter(Vec2 center) | UIelement | |
SetColor(SDL_Color color) | UItext | |
SetFontSize(int fontSize) | UItext | |
SetOffsets(Vec2 min, Vec2 max) | UIelement | |
SetStrobeFrequency(float fullTime) | UItext | |
SetStyle(TextStyle style) | UItext | |
SetText(string text) | UItext | |
SetTimeShown(float newTime) | UItext | |
SHARED [Valor enumerado] | UItext | |
SOLID [Valor enumerado] | UItext | |
STRETCH [Valor enumerado] | UIelement | |
strobeFrequency | UItext | private |
style | UItext | private |
text | UItext | private |
TextStyle [Enumeração] | UItext | |
textTime | UItext | private |
texture | UItext | private |
timeShown | UItext | private |
UIelement(BehaviorType behavior=BehaviorType::STRETCH, Vec2 center=Vec2(0.5, 0.5)) | UIelement | protected |
UItext(string fontFile, int fontSize, TextStyle style, SDL_Color color, string text, UIelement::BehaviorType behavior=UIelement::BehaviorType::FIT, bool isStrobing=false) | UItext | |
Update(float dt, Rect parentCanvas) | UItext | virtual |
~UItext() | UItext | virtual |