MAK RTIspy API Documentation for HLA 1.3
noInterfacesFoundDialog.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2008 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: noInterfacesFoundDialog.h,v $ $Revision: 1.2 $ $State: Exp $
00007 *******************************************************************************/
00008 
00009 #ifndef noInterfacesFoundDialog_H_
00010 #define noInterfacesFoundDialog_H_
00011 
00015 
00016 #include "rtiMsConfig.h"
00017 #include "ui_noInterfacesFoundDialogUI.h"
00018 #include <qdialog.h>
00019 
00022 class DT_DLL_ASSISTANTAPP DtAssistantNoInterfacesFoundDialog : public QDialog
00023 {
00024 public:
00025 
00027    DtAssistantNoInterfacesFoundDialog( QWidget* parent = 0, 
00028       Qt::WindowFlags f=0 );
00029 
00031    virtual ~DtAssistantNoInterfacesFoundDialog();
00032 
00035    virtual bool allowLoopbackDevice();
00036 
00038    virtual void setLoopbackOptionEnabled( bool enable );
00039 
00041    virtual bool loopbackOptionEnabled();
00042 
00043 protected:
00044 
00046    Ui::AssistantNoInterfacesFoundDialog myUiImpl;
00047 
00049    bool myEnableLoopbackOption;
00050 
00051 };
00052 
00053 
00054 #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)