VR-Forces 4.0.4 Class Documentation
include/vrvCoreQt/DtUrlLabel.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2011 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: DtUrlLabel.h,v $ $Revision: 1.22 $ $State: Exp $
00007 *******************************************************************************/
00008 
00012 
00013 #pragma once
00014 
00015 #include <vrvCoreQt/vrvCoreQt.h>
00016 
00017 #include <QtGui/QLabel>
00018 
00019 namespace makVrv
00020 {     
00024    class DT_DLL_VRVCOREQT DtUrlLabel : public QLabel
00025    {
00026    public:
00028       DtUrlLabel( QWidget* parent=0, Qt::WindowFlags f=0 );
00029 
00031       virtual ~DtUrlLabel();
00032 
00034       virtual void setUrl( const QString& url );
00035 
00037       virtual QString url() const;
00038 
00039    protected:
00042       virtual void mouseReleaseEvent( QMouseEvent* ev );
00043 
00044    protected:
00045       QString myUrl;
00046    };
00047 }

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)