itom  4.1.0
QtCursorDatabase Class Reference

Public Member Functions

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
 

Private Member Functions

void appendCursor (Qt::CursorShape shape, const QString &name, const QIcon &icon)
 

Private Attributes

QStringList m_cursorNames
 
QMap< int, QIcon > m_cursorIcons
 
QMap< int, Qt::CursorShape > m_valueToCursorShape
 
QMap< Qt::CursorShape, int > m_cursorShapeToValue
 

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