|
ADTF Qt5
|
#include <custom_cursors.h>
Inherits QObject.
Public Types | |
| enum class | CustomCursorEnum { Arrow , ArrowEdit } |
Public Member Functions | |
| cCustomCursors (QObject *parent) | |
| ~cCustomCursors () | |
| QCursor | get_cursor (CustomCursorEnum eCursor) |
| void | set_scaling (double scaling) |
Color mapping support for Icons.
|
strong |
| adtf::ui::v2::cCustomCursors::cCustomCursors | ( | QObject * | parent | ) |
Constructor.
| parent | [in] The parent object. |
| adtf::ui::v2::cCustomCursors::~cCustomCursors | ( | ) |
Destructor.
| QCursor adtf::ui::v2::cCustomCursors::get_cursor | ( | CustomCursorEnum | eCursor | ) |
Get a cursor by its enum value.
| eCursor | [in] The enum value of the cursor. |
| void adtf::ui::v2::cCustomCursors::set_scaling | ( | double | scaling | ) |
Set the scaling factor for the cursors.
| scaling | [in] The scaling factor. |