|
#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 54 of file qtpropertybrowserutils.cpp.
void clear | ( | ) |
Definition at line 96 of file qtpropertybrowserutils.cpp.
QMap< int, QIcon > cursorShapeIcons | ( | ) | const |
Definition at line 123 of file qtpropertybrowserutils.cpp.
QStringList cursorShapeNames | ( | ) | const |
Definition at line 118 of file qtpropertybrowserutils.cpp.
QIcon cursorToShapeIcon | ( | const QCursor & | cursor | ) | const |
Definition at line 140 of file qtpropertybrowserutils.cpp.
QString cursorToShapeName | ( | const QCursor & | cursor | ) | const |
Definition at line 128 of file qtpropertybrowserutils.cpp.
int cursorToValue | ( | const QCursor & | cursor | ) | const |
Definition at line 146 of file qtpropertybrowserutils.cpp.
QCursor valueToCursor | ( | int | value | ) | const |
Definition at line 161 of file qtpropertybrowserutils.cpp.