Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   Related Pages  

KActiveLabel Class Reference

#include <kactivelabel.h>

List of all members.

Public Slots

virtual void openLink (const QString &link)

Public Methods

 KActiveLabel (QWidget *parent, const char *name=0)
 KActiveLabel (const QString &text, QWidget *parent, const char *name=0)


Detailed Description

Label with support for selection and clickable links.

Author:
Waldo Bastian (bastian@kde.org)
Version:
Id:
kactivelabel.h,v 1.5 2002/08/01 11:39:36 pfeiffer Exp

Definition at line 33 of file kactivelabel.h.


Constructor & Destructor Documentation

KActiveLabel::KActiveLabel QWidget *    parent,
const char *    name = 0
 

Constructor.

It connects the "linkClicked(const QString &)" signal to the "openLink(const QString &)" slot. You will need to disconnect this if you want to process linkClicked() yourself.

KActiveLabel::KActiveLabel const QString &    text,
QWidget *    parent,
const char *    name = 0
 

Constructor.

It connects the "linkClicked(const QString &)" signal to the "openLink(const QString &)" slot. You will need to disconnect this if you want to process linkClicked() yourself.


Member Function Documentation

virtual void KActiveLabel::openLink const QString &    link [virtual, slot]
 

Opens link.


The documentation for this class was generated from the following file:
Generated on Wed Aug 13 23:30:05 2003 for kdelibs by doxygen1.2.18