![]() |
Gorgon Game Engine
|
Represents an icon object that can be used as window icon. More...
Public Member Functions | |
Icon () | |
Icon (const Containers::Image &image) | |
Icon (const Icon &)=delete | |
Icon (Icon &&icon) | |
~Icon () | |
void | Destroy () |
void | FromImage (const Containers::Image &image) |
Icon & | operator= (const Icon &)=delete |
Icon & | operator= (Icon &&icon) |
Represents an icon object that can be used as window icon.
|
explicit |
References Icon::FromImage().
References Gorgon::swap().
Icon | ( | ) |
~Icon | ( | ) |
References Icon::Destroy().
void Destroy | ( | ) |
void FromImage | ( | const Containers::Image & | image | ) |
References Icon::Destroy(), and Gorgon::swap().