VR-Forces 4.1.1 Class Documentation
List of all members | Public Member Functions | Protected Member Functions | Protected Attributes
makVrv::DtUrlLabel Class Reference

QLabel that can act as a hyperlink, independent of its content. More...

Inheritance diagram for makVrv::DtUrlLabel:
Inheritance graph
[legend]

Public Member Functions

 DtUrlLabel (QWidget *parent=0, Qt::WindowFlags f=0)
 CTOR.
virtual ~DtUrlLabel ()
 DTOR.
virtual void setUrl (const QString &url)
 Specify the url to activate.
virtual QString url () const
 Get the url to activate.

Protected Member Functions

virtual void mouseReleaseEvent (QMouseEvent *ev)
 Override of base class functionality, a mouse release event causes the url specified to be activated.

Protected Attributes

QString myUrl

Detailed Description

QLabel that can act as a hyperlink, independent of its content.

Constructor & Destructor Documentation

makVrv::DtUrlLabel::DtUrlLabel ( QWidget parent = 0,
Qt::WindowFlags  f = 0 
)

CTOR.

virtual makVrv::DtUrlLabel::~DtUrlLabel ( )
virtual

DTOR.

Member Function Documentation

virtual void makVrv::DtUrlLabel::setUrl ( const QString &  url)
virtual

Specify the url to activate.

Reimplemented in makVrv::DtMovieUrlLabel.

virtual QString makVrv::DtUrlLabel::url ( ) const
virtual

Get the url to activate.

Reimplemented in makVrv::DtMovieUrlLabel.

virtual void makVrv::DtUrlLabel::mouseReleaseEvent ( QMouseEvent *  ev)
protectedvirtual

Override of base class functionality, a mouse release event causes the url specified to be activated.

Member Data Documentation

QString makVrv::DtUrlLabel::myUrl
protected

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

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)