libkdepim

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>

Inherits TQObject.

List of all members.

Public Member Functions

 SideBarExtension (TQWidget *exported, KParts::ReadOnlyPart *parent, const char *name)
TQWidget * widget () const

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.


Constructor & Destructor Documentation

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

Constucts a SideBarExtension.

Parameters:
exported A TQWidget 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

TQWidget* KParts::SideBarExtension::widget (  )  const [inline]

Retrieve a pointer to the widget.

May be 0 if 0 was passed in the constructor

Definition at line 58 of file sidebarextension.h.


The documentation for this class was generated from the following files: