Attica 5.109.0
|
The Icon class contains information about an icon. More...
#include <Attica/Icon>
Public Types | |
typedef QList< Icon > | List |
Public Member Functions | |
Icon () | |
Creates an empty Icon. | |
Icon (const Icon &other) | |
Copy constructor. | |
~Icon () | |
Destructor. | |
uint | height () const |
Icon & | operator= (const Icon &other) |
Assignment operator. | |
void | setHeight (uint height) |
void | setUrl (const QUrl &url) |
void | setWidth (uint width) |
QUrl | url () const |
uint | width () const |
The Icon class contains information about an icon.
It consists of a Url and icon size information.
Attica::Icon::Icon | ( | ) |
Creates an empty Icon.
Attica::Icon::~Icon | ( | ) |
Destructor.