|
| DTitlebarSettingsImpl (QObject *parent=nullptr) |
|
void | setTools (const QList< DTitlebarToolBaseInterface * > &tools) |
|
void | addTool (DTitlebarToolBaseInterface *tool) |
|
DTitlebarToolBaseInterface * | tool (const QString &key) const |
|
DTitlebarToolBaseInterface * | toolById (const QString &id) const |
|
QStringList | keys () const |
|
QString | findKeyByPos (const int pos) const |
|
QString | toolId (const QString &key) const |
|
void | removeTool (const QString &key) |
|
bool | isSpacerTool (const QString &key) const |
|
bool | isStrecherTool (const QString &key) const |
|
bool | isSpacerToolById (const QString &id) const |
|
bool | isFixedTool (const QString &key) const |
|
bool | isFixedTool (const int pos) const |
|
bool | load (const QString &path) |
|
QWidget * | toolsView () const |
|
QWidget * | toolsEditPanel () const |
|
bool | hasEditPanel () const |
|
void | adjustDisplayView () |
|
void | showEditPanel () |
|
bool | isValid () const |
|
void | clearCache () |
|