MAK RTIspy API Documentation for HLA Evolved
forwarderConnStatusDialog.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2011 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: forwarderConnStatusDialog.h,v $ $Revision: 1.1 $ $State: Exp $
00007 *******************************************************************************/
00008 
00009 #ifndef forwarderConnStatusDialog_H_
00010 #define forwarderConnStatusDialog_H_
00011 
00014 
00015 #include "rtiMsConfig.h"
00016 #include "ui_forwarderConnStatusDialogUI.h"
00017 #include <assistantAwaitingFwsMsg.h>
00018 #include <qdialog.h>
00019 
00023 class DT_DLL_ASSISTANTAPP DtForwarderConnStatusDialog : public QDialog
00024 {
00025    Q_OBJECT
00026 
00027 public:
00028 
00030    DtForwarderConnStatusDialog( int compId, QWidget* parent = 0, 
00031       Qt::WindowFlags f=0 );
00032 
00034    virtual ~DtForwarderConnStatusDialog();
00035 
00037    virtual void updateForwarderList(const DtNeededFwConnMap& fws);
00038 
00040    int compId() const { return myCompId; }
00041 
00042 public slots:
00043 
00045    void processShutDown();
00046 
00048    void processDoNotWait();
00049 
00050 protected:
00051 
00053    int myCompId;
00054 
00056    enum DtForwarderConnStatusTreeCol
00057    {
00058       ForwarderNameCol,
00059       ForwarderAddressCol,
00060       ForwarderPortCol,
00061       ForwarderConnectedCol
00062    };
00063 
00065    static const QString theConnectedText;
00066 
00068    static const QString theNotConnectedText;
00069 
00071    Ui::ForwarderConnStatusDialog myUiImpl;
00072 
00073 };
00074 
00075 
00076 #endif

Document ID: Generated on Thu Jun 14 14:15:04 EDT 2012 from SVN revision 116116
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)