|
| DTitlebarDataStore (QObject *parent=nullptr) |
|
bool | load (const QString &path) |
|
void | save () |
|
void | clear () |
|
void | reset () |
|
bool | isValid () const |
|
QString | findKeyByPos (const int pos) const |
|
QStringList | defaultIds () const |
|
QStringList | keys () const |
|
QString | key (const int pos) |
|
QStringList | toolIds () const |
|
QString | toolId (const QString &key) const |
|
void | removeAllNotExistIds (const QStringList &ids) |
|
int | position (const QString &key) const |
|
bool | contains (const QString &key) const |
|
bool | isExistTheId (const QString &id) const |
|
int | spacingSize () const |
|
void | move (const QString &key, const int pos) |
|
QString | add (const QString &id) |
|
QString | insert (const QString &id, const int pos) |
|
void | remove (const QString &key) |
|
void | remove (const int pos) |
|
bool | isFixed (const QString &key) const |
|
bool | isFixed (const int pos) const |
|