Fluid 1.3.0
Material Design for QtQuick and Qml
Loading...
Searching...
No Matches
InputArea Class Reference

#include <inputregion.h>

Inheritance diagram for InputArea:

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 ()
 
InputRegionregion () 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

InputRegionregion
 
bool enabled
 
qreal x
 
qreal y
 
qreal width
 
qreal height
 

Detailed Description

Definition at line 14 of file inputregion.h.

Constructor & Destructor Documentation

◆ InputArea()

InputArea::InputArea ( QObject *  parent = nullptr)

Definition at line 16 of file inputregion.cpp.

◆ ~InputArea()

InputArea::~InputArea ( )

Definition at line 21 of file inputregion.cpp.

Member Function Documentation

◆ classBegin()

void InputArea::classBegin ( )
inlineoverrideprotected

Definition at line 59 of file inputregion.h.

◆ componentComplete()

void InputArea::componentComplete ( )
overrideprotected

Definition at line 121 of file inputregion.cpp.

◆ enabledChanged

void InputArea::enabledChanged ( bool  enabled)
signal

◆ height()

qreal InputArea::height ( ) const

Definition at line 102 of file inputregion.cpp.

◆ heightChanged

void InputArea::heightChanged ( qreal  height)
signal

◆ isEnabled()

bool InputArea::isEnabled ( ) const

Definition at line 46 of file inputregion.cpp.

◆ rect()

QRectF InputArea::rect ( ) const

Definition at line 116 of file inputregion.cpp.

◆ region()

InputRegion * InputArea::region ( ) const

Definition at line 27 of file inputregion.cpp.

◆ regionChanged

void InputArea::regionChanged ( InputRegion region)
signal

◆ setEnabled()

void InputArea::setEnabled ( bool  enabled)

Definition at line 51 of file inputregion.cpp.

◆ setHeight()

void InputArea::setHeight ( qreal  height)

Definition at line 107 of file inputregion.cpp.

◆ setRegion()

void InputArea::setRegion ( InputRegion region)

Definition at line 32 of file inputregion.cpp.

◆ setWidth()

void InputArea::setWidth ( qreal  width)

Definition at line 93 of file inputregion.cpp.

◆ setX()

void InputArea::setX ( qreal  x)

Definition at line 65 of file inputregion.cpp.

◆ setY()

void InputArea::setY ( qreal  y)

Definition at line 79 of file inputregion.cpp.

◆ width()

qreal InputArea::width ( ) const

Definition at line 88 of file inputregion.cpp.

◆ widthChanged

void InputArea::widthChanged ( qreal  width)
signal

◆ x()

qreal InputArea::x ( ) const

Definition at line 60 of file inputregion.cpp.

◆ xChanged

void InputArea::xChanged ( qreal  x)
signal

◆ y()

qreal InputArea::y ( ) const

Definition at line 74 of file inputregion.cpp.

◆ yChanged

void InputArea::yChanged ( qreal  y)
signal

Property Documentation

◆ enabled

bool InputArea::enabled
readwrite

Definition at line 18 of file inputregion.h.

◆ height

qreal InputArea::height
readwrite

Definition at line 22 of file inputregion.h.

◆ region

InputRegion * InputArea::region
readwrite

Definition at line 17 of file inputregion.h.

◆ width

qreal InputArea::width
readwrite

Definition at line 21 of file inputregion.h.

◆ x

qreal InputArea::x
readwrite

Definition at line 19 of file inputregion.h.

◆ y

qreal InputArea::y
readwrite

Definition at line 20 of file inputregion.h.


The documentation for this class was generated from the following files: