Attica 5.109.0
|
The License class contains information about one license that the server offers. More...
#include <Attica/License>
Public Types | |
typedef QList< License > | List |
Public Member Functions | |
License () | |
Creates an empty License. | |
License (const License &other) | |
Copy constructor. | |
~License () | |
Destructor. | |
uint | id () const |
QString | name () const |
License & | operator= (const License &other) |
Assignment operator. | |
void | setId (uint id) |
void | setName (const QString &name) |
void | setUrl (const QUrl &url) |
QUrl | url () const |
The License class contains information about one license that the server offers.
It consists of an integer id, a name and a link to a webpage describing the license.
Attica::License::License | ( | ) |
Creates an empty License.
Attica::License::License | ( | const License & | other | ) |
Copy constructor.
other | the License to copy from |
Attica::License::~License | ( | ) |
Destructor.