akonadi/kabc
Akonadi::ItemBrowser Class Reference
#include <itembrowser.h>
Inheritance diagram for Akonadi::ItemBrowser:

Detailed Description
This class is a base class for item view browsers.Item view browsers are widgets that show information about one item of the Akonadi storage as richtext in a KTextBrowser.
- See also:
- KABCItemBrowser
KCalItemBrowser
Definition at line 40 of file itembrowser.h.
Public Slots | |
| void | setItem (const Akonadi::Item &item) |
Public Member Functions | |
| ItemBrowser (QWidget *parent=0) | |
| virtual | ~ItemBrowser () |
Protected Member Functions | |
| virtual QString | itemToRichText (const Item &item) |
Constructor & Destructor Documentation
| ItemBrowser::ItemBrowser | ( | QWidget * | parent = 0 |
) |
| ItemBrowser::~ItemBrowser | ( | ) | [virtual] |
Member Function Documentation
| QString ItemBrowser::itemToRichText | ( | const Item & | item | ) | [protected, virtual] |
This method is called whenever the item was added or has changed.
You should reimplement it and return a richtext representation of the passed item.
Reimplemented in Akonadi::KABCItemBrowser.
Definition at line 58 of file itembrowser.cpp.
| void ItemBrowser::setItem | ( | const Akonadi::Item & | item | ) | [slot] |
Definition at line 38 of file itembrowser.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference