Fluid 1.3.0
Material Design for QtQuick and Qml
Loading...
Searching...
No Matches
Fluid::PlainToolTipManager Class Reference
Inheritance diagram for Fluid::PlainToolTipManager:

Public Member Functions

 PlainToolTipManager (QQmlEngine *engine)
 
QObject * toolTip (bool create)
 
bool isVisible (const PlainToolTipAttached *attached) const
 
void show (PlainToolTipAttached *attached, const QString &text, int timeout)
 
void hide (PlainToolTipAttached *attached)
 
void release (PlainToolTipAttached *attached)
 
void sync (PlainToolTipAttached *attached, const char *property, const QVariant &value)
 

Static Public Member Functions

static PlainToolTipManagerinstance (QQmlEngine *engine, bool create)
 

Detailed Description

Definition at line 37 of file tooltipattached.cpp.

Constructor & Destructor Documentation

◆ PlainToolTipManager()

Fluid::PlainToolTipManager::PlainToolTipManager ( QQmlEngine *  engine)
inlineexplicit

Definition at line 42 of file tooltipattached.cpp.

Member Function Documentation

◆ hide()

void Fluid::PlainToolTipManager::hide ( PlainToolTipAttached attached)
inline

Definition at line 119 of file tooltipattached.cpp.

◆ instance()

static PlainToolTipManager * Fluid::PlainToolTipManager::instance ( QQmlEngine *  engine,
bool  create 
)
inlinestatic

Definition at line 48 of file tooltipattached.cpp.

◆ isVisible()

bool Fluid::PlainToolTipManager::isVisible ( const PlainToolTipAttached attached) const
inline

Definition at line 87 of file tooltipattached.cpp.

◆ release()

void Fluid::PlainToolTipManager::release ( PlainToolTipAttached attached)
inline

Definition at line 129 of file tooltipattached.cpp.

◆ show()

void Fluid::PlainToolTipManager::show ( PlainToolTipAttached attached,
const QString &  text,
int  timeout 
)
inline

Definition at line 93 of file tooltipattached.cpp.

◆ sync()

void Fluid::PlainToolTipManager::sync ( PlainToolTipAttached attached,
const char *  property,
const QVariant &  value 
)
inline

Definition at line 141 of file tooltipattached.cpp.

◆ toolTip()

QObject * Fluid::PlainToolTipManager::toolTip ( bool  create)
inline

Definition at line 64 of file tooltipattached.cpp.


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