![]() |
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 32 of file qtpropertybrowserutils_p.h.
| QtCursorDatabase::QtCursorDatabase | ( | ) |
Definition at line 159 of file qtpropertybrowserutils.cpp.
References clearCursorDatabase().
| void QtCursorDatabase::clear | ( | ) |
Definition at line 183 of file qtpropertybrowserutils.cpp.
Referenced by clearCursorDatabase().
Definition at line 208 of file qtpropertybrowserutils.cpp.
| QStringList QtCursorDatabase::cursorShapeNames | ( | ) | const |
Definition at line 203 of file qtpropertybrowserutils.cpp.
Definition at line 221 of file qtpropertybrowserutils.cpp.
Definition at line 213 of file qtpropertybrowserutils.cpp.
| int QtCursorDatabase::cursorToValue | ( | const QCursor & | cursor | ) | const |
Definition at line 227 of file qtpropertybrowserutils.cpp.
|
static |
Definition at line 247 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 236 of file qtpropertybrowserutils.cpp.