![]() |
digiKam Developer Documentation
Professional Photo Management with the Power of Open Source
|
Signals | |
void | opacityChanged () |
void | visibleChanged () |
Public Member Functions | |
ItemVisibilityControllerPropertyObject (QObject *const parent=nullptr) | |
You can use this object as a container providing the properties set by ItemVisibilityController. | |
bool | isVisible () const |
qreal | opacity () const |
void | setOpacity (qreal opacity) |
void | setVisible (bool visible) |
Protected Attributes | |
qreal | m_opacity = 0.0 |
bool | m_visible = false |
Properties | |
qreal | opacity |
bool | visible |
|
explicit |
Connect to the signals accordingly, e.g. to trigger a repaint.