KParts::SideBarExtension Class Reference

#include <sidebarextension.h>

Inherits TQObject.

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::SideBarExtension ( TQWidget *  exported,
KParts::ReadOnlyPart *  parent,
const char *  name 
)

Constucts a SideBarExtension.

Parameters
exportedA TQWidget derived widget that will be provided for the users of SideBarExtension.
parentThe parent widget.
nameThe name of the class.

Definition at line 29 of file sidebarextension.cpp.

Member Function Documentation

◆ widget()

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: