ambient_color | DrawingContext | [private] |
blend_mode | DrawingContext | [private] |
blend_stack | DrawingContext | [private] |
do_drawing() | DrawingContext | |
draw_center_text(FontPtr font, const std::string &text, const Vector &position, int layer, Color color=Color(1.0, 1.0, 1.0)) | DrawingContext | |
draw_filled_rect(const Vector &topleft, const Vector &size, const Color &color, int layer) | DrawingContext | |
draw_filled_rect(const Rectf &rect, const Color &color, int layer) | DrawingContext | |
draw_filled_rect(const Rectf &rect, const Color &color, float radius, int layer) | DrawingContext | |
draw_gradient(const Color &from, const Color &to, int layer) | DrawingContext | |
draw_inverse_ellipse(const Vector &pos, const Vector &size, const Color &color, int layer) | DrawingContext | |
draw_surface(SurfacePtr surface, const Vector &position, int layer) | DrawingContext | |
draw_surface(SurfacePtr surface, const Vector &position, float angle, const Color &color, const Blend &blend, int layer) | DrawingContext | |
draw_surface_part(SurfacePtr surface, const Vector &source, const Vector &size, const Vector &dest, int layer) | DrawingContext | |
draw_text(FontPtr font, const std::string &text, const Vector &position, FontAlignment alignment, int layer, Color color=Color(1.0, 1.0, 1.0)) | DrawingContext | |
drawing_requests | DrawingContext | [private] |
DrawingContext() | DrawingContext | |
DrawingContext(const DrawingContext &) | DrawingContext | [private] |
DrawingRequests typedef | DrawingContext | [private] |
get_alpha() const | DrawingContext | |
get_cliprect() const | DrawingContext | |
get_drawing_effect() const | DrawingContext | |
get_light(const Vector &position, Color *color) | DrawingContext | |
get_translation() const | DrawingContext | [inline] |
handle_drawing_requests(DrawingRequests &requests) | DrawingContext | [private] |
init_renderer() | DrawingContext | |
LIGHTMAP | DrawingContext | [static] |
lightmap | DrawingContext | [private] |
lightmap_requests | DrawingContext | [private] |
NORMAL | DrawingContext | [static] |
obst | DrawingContext | [private] |
operator=(const DrawingContext &) | DrawingContext | [private] |
pop_target() | DrawingContext | |
pop_transform() | DrawingContext | |
push_target() | DrawingContext | |
push_transform() | DrawingContext | |
renderer | DrawingContext | [private] |
requests | DrawingContext | [private] |
screenshot_requested | DrawingContext | [private] |
set_alpha(float alpha) | DrawingContext | |
set_ambient_color(Color new_color) | DrawingContext | |
set_drawing_effect(DrawingEffect effect) | DrawingContext | |
set_target(Target target) | DrawingContext | |
set_translation(const Vector &newtranslation) | DrawingContext | [inline] |
take_screenshot() | DrawingContext | |
target | DrawingContext | [private] |
Target typedef | DrawingContext | |
target_stack | DrawingContext | [private] |
transform | DrawingContext | [private] |
transformstack | DrawingContext | [private] |
~DrawingContext() | DrawingContext | |