digikam
#include <searchfields.h>

Public Types | |
enum | Type { DateOnly, DateTime } |
![]() | |
enum | WidgetRectType { LabelAndValueWidgetRects, ValueWidgetRectsOnly } |
Protected Slots | |
void | valueChanged () |
![]() | |
void | clearButtonClicked () |
Protected Attributes | |
QLabel * | m_betweenLabel |
DDateEdit * | m_firstDateEdit |
QTimeEdit * | m_firstTimeEdit |
DDateEdit * | m_secondDateEdit |
QTimeEdit * | m_secondTimeEdit |
Type | m_type |
![]() | |
bool | m_categoryLabelVisible |
AnimatedClearButton * | m_clearButton |
QLabel * | m_detailLabel |
QLabel * | m_label |
QString | m_name |
bool | m_valueIsValid |
Additional Inherited Members | |
![]() | |
static SearchField * | createField (const QString &fieldName, SearchFieldGroup *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) |
![]() | |
virtual void | setupLabels (QGridLayout *layout, int line) |
void | setValidValueState (bool valueIsValid) |
![]() | |
bool | checkConnectArgs (const char *signal, const QObject *object, const char *method) |
virtual void | childEvent (QChildEvent *event) |
virtual void | connectNotify (const char *signal) |
virtual void | customEvent (QEvent *event) |
virtual void | disconnectNotify (const char *signal) |
int | receivers (const char *signal) const |
QObject * | sender () const |
int | senderSignalIndex () const |
virtual void | timerEvent (QTimerEvent *event) |
![]() | |
QByteArray | normalizeSignalSlot (const char *signalSlot) |
![]() | |
objectName | |
Detailed Description
Definition at line 268 of file searchfields.h.
Member Enumeration Documentation
Enumerator | |
---|---|
DateOnly | |
DateTime |
Definition at line 274 of file searchfields.h.
Constructor & Destructor Documentation
Definition at line 1146 of file searchfields.cpp.
Member Function Documentation
|
overridevirtual |
Implements Digikam::SearchField.
Definition at line 1201 of file searchfields.cpp.
|
overridevirtual |
Implements Digikam::SearchField.
Definition at line 1358 of file searchfields.cpp.
Definition at line 1196 of file searchfields.cpp.
Definition at line 1377 of file searchfields.cpp.
|
overridevirtual |
Implements Digikam::SearchField.
Definition at line 1157 of file searchfields.cpp.
|
overridevirtual |
Implements Digikam::SearchField.
Definition at line 1384 of file searchfields.cpp.
|
protectedslot |
Definition at line 1423 of file searchfields.cpp.
Implements Digikam::SearchField.
Definition at line 1403 of file searchfields.cpp.
|
overridevirtual |
Implements Digikam::SearchField.
Definition at line 1282 of file searchfields.cpp.
Member Data Documentation
|
protected |
Definition at line 304 of file searchfields.h.
|
protected |
Definition at line 301 of file searchfields.h.
|
protected |
Definition at line 300 of file searchfields.h.
|
protected |
Definition at line 303 of file searchfields.h.
|
protected |
Definition at line 302 of file searchfields.h.
|
protected |
Definition at line 306 of file searchfields.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2019 The KDE developers.
Generated on Sun Dec 8 2019 04:09:40 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.