Gorgon Game Engine
Icon Class Reference

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)
 
Iconoperator= (const Icon &)=delete
 
Iconoperator= (Icon &&icon)
 

Detailed Description

Represents an icon object that can be used as window icon.

Constructor & Destructor Documentation

◆ Icon() [1/4]

Icon ( const Containers::Image image)
explicit

References Icon::FromImage().

◆ Icon() [2/4]

Icon ( const Icon )
delete

◆ Icon() [3/4]

Icon ( Icon &&  icon)

References Gorgon::swap().

◆ Icon() [4/4]

Icon ( )

◆ ~Icon()

~Icon ( )

References Icon::Destroy().

Member Function Documentation

◆ Destroy()

void Destroy ( )

◆ FromImage()

◆ operator=() [1/2]

Icon& operator= ( const Icon )
delete

◆ operator=() [2/2]

Icon & operator= ( Icon &&  icon)

References Icon::Destroy(), and Gorgon::swap().


The documentation for this class was generated from the following files: