![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Types | |
| using | FileNameFontIdPair = std::pair<QString, int> |
| using | FileNameFontIdPairs = QList<FileNameFontIdPair> |
| using | FileNameFontIdPair = std::pair<QString, int> |
| using | FileNameFontIdPairs = QList<FileNameFontIdPair> |
Public Member Functions | |
| void | save (QDesignerSettingsInterface *s, const QString &prefix) const |
| void | restore (const QDesignerSettingsInterface *s, const QString &prefix) |
| int | add (const QString &fontFile, QString *errorMessage) |
| bool | remove (int id, QString *errorMessage) |
| bool | remove (const QString &fontFile, QString *errorMessage) |
| bool | removeAt (int index, QString *errorMessage) |
| const FileNameFontIdPairs & | fonts () const |
| void | save (QDesignerSettingsInterface *s, const QString &prefix) const |
| void | restore (const QDesignerSettingsInterface *s, const QString &prefix) |
| int | add (const QString &fontFile, QString *errorMessage) |
| bool | remove (int id, QString *errorMessage) |
| bool | remove (const QString &fontFile, QString *errorMessage) |
| bool | removeAt (int index, QString *errorMessage) |
| const FileNameFontIdPairs & | fonts () const |
Static Public Member Functions | |
| static AppFontManager & | instance () |
| static AppFontManager & | instance () |
Definition at line 44 of file appfontdialog.cpp.
| using AppFontManager::FileNameFontIdPair = std::pair<QString, int> |
Definition at line 62 of file appfontdialog.cpp.
| using AppFontManager::FileNameFontIdPair = std::pair<QString, int> |
Definition at line 62 of file appfontdialog.cpp.
Definition at line 63 of file appfontdialog.cpp.
Definition at line 63 of file appfontdialog.cpp.
Definition at line 109 of file appfontdialog.cpp.
References debugAppFontWidget.
| const AppFontManager::FileNameFontIdPairs & AppFontManager::fonts | ( | ) | const |
Definition at line 179 of file appfontdialog.cpp.
| const FileNameFontIdPairs & AppFontManager::fonts | ( | ) | const |
|
static |
Definition at line 72 of file appfontdialog.cpp.
Referenced by AppFontWidget::AppFontWidget(), removeFonts(), AppFontWidget::restore(), and AppFontWidget::save().
|
static |
Definition at line 151 of file appfontdialog.cpp.
| bool AppFontManager::remove | ( | int | id, |
| QString * | errorMessage ) |
Definition at line 141 of file appfontdialog.cpp.
| bool AppFontManager::remove | ( | int | id, |
| QString * | errorMessage ) |
| bool AppFontManager::removeAt | ( | int | index, |
| QString * | errorMessage ) |
Definition at line 161 of file appfontdialog.cpp.
References debugAppFontWidget.
| bool AppFontManager::removeAt | ( | int | index, |
| QString * | errorMessage ) |
| void AppFontManager::restore | ( | const QDesignerSettingsInterface * | s, |
| const QString & | prefix ) |
Definition at line 93 of file appfontdialog.cpp.
References debugAppFontWidget.
Referenced by AppFontWidget::restore().
| void AppFontManager::restore | ( | const QDesignerSettingsInterface * | s, |
| const QString & | prefix ) |
| void AppFontManager::save | ( | QDesignerSettingsInterface * | s, |
| const QString & | prefix ) const |
Definition at line 78 of file appfontdialog.cpp.
References debugAppFontWidget.
Referenced by AppFontWidget::save().
| void AppFontManager::save | ( | QDesignerSettingsInterface * | s, |
| const QString & | prefix ) const |