VR-Forces 4.0.4 Class Documentation
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]

List of all members.

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) [protected, virtual]

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 Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)