TextRequest Struct Reference

#include <drawing_request.hpp>

List of all members.

Public Member Functions

 TextRequest ()

Public Attributes

const Fontfont
std::string text
FontAlignment alignment

Private Member Functions

 TextRequest (const TextRequest &)
TextRequestoperator= (const TextRequest &)


Detailed Description

Definition at line 96 of file drawing_request.hpp.


Constructor & Destructor Documentation

TextRequest::TextRequest (  )  [inline]

Definition at line 98 of file drawing_request.hpp.

00098                 :
00099     font(),
00100     text(),
00101     alignment()
00102   {}

TextRequest::TextRequest ( const TextRequest  )  [private]


Member Function Documentation

TextRequest& TextRequest::operator= ( const TextRequest  )  [private]


Member Data Documentation

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().

FontAlignment TextRequest::alignment

Definition at line 106 of file drawing_request.hpp.

Referenced by DrawingContext::draw_text(), and DrawingContext::handle_drawing_requests().


The documentation for this struct was generated from the following file:
Generated on Mon Jun 9 03:38:37 2014 for SuperTux by  doxygen 1.5.1