knode
KNode::Composer::AttachmentViewItem Class Reference
#include <attachment_view.h>
Inheritance diagram for KNode::Composer::AttachmentViewItem:
Public Member Functions | |
AttachmentViewItem (AttachmentView *parent, KNAttachment::Ptr attachment) | |
virtual | ~AttachmentViewItem () |
QVariant | data (int column, int role) const |
Detailed Description
Item of the AttachmentView.
A wrapper around a KNAttachment.
Definition at line 120 of file attachment_view.h.
Constructor & Destructor Documentation
KNode::Composer::AttachmentViewItem::AttachmentViewItem | ( | AttachmentView * | parent, |
KNAttachment::Ptr | attachment | ||
) |
Constructor.
Definition at line 133 of file attachment_view.cpp.
|
virtual |
Destructor.
Definition at line 140 of file attachment_view.cpp.
Member Function Documentation
QVariant KNode::Composer::AttachmentViewItem::data | ( | int | column, |
int | role | ||
) | const |
Reimplemented to return data from the underlying KNAttachment.
Definition at line 144 of file attachment_view.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:37 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:37 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.