digikam
#include <itemrotationoverlay.h>

Signals | |
void | signalRotate (const QList< QModelIndex > &indexes) |
![]() | |
void | hideNotification () |
void | requestNotification (const QModelIndex &index, const QString &message) |
void | update (const QModelIndex &index) |
Static Public Member Functions | |
static ItemRotateOverlay * | left (QObject *const parent) |
static ItemRotateOverlay * | right (QObject *const parent) |
![]() | |
bool | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
bool | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
QString | tr (const char *sourceText, const char *disambiguation, int n) |
QString | trUtf8 (const char *sourceText, const char *disambiguation, int n) |
Additional Inherited Members | |
![]() | |
virtual void | slotEntered (const QModelIndex &index) override |
virtual void | slotReset () override |
![]() | |
virtual void | slotEntered (const QModelIndex &index) |
virtual void | slotLayoutChanged () |
virtual void | slotReset () |
virtual void | slotRowsRemoved (const QModelIndex &parent, int start, int end) |
virtual void | slotViewportEntered () |
![]() | |
![]() | |
QByteArray | normalizeSignalSlot (const char *signalSlot) |
![]() | |
bool | m_mouseButtonPressedOnWidget |
QWidget * | m_widget |
![]() | |
QAbstractItemDelegate * | m_delegate |
QAbstractItemView * | m_view |
![]() | |
objectName | |
Detailed Description
Definition at line 64 of file itemrotationoverlay.h.
Constructor & Destructor Documentation
Digikam::ItemRotateOverlay::ItemRotateOverlay | ( | ItemRotateOverlayDirection | dir, |
QObject *const | parent | ||
) |
Definition at line 78 of file itemrotationoverlay.cpp.
Member Function Documentation
|
protectedvirtual |
Return true here if you want to show the overlay for the given index.
The default implementation returns true.
Reimplemented from Digikam::AbstractWidgetDelegateOverlay.
Definition at line 127 of file itemrotationoverlay.cpp.
|
protectedvirtual |
Create your widget here.
Pass view() as parent.
Implements Digikam::HoverButtonDelegateOverlay.
Definition at line 97 of file itemrotationoverlay.cpp.
|
inline |
Definition at line 73 of file itemrotationoverlay.h.
|
inline |
Definition at line 74 of file itemrotationoverlay.h.
|
inline |
Definition at line 75 of file itemrotationoverlay.h.
|
inlinestatic |
Definition at line 77 of file itemrotationoverlay.h.
|
inlinestatic |
Definition at line 78 of file itemrotationoverlay.h.
|
virtual |
Will call createButton().
Reimplemented from Digikam::HoverButtonDelegateOverlay.
Definition at line 84 of file itemrotationoverlay.cpp.
|
signal |
|
protectedvirtual |
Called when a new index is entered.
Reposition your button here, adjust and store state.
Implements Digikam::HoverButtonDelegateOverlay.
Definition at line 102 of file itemrotationoverlay.cpp.
|
protectedvirtual |
Called when a QEvent::Enter resp.
QEvent::Leave event for the widget is received. The default implementation does nothing.
Reimplemented from Digikam::AbstractWidgetDelegateOverlay.
Definition at line 134 of file itemrotationoverlay.cpp.
|
protectedvirtual |
Reimplemented from Digikam::AbstractWidgetDelegateOverlay.
Definition at line 139 of file itemrotationoverlay.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2019 The KDE developers.
Generated on Sun Dec 15 2019 03:24:31 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.