|
HoverRace
2.0
|
#include <Hud.h>
Public Member Functions | |
| HudChild (std::shared_ptr< HudDecor > decor) | |
| HudChild (const HudChild &)=delete | |
| HudChild (HudChild &&other) | |
| HudChild & | operator= (const HudChild &)=delete |
| HudChild & | operator= (HudChild &&other) |
Public Attributes | |
| std::shared_ptr< HudDecor > | decor |
| boost::signals2::scoped_connection | sizeChangedConn |
| HoverRace::Display::Hud::HudChild::HudChild | ( | std::shared_ptr< HudDecor > | decor | ) |
|
delete |
| HoverRace::Display::Hud::HudChild::HudChild | ( | HudChild && | other | ) |
| Hud::HudChild & HoverRace::Display::Hud::HudChild::operator= | ( | HudChild && | other | ) |
| std::shared_ptr<HudDecor> HoverRace::Display::Hud::HudChild::decor |
| boost::signals2::scoped_connection HoverRace::Display::Hud::HudChild::sizeChangedConn |
1.8.11