|
#include <ArmarXGui/libraries/qtpropertybrowser/src/qtpropertybrowserutils_p.h>
Public Member Functions | |
void | clear () |
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 |
Definition at line 66 of file qtpropertybrowserutils_p.h.
QT_BEGIN_NAMESPACE QtCursorDatabase | ( | ) |
Definition at line 55 of file qtpropertybrowserutils.cpp.
void clear | ( | ) |
Definition at line 131 of file qtpropertybrowserutils.cpp.
QMap< int, QIcon > cursorShapeIcons | ( | ) | const |
Definition at line 161 of file qtpropertybrowserutils.cpp.
QStringList cursorShapeNames | ( | ) | const |
Definition at line 155 of file qtpropertybrowserutils.cpp.
QIcon cursorToShapeIcon | ( | const QCursor & | cursor | ) | const |
Definition at line 180 of file qtpropertybrowserutils.cpp.
QString cursorToShapeName | ( | const QCursor & | cursor | ) | const |
Definition at line 167 of file qtpropertybrowserutils.cpp.
int cursorToValue | ( | const QCursor & | cursor | ) | const |
Definition at line 187 of file qtpropertybrowserutils.cpp.
QCursor valueToCursor | ( | int | value | ) | const |
Definition at line 203 of file qtpropertybrowserutils.cpp.