The description of this class will come soon ! More...
#include <qtpropertybrowserutils_p.h>
Public Member Functions | |
QMap< int, QIcon > | cursorShapeIcons () const |
QStringList | cursorShapeNames () const |
QIcon | cursorToShapeIcon (const QCursor &cursor) const |
QString | cursorToShapeName (const QCursor &cursor) const |
int | cursorToValue (const QCursor &cursor) const |
QtCursorDatabase () | |
QCursor | valueToCursor (int value) const |
Private Member Functions | |
void | appendCursor (Qt::CursorShape shape, const QString &name, const QIcon &icon) |
Private Attributes | |
QMap< int, QIcon > | m_cursorIcons |
QStringList | m_cursorNames |
QMap< Qt::CursorShape, int > | m_cursorShapeToValue |
QMap< int, Qt::CursorShape > | m_valueToCursorShape |
The description of this class will come soon !
QtCursorDatabase::QtCursorDatabase | ( | ) |
|
private |
References m_cursorIcons, m_cursorNames, m_cursorShapeToValue, and m_valueToCursorShape.
Referenced by QtCursorDatabase().
QMap< int, QIcon > QtCursorDatabase::cursorShapeIcons | ( | ) | const |
References m_cursorIcons.
QStringList QtCursorDatabase::cursorShapeNames | ( | ) | const |
References m_cursorNames.
QIcon QtCursorDatabase::cursorToShapeIcon | ( | const QCursor & | cursor | ) | const |
QString QtCursorDatabase::cursorToShapeName | ( | const QCursor & | cursor | ) | const |
int QtCursorDatabase::cursorToValue | ( | const QCursor & | cursor | ) | const |
References m_cursorShapeToValue.
Referenced by cursorToShapeIcon(), and cursorToShapeName().
QCursor QtCursorDatabase::valueToCursor | ( | int | value | ) | const |
References m_valueToCursorShape.
|
private |
Referenced by appendCursor(), cursorShapeIcons(), and cursorToShapeIcon().
|
private |
Referenced by appendCursor(), cursorShapeNames(), and cursorToShapeName().
|
private |
Referenced by appendCursor(), and cursorToValue().
|
private |
Referenced by appendCursor(), and valueToCursor().