#include <construct_dialog.hpp>


Public Member Functions | |
| dialog_image (label *const caption, CVideo &video, surface img) | |
| ~dialog_image () | |
| label * | caption () const |
| void | draw_contents () |
| handler_vector | handler_members () |
Private Attributes | |
| surface | surf_ |
| label * | caption_ |
Definition at line 69 of file construct_dialog.hpp.
Definition at line 71 of file construct_dialog.hpp.
References surface::null(), and gui::widget::set_measurements().

| gui::dialog_image::~dialog_image | ( | ) | [inline] |
Definition at line 78 of file construct_dialog.hpp.
References caption_.
| label* gui::dialog_image::caption | ( | ) | const [inline] |
Definition at line 81 of file construct_dialog.hpp.
References caption_.
Referenced by gui::dialog::layout(), and gui::dialog::update_widget_positions().

| void gui::dialog_image::draw_contents | ( | ) | [virtual] |
Reimplemented from gui::widget.
Definition at line 829 of file construct_dialog.cpp.
References CVideo::blit_surface(), gui::widget::location(), surf_, and gui::widget::video().

| handler_vector gui::dialog_image::handler_members | ( | ) | [inline, virtual] |
Reimplemented from events::handler.
Definition at line 84 of file construct_dialog.hpp.
label* gui::dialog_image::caption_ [private] |
Definition at line 92 of file construct_dialog.hpp.
Referenced by caption(), handler_members(), and ~dialog_image().
surface gui::dialog_image::surf_ [private] |
Definition at line 91 of file construct_dialog.hpp.
Referenced by draw_contents().
| Generated by doxygen 1.7.1 on Thu May 24 2012 01:21:02 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |