kontact
#include <knotesiconview.h>
Public Member Functions | |
KNotesIconViewItem (const Akonadi::Item &item, QListWidget *parent) | |
~KNotesIconViewItem () | |
bool | autoIndent () const |
int | cursorPositionFromStart () const |
QString | description () const |
KNoteDisplaySettings * | displayAttribute () const |
bool | isRichText () const |
Akonadi::Item | item () |
bool | readOnly () const |
QString | realName () const |
void | saveNoteContent (const QString &subject=QString(), const QString &description=QString(), int position=-1) |
void | setChangeIconTextAndDescription (const QString &iconText, const QString &description, int position) |
void | setChangeItem (const Akonadi::Item &item, const QSet< QByteArray > &set) |
void | setCursorPositionFromStart (int pos) |
void | setDescription (const QString &) |
void | setIconText (const QString &text, bool save=true) |
void | setReadOnly (bool b, bool save=true) |
int | tabSize () const |
QColor | textBackgroundColor () const |
QFont | textFont () const |
QColor | textForegroundColor () const |
void | updateSettings () |
Public Member Functions inherited from QObject | |
QObject (QObject *parent) | |
QObject (QObject *parent, const char *name) | |
virtual | ~QObject () |
bool | blockSignals (bool block) |
QObject * | child (const char *objName, const char *inheritsClass, bool recursiveSearch) const |
const QObjectList & | children () const |
const char * | className () const |
bool | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
void | deleteLater () |
void | destroyed (QObject *obj) |
bool | disconnect (const QObject *receiver, const char *method) |
bool | disconnect (const char *signal, const QObject *receiver, const char *method) |
void | dumpObjectInfo () |
void | dumpObjectTree () |
QList< QByteArray > | dynamicPropertyNames () const |
virtual bool | event (QEvent *e) |
virtual bool | eventFilter (QObject *watched, QEvent *event) |
T | findChild (const QString &name) const |
QList< T > | findChildren (const QRegExp ®Exp) const |
QList< T > | findChildren (const QString &name) const |
bool | inherits (const char *className) const |
void | insertChild (QObject *object) |
void | installEventFilter (QObject *filterObj) |
bool | isA (const char *className) const |
bool | isWidgetType () const |
void | killTimer (int id) |
virtual const QMetaObject * | metaObject () const |
void | moveToThread (QThread *targetThread) |
const char * | name () const |
const char * | name (const char *defaultName) const |
QString | objectName () const |
QObject * | parent () const |
QVariant | property (const char *name) const |
void | removeChild (QObject *object) |
void | removeEventFilter (QObject *obj) |
void | setName (const char *name) |
void | setObjectName (const QString &name) |
void | setParent (QObject *parent) |
bool | setProperty (const char *name, const QVariant &value) |
bool | signalsBlocked () const |
int | startTimer (int interval) |
QThread * | thread () const |
Public Member Functions inherited from QListWidgetItem | |
QListWidgetItem (QListWidget *parent, int type) | |
QListWidgetItem (const QString &text, QListWidget *parent, int type) | |
QListWidgetItem (const QListWidgetItem &other) | |
QListWidgetItem (const QIcon &icon, const QString &text, QListWidget *parent, int type) | |
virtual | ~QListWidgetItem () |
QBrush | background () const |
QColor | backgroundColor () const |
Qt::CheckState | checkState () const |
virtual QListWidgetItem * | clone () const |
virtual QVariant | data (int role) const |
Qt::ItemFlags | flags () const |
QFont | font () const |
QBrush | foreground () const |
QIcon | icon () const |
bool | isHidden () const |
bool | isSelected () const |
QListWidget * | listWidget () const |
virtual bool | operator< (const QListWidgetItem &other) const |
QListWidgetItem & | operator= (const QListWidgetItem &other) |
virtual void | read (QDataStream &in) |
void | setBackground (const QBrush &brush) |
virtual void | setBackgroundColor (const QColor &color) |
void | setCheckState (Qt::CheckState state) |
virtual void | setData (int role, const QVariant &value) |
void | setFlags (QFlags< Qt::ItemFlag > flags) |
void | setFont (const QFont &font) |
void | setForeground (const QBrush &brush) |
void | setHidden (bool hide) |
void | setIcon (const QIcon &icon) |
void | setSelected (bool select) |
void | setSizeHint (const QSize &size) |
void | setStatusTip (const QString &statusTip) |
void | setText (const QString &text) |
void | setTextAlignment (int alignment) |
void | setTextColor (const QColor &color) |
void | setToolTip (const QString &toolTip) |
void | setWhatsThis (const QString &whatsThis) |
QSize | sizeHint () const |
QString | statusTip () const |
QString | text () const |
int | textAlignment () const |
QColor | textColor () const |
QString | toolTip () const |
int | type () const |
QString | whatsThis () const |
virtual void | write (QDataStream &out) const |
Additional Inherited Members | |
Static Public Member Functions inherited from QObject | |
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) |
Protected Member Functions inherited from QObject | |
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) |
Static Protected Member Functions inherited from QObject | |
QByteArray | normalizeSignalSlot (const char *signalSlot) |
Properties inherited from QObject | |
objectName | |
Detailed Description
Definition at line 47 of file knotesiconview.h.
Constructor & Destructor Documentation
KNotesIconViewItem::KNotesIconViewItem | ( | const Akonadi::Item & | item, |
QListWidget * | parent | ||
) |
Definition at line 113 of file knotesiconview.cpp.
KNotesIconViewItem::~KNotesIconViewItem | ( | ) |
Definition at line 128 of file knotesiconview.cpp.
Member Function Documentation
bool KNotesIconViewItem::autoIndent | ( | ) | const |
Definition at line 230 of file knotesiconview.cpp.
int KNotesIconViewItem::cursorPositionFromStart | ( | ) | const |
Definition at line 252 of file knotesiconview.cpp.
QString KNotesIconViewItem::description | ( | ) | const |
Definition at line 246 of file knotesiconview.cpp.
KNoteDisplaySettings * KNotesIconViewItem::displayAttribute | ( | ) | const |
Definition at line 268 of file knotesiconview.cpp.
bool KNotesIconViewItem::isRichText | ( | ) | const |
Definition at line 240 of file knotesiconview.cpp.
Akonadi::Item KNotesIconViewItem::item | ( | ) |
Definition at line 273 of file knotesiconview.cpp.
bool KNotesIconViewItem::readOnly | ( | ) | const |
Definition at line 147 of file knotesiconview.cpp.
QString KNotesIconViewItem::realName | ( | ) | const |
Definition at line 208 of file knotesiconview.cpp.
void KNotesIconViewItem::saveNoteContent | ( | const QString & | subject = QString() , |
const QString & | description = QString() , |
||
int | position = -1 |
||
) |
Definition at line 278 of file knotesiconview.cpp.
void KNotesIconViewItem::setChangeIconTextAndDescription | ( | const QString & | iconText, |
const QString & | description, | ||
int | position | ||
) |
Definition at line 188 of file knotesiconview.cpp.
void KNotesIconViewItem::setChangeItem | ( | const Akonadi::Item & | item, |
const QSet< QByteArray > & | set | ||
) |
Definition at line 311 of file knotesiconview.cpp.
void KNotesIconViewItem::setCursorPositionFromStart | ( | int | pos | ) |
void KNotesIconViewItem::setDescription | ( | const QString & | description | ) |
Definition at line 263 of file knotesiconview.cpp.
void KNotesIconViewItem::setIconText | ( | const QString & | text, |
bool | save = true |
||
) |
Definition at line 194 of file knotesiconview.cpp.
void KNotesIconViewItem::setReadOnly | ( | bool | b, |
bool | save = true |
||
) |
Definition at line 152 of file knotesiconview.cpp.
int KNotesIconViewItem::tabSize | ( | ) | const |
Definition at line 215 of file knotesiconview.cpp.
QColor KNotesIconViewItem::textBackgroundColor | ( | ) | const |
Definition at line 220 of file knotesiconview.cpp.
QFont KNotesIconViewItem::textFont | ( | ) | const |
Definition at line 235 of file knotesiconview.cpp.
QColor KNotesIconViewItem::textForegroundColor | ( | ) | const |
Definition at line 225 of file knotesiconview.cpp.
void KNotesIconViewItem::updateSettings | ( | ) |
Definition at line 330 of file knotesiconview.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:34:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.