VR-Forces 4.0.4 Class Documentation
include/vrvVrlQt/DtNoHla13ConnectionPage.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2009 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtNoHla13ConnectionPage.h,v $ $Revision: 1.8 $ $State: Exp $
00007 ******************************************************************************/
00008 
00012 
00013 #pragma once
00014 #include <vrvVrlQt/vrvVrlQt.h>
00015 #include <vrvVrlQt/DtBaseConnectionPage.h>
00016 
00017 namespace makVrv
00018 {
00021    class DT_DLL_VRVVRLQT DtNoHla13ConnectionPage : public DtBaseConnectionPage
00022    {
00023       Q_OBJECT
00024 
00025    public:
00027       DtNoHla13ConnectionPage(DtDe& de,QWidget* parent, Qt::WindowFlags f = 0);
00028 
00030       virtual ~DtNoHla13ConnectionPage();
00031 
00033       virtual QIcon icon();
00034 
00036       virtual QString title();
00037 
00039       virtual const std::string& pageClassName() const;
00040 
00042       static const std::string& thePageClassName();
00043 
00044    protected:
00045 
00047       void setupGui();
00048 
00050       virtual void onInstancesChanged();
00051 
00053       virtual void onCurrentInstanceChanged(QString definition);
00054 
00055    protected:
00056    };
00057 
00061    typedef DtPageCreatorTemplate<DtNoHla13ConnectionPage>
00062       DtNoHla13ConnectionPageCreator;
00063 }

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)