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:

QObject List of all members.

Public Methods

 SideBarExtension (QWidget *exported, KParts::ReadOnlyPart *parent, const char *name)
 ~SideBarExtension ()
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.2.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sat May 1 11:36:32 2004 by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2003