kdeui Library API Documentation

KActiveLabel Class Reference

Label with support for selection and clickable links. More...

#include <kactivelabel.h>

Inheritance diagram for KActiveLabel:

QTextBrowser List of all members.

Public Slots

virtual void openLink (const QString &link)
 Opens link.


Public Methods

 KActiveLabel (QWidget *parent, const char *name=0)
 Constructor.

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


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.

Definition at line 25 of file kactivelabel.cpp.

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.

Definition at line 31 of file kactivelabel.cpp.


Member Function Documentation

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

Opens link.

Definition at line 63 of file kactivelabel.cpp.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.0.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Wed Oct 8 12:21:03 2003 by doxygen 1.2.18 written by Dimitri van Heesch, © 1997-2001