#include <show_dialog.hpp>
Public Member Functions | |
dimension_measurements () | |
Public Attributes | |
SDL_Rect | interior |
SDL_Rect | exterior |
SDL_Rect | title |
SDL_Rect | button_row |
Definition at line 56 of file show_dialog.hpp.
gui::dialog_frame::dimension_measurements::dimension_measurements | ( | ) |
Definition at line 125 of file show_dialog.cpp.
SDL_Rect gui::dialog_frame::dimension_measurements::button_row |
Definition at line 58 of file show_dialog.hpp.
Referenced by gui::dialog_frame::draw(), and gui::dialog_frame::layout().
SDL_Rect gui::dialog_frame::dimension_measurements::exterior |
Definition at line 58 of file show_dialog.hpp.
Referenced by gui::dialog_frame::draw_background(), gui::dialog_frame::draw_border(), and gui::dialog_frame::layout().
SDL_Rect gui::dialog_frame::dimension_measurements::interior |
Definition at line 58 of file show_dialog.hpp.
Referenced by gui::dialog_frame::draw(), gui::dialog_frame::draw_background(), gui::dialog_frame::draw_border(), gui::dialog_frame::layout(), and about::show_about().
SDL_Rect gui::dialog_frame::dimension_measurements::title |
Definition at line 58 of file show_dialog.hpp.
Referenced by gui::dialog_frame::draw_title(), and gui::dialog_frame::layout().