MAK RTIspy API Documentation for HLA 1516
notificationAndLoggingConfigWidget.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2009 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: notificationAndLoggingConfigWidget.h,v $ $Revision: 1.3 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00012 #ifndef notificationAndLoggingConfigWidget_H_
00013 #define notificationAndLoggingConfigWidget_H_
00014 
00015 #include "rtiMsConfig.h"
00016 #include "ui_notificationAndLoggingConfigWidgetUI.h"
00017 #include "assistantConfigWidget.h"
00018 #include <qpushbutton.h>
00019 
00023 class DT_DLL_ASSISTANTAPP DtNotificationAndLoggingConfigWidget : public DtAssistantConfigWidget
00024 {
00025 public:
00026 
00028    DtNotificationAndLoggingConfigWidget( QWidget* parent, Qt::WindowFlags f=0 );
00029 
00031    virtual ~DtNotificationAndLoggingConfigWidget();
00032 
00034 
00035    virtual void setLogUpdateIntervalMs( int val );
00036    virtual void setViewLogPrompt( bool showPrompt, bool alwaysViewIfNoPrompt );
00037    virtual void setPopupsAsNotifications( bool val );
00038    virtual void setEnableNotifications( bool val );
00039    virtual void setWarningTickInterval( float val );
00040    virtual void setDisplayRemoteNotifications( bool val );
00042 
00044 
00045    virtual int  logUpdateIntervalMs();
00046    virtual bool showViewLogPrompt();
00047    virtual bool alwaysViewLog(); 
00048    virtual bool popupsAsNotifications();
00049    virtual bool enableNotifications();
00050    virtual float warningTickInterval();
00051    virtual bool displayRemoteNotifications();
00053 
00054    QPushButton * displayAssistantLogButton();
00055    QPushButton * deleteAllAssistantLogsButton();
00056 
00057 public slots:
00058 
00059 
00060 private:
00061 
00063    DtNotificationAndLoggingConfigWidget( DtNotificationAndLoggingConfigWidget const& );
00064 
00066    DtNotificationAndLoggingConfigWidget& operator=( DtNotificationAndLoggingConfigWidget const& );
00067 
00068 protected:
00069 
00070    Ui::NotificationAndLoggingConfigWidget myUiImpl;
00071 };
00072 
00073 #endif // notificationAndLoggingConfigWidget_H_
00074 

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)