#include <text_view.h>
structural::adapter::TextView::TextView |
( |
| ) |
|
structural::adapter::TextView::TextView |
( |
const std::string & |
text | ) |
|
|
explicit |
structural::adapter::TextView::~TextView |
( |
| ) |
|
|
overridevirtual |
std::string structural::adapter::TextView::content |
( |
| ) |
const |
void structural::adapter::TextView::content |
( |
const std::string & |
text | ) |
|
void structural::adapter::TextView::Draw |
( |
| ) |
|
|
overridevirtual |
void structural::adapter::TextView::GetExtent |
( |
float & |
width, |
|
|
float & |
height |
|
) |
| const |
void structural::adapter::TextView::GetOrigin |
( |
float & |
x, |
|
|
float & |
y |
|
) |
| const |
bool structural::adapter::TextView::IsEmpty |
( |
| ) |
const |
|
virtual |
void structural::adapter::TextView::Resize |
( |
| ) |
|
|
overridevirtual |
void structural::adapter::TextView::SetExtent |
( |
const float & |
width, |
|
|
const float & |
height |
|
) |
| |
void structural::adapter::TextView::SetOrigin |
( |
const float & |
x, |
|
|
const float & |
y |
|
) |
| |
The documentation for this class was generated from the following files: