|
Fluid 1.3.0
Material Design for QtQuick and Qml
|
#include <inputregion.h>
Signals | |
| void | regionChanged (InputRegion *region) |
| void | enabledChanged (bool enabled) |
| void | xChanged (qreal x) |
| void | yChanged (qreal y) |
| void | widthChanged (qreal width) |
| void | heightChanged (qreal height) |
Public Member Functions | |
| InputArea (QObject *parent=nullptr) | |
| ~InputArea () | |
| InputRegion * | region () const |
| void | setRegion (InputRegion *region) |
| bool | isEnabled () const |
| void | setEnabled (bool enabled) |
| qreal | x () const |
| void | setX (qreal x) |
| qreal | y () const |
| void | setY (qreal y) |
| qreal | width () const |
| void | setWidth (qreal width) |
| qreal | height () const |
| void | setHeight (qreal height) |
| QRectF | rect () const |
Protected Member Functions | |
| void | classBegin () override |
| void | componentComplete () override |
Properties | |
| InputRegion * | region |
| bool | enabled |
| qreal | x |
| qreal | y |
| qreal | width |
| qreal | height |
Definition at line 14 of file inputregion.h.
| InputArea::InputArea | ( | QObject * | parent = nullptr | ) |
Definition at line 16 of file inputregion.cpp.
| InputArea::~InputArea | ( | ) |
Definition at line 21 of file inputregion.cpp.
|
inlineoverrideprotected |
Definition at line 59 of file inputregion.h.
|
overrideprotected |
Definition at line 121 of file inputregion.cpp.
|
signal |
| qreal InputArea::height | ( | ) | const |
Definition at line 102 of file inputregion.cpp.
|
signal |
| bool InputArea::isEnabled | ( | ) | const |
Definition at line 46 of file inputregion.cpp.
| QRectF InputArea::rect | ( | ) | const |
Definition at line 116 of file inputregion.cpp.
| InputRegion * InputArea::region | ( | ) | const |
Definition at line 27 of file inputregion.cpp.
|
signal |
| void InputArea::setEnabled | ( | bool | enabled | ) |
Definition at line 51 of file inputregion.cpp.
| void InputArea::setHeight | ( | qreal | height | ) |
Definition at line 107 of file inputregion.cpp.
| void InputArea::setRegion | ( | InputRegion * | region | ) |
Definition at line 32 of file inputregion.cpp.
| void InputArea::setWidth | ( | qreal | width | ) |
Definition at line 93 of file inputregion.cpp.
| void InputArea::setX | ( | qreal | x | ) |
Definition at line 65 of file inputregion.cpp.
| void InputArea::setY | ( | qreal | y | ) |
Definition at line 79 of file inputregion.cpp.
| qreal InputArea::width | ( | ) | const |
Definition at line 88 of file inputregion.cpp.
|
signal |
| qreal InputArea::x | ( | ) | const |
Definition at line 60 of file inputregion.cpp.
|
signal |
| qreal InputArea::y | ( | ) | const |
Definition at line 74 of file inputregion.cpp.
|
signal |
|
readwrite |
Definition at line 18 of file inputregion.h.
|
readwrite |
Definition at line 22 of file inputregion.h.
|
readwrite |
Definition at line 17 of file inputregion.h.
|
readwrite |
Definition at line 21 of file inputregion.h.
|
readwrite |
Definition at line 19 of file inputregion.h.
|
readwrite |
Definition at line 20 of file inputregion.h.