#include <ipoddevicedetails.h>
Public Member Functions | |
IPodDeviceDetails (const QString &filename) | |
bool | load () |
bool | save () |
void | clear () |
const QString & | getName () const |
const QString & | getOwner () const |
const QString & | getComment () const |
void | setName (const QString &name) |
void | setOwner (const QString &owner) |
void | setComment (const QString &comment) |
const QString & IPodDeviceDetails::getName | ( | ) | const |
Accessor for name property.
const QString & IPodDeviceDetails::getOwner | ( | ) | const |
Accessor for owner property.
const QString & IPodDeviceDetails::getComment | ( | ) | const |
Accessor for comment property.
void IPodDeviceDetails::setName | ( | const QString & | name | ) |
Setter for name property.
name | The value. |
void IPodDeviceDetails::setOwner | ( | const QString & | owner | ) |
Setter for owner property.
owner | The name of the owner. |
void IPodDeviceDetails::setComment | ( | const QString & | comment | ) |
Setter for comment property.
comment | The comment. |