Projeto IDJ - Towers Of Madness
TowerDefenseLovecraftnianoZombicida
|
Esta é a lista de todos os membros de UItextButton, incluindo os membros herdados.
actualState | UIbutton | protected |
BehaviorType [Enumeração] | UIelement | |
BLENDED [Valor enumerado] | UItext | |
boundingBox | UIelement | protected |
box | UIelement | protected |
ButtonCallback typedef | UIbutton | |
center | UIelement | protected |
Click() | UIbutton | |
clickCaller | UIbutton | protected |
clickedCallback | UIbutton | protected |
ComputeBoundingbox(Rect parentCanvas) | UIelement | |
ComputeBox(Rect boundingBox={-1.,-1.,-1.,-1.}) | UIelement | |
ConfigColors(SDL_Color disabled, SDL_Color enabled, SDL_Color highlighted, SDL_Color pressed) | UItextButton | |
disableCaller | UIbutton | protected |
DISABLED [Valor enumerado] | UIbutton | |
disabledCallback | UIbutton | protected |
disabledColor | UItextButton | private |
ENABLED [Valor enumerado] | UIbutton | |
enabledCallback | UIbutton | protected |
enabledCaller | UIbutton | protected |
enabledColor | UItextButton | private |
FILL [Valor enumerado] | UIelement | |
FIT [Valor enumerado] | UIelement | |
GetAnchors(void) const | UIelement | |
GetBoundingBox(void) const | UIelement | |
GetOffsets(void) const | UIelement | |
GetSize(void) const | UItext | |
GetStateColor(UIbutton::State state) const | UItextButton | |
GetUIbuttonState(void) const | UIbutton | |
HIGHLIGHTED [Valor enumerado] | UIbutton | |
highlightedCallback | UIbutton | protected |
highlightedCaller | UIbutton | protected |
highlightedColor | UItextButton | private |
interactOnBoundingBox | UIbutton | |
Is(std::string UItype) const | UItextButton | virtual |
kernelSize | UIelement | protected |
operator Rect() const | UIelement | |
PRESSED [Valor enumerado] | UIbutton | |
pressedCallback | UIbutton | protected |
pressedCaller | UIbutton | protected |
pressedColor | UItextButton | private |
Render(bool debugRender=false) const | UItext | virtual |
SetAnchors(Vec2 min, Vec2 max) | UIelement | |
SetBehavior(BehaviorType type) | UIelement | |
SetCallback(UIbutton::State stateToSet, void *caller, ButtonCallback callback) | UIbutton | |
SetCenter(Vec2 center) | UIelement | |
SetClickCallback(void *caller, ButtonCallback callback) | UIbutton | |
SetColor(SDL_Color color) | UItext | |
SetFontSize(int fontSize) | UItext | |
SetOffsets(Vec2 min, Vec2 max) | UIelement | |
SetStateColor(UIbutton::State state, SDL_Color color) | UItextButton | |
SetStrobeFrequency(float fullTime) | UItext | |
SetStyle(TextStyle style) | UItext | |
SetText(string text) | UItext | |
SetTimeShown(float newTime) | UItext | |
SetUIbuttonState(UIbutton::State newState) | UItextButton | virtual |
SHARED [Valor enumerado] | UItext | |
SOLID [Valor enumerado] | UItext | |
State [Enumeração] | UIbutton | |
STRETCH [Valor enumerado] | UIelement | |
TextStyle [Enumeração] | UItext | |
UIbutton(UIbutton::State initialState=UIbutton::State::ENABLED, bool interactOnBoundingBox=true) | UIbutton | protected |
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 | |
UItextButton(string fontFile, int fontSize, UItext::TextStyle style, SDL_Color color, string text, UIbutton::State startingState=UIbutton::State::ENABLED, UIelement::BehaviorType behavior=UIelement::BehaviorType::FIT, bool isStrobing=false) | UItextButton | |
Update(float dt, Rect parentCanvas) | UItextButton | virtual |
UIbutton::Update(float dt, bool mouseIsInside) | UIbutton | protected |
~UItext() | UItext | virtual |