#include <drawing_request.hpp>
Public Member Functions | |
| TextRequest () | |
Public Attributes | |
| const Font * | font |
| std::string | text |
| FontAlignment | alignment |
Private Member Functions | |
| TextRequest (const TextRequest &) | |
| TextRequest & | operator= (const TextRequest &) |
Definition at line 96 of file drawing_request.hpp.
| TextRequest::TextRequest | ( | ) | [inline] |
| TextRequest::TextRequest | ( | const TextRequest & | ) | [private] |
| TextRequest& TextRequest::operator= | ( | const TextRequest & | ) | [private] |
| const Font* TextRequest::font |
Definition at line 104 of file drawing_request.hpp.
Referenced by DrawingContext::draw_text(), and DrawingContext::handle_drawing_requests().
| std::string TextRequest::text |
Definition at line 105 of file drawing_request.hpp.
Referenced by DrawingContext::draw_text(), and DrawingContext::handle_drawing_requests().
Definition at line 106 of file drawing_request.hpp.
Referenced by DrawingContext::draw_text(), and DrawingContext::handle_drawing_requests().
1.5.1