kopete/libkopete
Kopete::UI::ListView::VSpacerComponent Class Reference
#include <kopetelistviewitem.h>
Inheritance diagram for Kopete::UI::ListView::VSpacerComponent:

Public Member Functions | |
| VSpacerComponent (ComponentBase *parent) | |
| int | heightForWidth (int) |
| virtual int | rtti () const |
Public Member Functions inherited from Kopete::UI::ListView::Component | |
| virtual | ~Component ()=0 |
| void | hide () |
| bool | isHidden () |
| bool | isShown () |
| virtual void | layout (const QRect &rect) |
| int | minHeight () |
| int | minWidth () |
| virtual void | paint (QPainter *painter, const QPalette &pal) |
| QRect | rect () |
| void | relayout () |
| void | repaint () |
| void | setToolTipSource (ToolTipSource *source=0) |
| void | show () |
| std::pair< QString, QRect > | toolTip (const QPoint &relativePos) |
| virtual int | widthForHeight (int height) |
Public Member Functions inherited from Kopete::UI::ListView::ComponentBase | |
| ComponentBase () | |
| virtual | ~ComponentBase ()=0 |
| Component * | component (uint n) |
| Component * | componentAt (const QPoint &pt) |
| uint | components () |
Static Public Attributes | |
| static int | RTTI = Rtti_VSpacerComponent |
Static Public Attributes inherited from Kopete::UI::ListView::Component | |
| static int | RTTI = Rtti_Component |
Additional Inherited Members | |
Public Types inherited from Kopete::UI::ListView::Component | |
| enum | RttiValues { Rtti_Component, Rtti_BoxComponent, Rtti_TextComponent, Rtti_ImageComponent, Rtti_DisplayNameComponent, Rtti_HSpacerComponent, Rtti_VSpacerComponent } |
Protected Member Functions inherited from Kopete::UI::ListView::Component | |
| Component (ComponentBase *parent) | |
| void | componentAdded (Component *component) |
| void | componentRemoved (Component *component) |
| bool | setMinHeight (int height) |
| bool | setMinWidth (int width) |
Protected Member Functions inherited from Kopete::UI::ListView::ComponentBase | |
| virtual void | clear () |
| virtual void | componentResized (Component *component) |
| void | updateAnimationPosition (int p, int s) |
Detailed Description
Definition at line 380 of file kopetelistviewitem.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 789 of file kopetelistviewitem.cpp.
Member Function Documentation
|
virtual |
Returns the height this component desires for a given width.
By default this function returns minHeight().
Reimplemented from Kopete::UI::ListView::Component.
Definition at line 798 of file kopetelistviewitem.cpp.
|
inlinevirtual |
Reimplemented from Kopete::UI::ListView::Component.
Definition at line 387 of file kopetelistviewitem.h.
Member Data Documentation
|
static |
Definition at line 386 of file kopetelistviewitem.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:29:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:29:20 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