#include <qprofile.h>
Public Member Functions | |
QProfilesList () | |
~QProfilesList () | |
bool | load () |
bool | save () |
QProfile * | current () |
QProfile * | fromName (const QString &name) |
bool | setCurrent (const QString &name) |
void | names (std::vector< QString > &names) |
bool | add (QProfile *prof) |
bool | remove (const QString &name) |
void | newCustom (QProfile *p) |
Protected Attributes | |
std::vector< QProfile * > | presets |
QString | currentName |
QProfile * | customProfile |
QProfile * | defaultProfile |
QProfilesList::QProfilesList | ( | ) |
QProfilesList::~QProfilesList | ( | ) |
bool QProfilesList::add | ( | QProfile * | prof | ) |
QProfile * QProfilesList::current | ( | ) |
QProfile * QProfilesList::fromName | ( | const QString & | name | ) |
bool QProfilesList::load | ( | ) |
void QProfilesList::names | ( | std::vector< QString > & | names | ) |
void QProfilesList::newCustom | ( | QProfile * | p | ) |
bool QProfilesList::remove | ( | const QString & | name | ) |
bool QProfilesList::save | ( | ) |
bool QProfilesList::setCurrent | ( | const QString & | name | ) |
QString QProfilesList::currentName [protected] |
QProfile* QProfilesList::customProfile [protected] |
QProfile* QProfilesList::defaultProfile [protected] |
std::vector<QProfile*> QProfilesList::presets [protected] |