AUI Framework
develop
Cross-platform base for C++ UI apps
|
Represents an abstract text display view.
#include <AUI/View/AAbstractLabel.h>
> All members, including inherited
|
overrideprotectedvirtual |
Reimplemented from AView.
|
overridevirtual |
Reimplemented from AView.
|
overridevirtual |
Reimplemented from AView.
Reimplemented in ADropdownList, and APageSwitch.
|
overridevirtual |
Unlike invalidateStateStyles(), completely resets styles for this view, causing it to iterate over all rules in global and parent stylesheets. This operation is much more expensive than invalidateStateStyles because invalidateStateStyles iterates over a small set of rules and performs fewer checks.
Prefer invalidateAllStyles over invalidateStateStyles when:
Reimplemented from AView.
|
overridevirtual |
Implements IFontView.
|
overridevirtual |
Reimplemented from AView.
|
overridevirtual |
AView::render is not guaranteed to be called on per-frame basis. Moreover, this method can be called multiple times if render-to-texture caching decides to do so.
Reimplemented from AView.
Reimplemented in ADropdownList.
|
overridevirtual |
Reimplemented from AView.
|
overridevirtual |
Implements IStringable.
Contents