Computer Assited Medical Intervention Tool Kit  version 4.0
Public Member Functions | Private Member Functions | Private Attributes | List of all members
QtCursorDatabase Class Reference

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
 

Detailed Description

The description of this class will come soon !

Constructor & Destructor Documentation

QtCursorDatabase::QtCursorDatabase ( )

References appendCursor().

Member Function Documentation

void QtCursorDatabase::appendCursor ( Qt::CursorShape  shape,
const QString &  name,
const QIcon &  icon 
)
private
QMap< int, QIcon > QtCursorDatabase::cursorShapeIcons ( ) const

References m_cursorIcons.

QStringList QtCursorDatabase::cursorShapeNames ( ) const

References m_cursorNames.

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

References cursorToValue(), and m_cursorIcons.

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

References cursorToValue(), and m_cursorNames.

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

References m_valueToCursorShape.

Member Data Documentation

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

Referenced by appendCursor(), and cursorToValue().

QMap<int, Qt::CursorShape> QtCursorDatabase::m_valueToCursorShape
private

Referenced by appendCursor(), and valueToCursor().


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