#include <GettingStartedTip.hxx>
Inherits QQuickItem.
|
| void | itemChange (QQuickItem::ItemChange change, const QQuickItem::ItemChangeData &value) override |
| |
Definition at line 10 of file GettingStartedTip.hxx.
◆ Arrow
| Enumerator |
|---|
| TopCenter | |
| LeftCenter | |
| RightCenter | |
| BottomCenter | |
| BottomRight | |
| TopRight | |
| TopLeft | |
| LeftTop | |
| NoArrow | |
Definition at line 28 of file GettingStartedTip.hxx.
◆ GettingStartedTip()
| GettingStartedTip::GettingStartedTip |
( |
QQuickItem * | parent = nullptr | ) |
|
|
explicit |
◆ ~GettingStartedTip()
| GettingStartedTip::~GettingStartedTip |
( |
| ) |
|
|
override |
◆ arrow()
| Arrow GettingStartedTip::arrow |
( |
| ) |
const |
|
inline |
◆ componentComplete()
| void GettingStartedTip::componentComplete |
( |
| ) |
|
|
override |
◆ controller()
◆ controllerChanged
| void GettingStartedTip::controllerChanged |
( |
| ) |
|
|
signal |
◆ enabledChanged
| void GettingStartedTip::enabledChanged |
( |
| ) |
|
|
signal |
◆ isEnabled()
| bool GettingStartedTip::isEnabled |
( |
| ) |
const |
|
inline |
◆ itemChange()
| void GettingStartedTip::itemChange |
( |
QQuickItem::ItemChange | change, |
|
|
const QQuickItem::ItemChangeData & | value ) |
|
overrideprotected |
◆ nextTip()
| QString GettingStartedTip::nextTip |
( |
| ) |
const |
|
inline |
◆ setEnabled
| void GettingStartedTip::setEnabled |
( |
bool | enabled | ) |
|
|
slot |
◆ setGlobalTipsEnabled()
| void GettingStartedTip::setGlobalTipsEnabled |
( |
bool | enable | ) |
|
|
static |
◆ setStandalone
| void GettingStartedTip::setStandalone |
( |
bool | standalone | ) |
|
|
slot |
◆ showOneShot
| void GettingStartedTip::showOneShot |
( |
| ) |
|
|
slot |
◆ standalone()
| bool GettingStartedTip::standalone |
( |
| ) |
const |
|
inline |
◆ standaloneChanged
| void GettingStartedTip::standaloneChanged |
( |
bool | standalone | ) |
|
|
signal |
◆ tipChanged
| void GettingStartedTip::tipChanged |
( |
| ) |
|
|
signal |
◆ tipId()
| QString GettingStartedTip::tipId |
( |
| ) |
const |
|
inline |
◆ arrow
| Arrow GettingStartedTip::arrow |
◆ controller
◆ enabled
| bool GettingStartedTip::enabled |
|
readwrite |
◆ nextTip
| QString GettingStartedTip::nextTip |
◆ standalone
| bool GettingStartedTip::standalone |
|
readwrite |
standalone tips are excluded from their scope when activated; instead they need to be activated manually
Definition at line 26 of file GettingStartedTip.hxx.
◆ text
| QString GettingStartedTip::text |
◆ tipId
| QString GettingStartedTip::tipId |
The documentation for this class was generated from the following files: