TGadgetBackground Class

Header: #include <TGadgetBackground>

Properties

Public Functions

TGadgetBackground(QObject *parent = nullptr)
QColor color() const
int height() const
float opacity() const
int radius() const
float scale() const
bool visible() const
int width() const

Signals

Detailed Description

See also TGadgetBackground.

Property Documentation

color : const QColor

Access functions:

QColor color() const

Notifier signal:

void colorChanged()

height : const int

Access functions:

int height() const

Notifier signal:

void heightChanged()

opacity : const float

Access functions:

float opacity() const

Notifier signal:

void opacityChanged()

radius : const int

Access functions:

int radius() const

Notifier signal:

void radiusChanged()

scale : const float

Access functions:

float scale() const

Notifier signal:

void scaleChanged()

visible : const bool

Access functions:

bool visible() const

Notifier signal:

void visibleChanged()

width : const int

Access functions:

int width() const

Notifier signal:

void widthChanged()

Member Function Documentation

TGadgetBackground::TGadgetBackground(QObject *parent = nullptr)

Default constructs an instance of TGadgetBackground.