#include <paradialog.h>
Public Types | |
| typedef SigC::Signal3< void, const PG_Rect &, const ASCString &, const PG_Rect & > | DisplayHook |
Public Member Functions | |
| SpecialDisplayWidget (PG_Widget *parent, const PG_Rect &rect) | |
| void | eventBlit (SDL_Surface *surface, const PG_Rect &src, const PG_Rect &dst) |
Public Attributes | |
| DisplayHook | display |
Definition at line 174 of file paradialog.h.
| typedef SigC::Signal3<void,const PG_Rect&, const ASCString&, const PG_Rect&> SpecialDisplayWidget::DisplayHook |
Definition at line 177 of file paradialog.h.
| SpecialDisplayWidget::SpecialDisplayWidget | ( | PG_Widget * | parent, | |
| const PG_Rect & | rect | |||
| ) | [inline] |
Definition at line 181 of file paradialog.h.
| void SpecialDisplayWidget::eventBlit | ( | SDL_Surface * | surface, | |
| const PG_Rect & | src, | |||
| const PG_Rect & | dst | |||
| ) | [inline] |
Definition at line 179 of file paradialog.h.
Referenced by eventBlit(), OverviewMapPanel::OverviewMapPanel(), WeaponInfoLine::registerSpecialDisplay(), DashboardPanel::registerSpecialDisplay(), and Weathercast::Weathercast().
1.5.1