VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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.

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

Public Member Functions

 DtUrlLabel (QWidget *parent=0, Qt::WindowFlags f=0)
 
virtual ~DtUrlLabel ()
 
virtual void setUrl (const QString &url)
 
virtual QString url () const
 

Protected Member Functions

virtual void mouseReleaseEvent (QMouseEvent *ev)
 

Protected Attributes

QString myUrl
 

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 Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)