Design Patterns
|
This is the complete list of members for structural::adapter::TextView, including all inherited members.
content() const | structural::adapter::TextView | |
content(const std::string &text) | structural::adapter::TextView | |
Draw() override | structural::adapter::TextView | virtual |
GetExtent(float &width, float &height) const | structural::adapter::TextView | |
GetOrigin(float &x, float &y) const | structural::adapter::TextView | |
IsEmpty() const | structural::adapter::TextView | virtual |
Resize() override | structural::adapter::TextView | virtual |
SetExtent(const float &width, const float &height) | structural::adapter::TextView | |
SetOrigin(const float &x, const float &y) | structural::adapter::TextView | |
TextView() | structural::adapter::TextView | |
TextView(const std::string &text) | structural::adapter::TextView | explicit |
~TextView() override | structural::adapter::TextView | virtual |
~VisualComponentInterface() | structural::adapter::VisualComponentInterface | inlinevirtual |