![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qtpropertybrowserutils_p.h>
Public Member Functions | |
| QtCursorDatabase () | |
| void | clear () |
| QStringList | cursorShapeNames () const |
| QMap< int, QIcon > | cursorShapeIcons () const |
| QString | cursorToShapeName (const QCursor &cursor) const |
| QIcon | cursorToShapeIcon (const QCursor &cursor) const |
| int | cursorToValue (const QCursor &cursor) const |
| QCursor | valueToCursor (int value) const |
Static Public Member Functions | |
| static QtCursorDatabase * | instance () |
Definition at line 29 of file qtpropertybrowserutils_p.h.
| QtCursorDatabase::QtCursorDatabase | ( | ) |
Definition at line 25 of file qtpropertybrowserutils.cpp.
References clearCursorDatabase().
| void QtCursorDatabase::clear | ( | ) |
Definition at line 69 of file qtpropertybrowserutils.cpp.
Referenced by clearCursorDatabase().
Definition at line 93 of file qtpropertybrowserutils.cpp.
| QStringList QtCursorDatabase::cursorShapeNames | ( | ) | const |
Definition at line 88 of file qtpropertybrowserutils.cpp.
Definition at line 106 of file qtpropertybrowserutils.cpp.
Definition at line 98 of file qtpropertybrowserutils.cpp.
| int QtCursorDatabase::cursorToValue | ( | const QCursor & | cursor | ) | const |
Definition at line 112 of file qtpropertybrowserutils.cpp.
|
static |
Definition at line 132 of file qtpropertybrowserutils.cpp.
Referenced by clearCursorDatabase(), QtCursorEditorFactory::createEditor(), QtCursorEditorFactoryPrivate::slotEnumChanged(), QtCursorEditorFactoryPrivate::slotPropertyChanged(), QtCursorPropertyManager::valueIcon(), and QtCursorPropertyManager::valueText().
| QCursor QtCursorDatabase::valueToCursor | ( | int | value | ) | const |
Definition at line 121 of file qtpropertybrowserutils.cpp.