KWin
|
Wrapper round Qt::CursorShape with extensions enums into a single entity. More...
#include <cursor.h>
Public Member Functions | |
CursorShape ()=default | |
CursorShape (Qt::CursorShape qtShape) | |
CursorShape (KWin::ExtendedCursor::Shape kwinShape) | |
bool | operator== (const CursorShape &o) const |
operator int () const | |
QByteArray | name () const |
The name of a cursor shape in the theme. | |
Static Public Member Functions | |
static QList< QByteArray > | alternatives (const QByteArray &name) |
Wrapper round Qt::CursorShape with extensions enums into a single entity.
|
default |
|
inline |
|
inline |
|
static |
Returns the list of alternative shape names for a shape with the specified name.
Definition at line 343 of file cursor.cpp.
QByteArray KWin::CursorShape::name | ( | ) | const |
The name of a cursor shape in the theme.
Definition at line 632 of file cursor.cpp.
|
inline |