kopete/libkopete
Kopete::UI::MetaContactSelectorWidgetLVI Class Reference
#include <metacontactselectorwidget.h>
Inheritance diagram for Kopete::UI::MetaContactSelectorWidgetLVI:

Public Member Functions | |
| MetaContactSelectorWidgetLVI (Kopete::MetaContact *mc, Q3ListView *parent, QObject *owner=0) | |
| virtual | ~MetaContactSelectorWidgetLVI () |
| Kopete::MetaContact * | metaContact () |
| virtual QString | text (int column) const |
Public Member Functions inherited from Kopete::UI::ListView::Item | |
| Item (Q3ListView *parent, QObject *owner=0) | |
| Item (Q3ListViewItem *parent, QObject *owner=0) | |
| ~Item () | |
| float | opacity () |
| virtual void | paintCell (QPainter *p, const QColorGroup &cg, int column, int width, int align) |
| void | relayout () |
| void | repaint () |
| void | setOpacity (float alpha) |
| virtual void | setSearchMatch (bool match, bool searching) |
| void | setTargetVisibility (bool vis) |
| void | setup () |
| bool | targetVisibility () |
| int | width (const QFontMetrics &fm, const Q3ListView *lv, int c) const |
Public Member Functions inherited from Kopete::UI::ListView::ComponentBase | |
| ComponentBase () | |
| virtual | ~ComponentBase ()=0 |
| Component * | component (uint n) |
| Component * | componentAt (const QPoint &pt) |
| uint | components () |
| virtual std::pair< QString, QRect > | toolTip (const QPoint &relativePos) |
Protected Slots | |
| void | buildVisualComponents () |
| void | slotDisplayNameChanged () |
| void | slotPhotoChanged () |
| void | slotUpdateContactBox () |
Additional Inherited Members | |
Signals inherited from Kopete::UI::ListView::Item | |
| void | visibilityChanged (bool visibility) |
Static Public Member Functions inherited from Kopete::UI::ListView::Item | |
| static void | setEffects (bool animation, bool fading, bool folding) |
Protected Member Functions inherited from Kopete::UI::ListView::Item | |
| void | componentAdded (Component *component) |
| void | componentRemoved (Component *component) |
| void | componentResized (Component *component) |
| void | setHeight (int) |
Protected Member Functions inherited from Kopete::UI::ListView::ComponentBase | |
| virtual void | clear () |
| void | updateAnimationPosition (int p, int s) |
Detailed Description
Definition at line 80 of file metacontactselectorwidget.h.
Constructor & Destructor Documentation
| Kopete::UI::MetaContactSelectorWidgetLVI::MetaContactSelectorWidgetLVI | ( | Kopete::MetaContact * | mc, |
| Q3ListView * | parent, | ||
| QObject * | owner = 0 |
||
| ) |
Definition at line 71 of file metacontactselectorwidget.cpp.
|
virtual |
Definition at line 83 of file metacontactselectorwidget.cpp.
Member Function Documentation
|
protectedslot |
Definition at line 139 of file metacontactselectorwidget.cpp.
| Kopete::MetaContact * Kopete::UI::MetaContactSelectorWidgetLVI::metaContact | ( | ) |
Definition at line 88 of file metacontactselectorwidget.cpp.
|
protectedslot |
Definition at line 93 of file metacontactselectorwidget.cpp.
|
protectedslot |
Definition at line 112 of file metacontactselectorwidget.cpp.
|
protectedslot |
Definition at line 172 of file metacontactselectorwidget.cpp.
|
virtual |
Definition at line 107 of file metacontactselectorwidget.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:53:52 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:53:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from