libkdepim
KParts::SideBarExtension Class Reference
#include <sidebarextension.h>
Detailed Description
Provides a way to export a widget which will be displayed in Kontacts stackview at the left.
Definition at line 38 of file sidebarextension.h.
Public Member Functions | |
SideBarExtension (QWidget *exported, KParts::ReadOnlyPart *parent, const char *name) | |
~SideBarExtension () | |
QWidget * | widget () const |
Constructor & Destructor Documentation
SideBarExtension::SideBarExtension | ( | QWidget * | exported, | |
KParts::ReadOnlyPart * | parent, | |||
const char * | name | |||
) |
Constucts a SideBarExtension.
- Parameters:
-
exported A QWidget derived widget that will be provided for the users of SideBarExtension. parent The parent widget. name The name of the class.
Definition at line 29 of file sidebarextension.cpp.
Member Function Documentation
QWidget* KParts::SideBarExtension::widget | ( | ) | const [inline] |
Retrieve a pointer to the widget.
May be 0 if 0 was passed in the constructor
Definition at line 57 of file sidebarextension.h.
The documentation for this class was generated from the following files: