Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QtCursorDatabase Class Reference

#include <qtpropertybrowserutils_p.h>

Collaboration diagram for QtCursorDatabase:

Public Member Functions

 QtCursorDatabase ()
void clear ()
QStringList cursorShapeNames () const
QMap< int, QIconcursorShapeIcons () 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 QtCursorDatabaseinstance ()

Detailed Description

Definition at line 29 of file qtpropertybrowserutils_p.h.

Constructor & Destructor Documentation

◆ QtCursorDatabase()

QtCursorDatabase::QtCursorDatabase ( )

Definition at line 25 of file qtpropertybrowserutils.cpp.

References clearCursorDatabase().

Here is the call graph for this function:

Member Function Documentation

◆ clear()

void QtCursorDatabase::clear ( )

Definition at line 69 of file qtpropertybrowserutils.cpp.

Referenced by clearCursorDatabase().

Here is the caller graph for this function:

◆ cursorShapeIcons()

QMap< int, QIcon > QtCursorDatabase::cursorShapeIcons ( ) const

Definition at line 93 of file qtpropertybrowserutils.cpp.

◆ cursorShapeNames()

QStringList QtCursorDatabase::cursorShapeNames ( ) const

Definition at line 88 of file qtpropertybrowserutils.cpp.

◆ cursorToShapeIcon()

QIcon QtCursorDatabase::cursorToShapeIcon ( const QCursor & cursor) const

Definition at line 106 of file qtpropertybrowserutils.cpp.

◆ cursorToShapeName()

QString QtCursorDatabase::cursorToShapeName ( const QCursor & cursor) const

Definition at line 98 of file qtpropertybrowserutils.cpp.

◆ cursorToValue()

int QtCursorDatabase::cursorToValue ( const QCursor & cursor) const

Definition at line 112 of file qtpropertybrowserutils.cpp.

◆ instance()

QtCursorDatabase * QtCursorDatabase::instance ( )
static

Definition at line 132 of file qtpropertybrowserutils.cpp.

Referenced by clearCursorDatabase(), QtCursorEditorFactory::createEditor(), QtCursorEditorFactoryPrivate::slotEnumChanged(), QtCursorEditorFactoryPrivate::slotPropertyChanged(), QtCursorPropertyManager::valueIcon(), and QtCursorPropertyManager::valueText().

Here is the caller graph for this function:

◆ valueToCursor()

QCursor QtCursorDatabase::valueToCursor ( int value) const

Definition at line 121 of file qtpropertybrowserutils.cpp.


The documentation for this class was generated from the following files: