Computer Assited Medical Intervention Tool Kit  version 5.0
QtCursorDatabase Class Reference

The description of this class will come soon ! More...

#include <qtpropertybrowserutils_p.h>

+ Collaboration diagram for QtCursorDatabase:

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::QtCursorDatabase ( )

References appendCursor().

+ Here is the call graph for this function:

Member Function Documentation

◆ appendCursor()

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

References m_cursorIcons, m_cursorNames, m_cursorShapeToValue, and m_valueToCursorShape.

Referenced by QtCursorDatabase().

+ Here is the caller graph for this function:

◆ cursorShapeIcons()

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

References m_cursorIcons.

◆ cursorShapeNames()

QStringList QtCursorDatabase::cursorShapeNames ( ) const

References m_cursorNames.

◆ cursorToShapeIcon()

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

References cursorToValue(), and m_cursorIcons.

+ Here is the call graph for this function:

◆ cursorToShapeName()

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

References cursorToValue(), and m_cursorNames.

+ Here is the call graph for this function:

◆ cursorToValue()

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

References m_cursorShapeToValue.

Referenced by cursorToShapeIcon(), and cursorToShapeName().

+ Here is the caller graph for this function:

◆ valueToCursor()

QCursor QtCursorDatabase::valueToCursor ( int  value) const

References m_valueToCursorShape.

Member Data Documentation

◆ m_cursorIcons

QMap<int, QIcon> QtCursorDatabase::m_cursorIcons
private

◆ m_cursorNames

QStringList QtCursorDatabase::m_cursorNames
private

◆ m_cursorShapeToValue

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

Referenced by appendCursor(), and cursorToValue().

◆ m_valueToCursorShape

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

Referenced by appendCursor(), and valueToCursor().


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