VR-Forces 4.0.4 Class Documentation
include/vrvHla13Qt/DtHla13ConnectionPage.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2008 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtHla13ConnectionPage.h,v $ $Revision: 1.11 $ $State: Exp $
00007 ******************************************************************************/
00008 
00012 
00013 #pragma once
00014 #include <vrvHla13Qt/vrvHla13Qt.h>
00015 #include <vrvVrlQt/DtBaseConnectionPage.h>
00016 
00017 namespace makVrv
00018 {
00019    class DtHla13ConnectionWidget;
00020 
00023    class DT_DLL_VRVHLA13QT DtHla13ConnectionPage : public DtBaseConnectionPage
00024    {
00025       Q_OBJECT;
00026    public:
00028       DtHla13ConnectionPage(DtDe& de,QWidget* parent, Qt::WindowFlags f = 0);
00029 
00031       virtual ~DtHla13ConnectionPage();
00032 
00034       virtual QIcon icon();
00035 
00037       virtual QString title();
00038 
00040       virtual const std::string& pageClassName() const;
00041 
00043       static const std::string& thePageClassName();
00044 
00045    protected:
00046 
00048       void setupGui();
00049 
00051       virtual void onInstancesChanged();
00052 
00054       virtual void onCurrentInstanceChanged(QString definition);
00055 
00056    protected:
00057 
00058       
00059       DtHla13ConnectionWidget* myConnectionWidget;
00060    };
00061 
00064    typedef DtPageCreatorTemplate<DtHla13ConnectionPage> 
00065       DtHla13ConnectionPageCreator;
00066 }

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)