libkdepim Library API Documentation

KParts::SideBarExtension Class Reference

Provides a way to export a widget which will be displayed in Kontacts stackview at the left. More...

#include <sidebarextension.h>

Inheritance diagram for KParts::SideBarExtension:

Inheritance graph
[legend]
Collaboration diagram for KParts::SideBarExtension:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 SideBarExtension (QWidget *exported, KParts::ReadOnlyPart *parent, const char *name)
QWidgetwidget () const

Detailed Description

Provides a way to export a widget which will be displayed in Kontacts stackview at the left.

Definition at line 35 of file sidebarextension.h.


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 27 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 54 of file sidebarextension.h.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for libkdepim Library Version 3.3.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Oct 17 09:54:05 2007 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003