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 32 of file qtpropertybrowserutils_p.h.

Constructor & Destructor Documentation

◆ QtCursorDatabase()

QtCursorDatabase::QtCursorDatabase ( )

Definition at line 159 of file qtpropertybrowserutils.cpp.

References clearCursorDatabase().

Here is the call graph for this function:

Member Function Documentation

◆ clear()

void QtCursorDatabase::clear ( )

Definition at line 183 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 208 of file qtpropertybrowserutils.cpp.

◆ cursorShapeNames()

QStringList QtCursorDatabase::cursorShapeNames ( ) const

Definition at line 203 of file qtpropertybrowserutils.cpp.

◆ cursorToShapeIcon()

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

Definition at line 221 of file qtpropertybrowserutils.cpp.

◆ cursorToShapeName()

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

Definition at line 213 of file qtpropertybrowserutils.cpp.

◆ cursorToValue()

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

Definition at line 227 of file qtpropertybrowserutils.cpp.

◆ instance()

QtCursorDatabase * QtCursorDatabase::instance ( )
static

Definition at line 247 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 236 of file qtpropertybrowserutils.cpp.


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