MAK RTIspy API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
assistantConfigWidget.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2017 VT MAK
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <rtiMsConfig.h>
13 #include <QDialog>
14 
19 {
20  Q_OBJECT
21 
22 public:
23 
25  DtAssistantConfigWidget( QWidget* parent = 0, Qt::WindowFlags f = 0 );
26 
28  virtual ~DtAssistantConfigWidget();
29 
32  virtual QString reasonForDisabledAccept() const;
33 
34 signals:
35 
37  void enablePrefAccept();
38 
40  void disablePrefAccept();
41 
42 protected:
43 
45  virtual void setAcceptEnabled( bool enabled, const QString& reasonForDisable );
46 
47 private:
48 
51 
54 
57 
58 };
QString myReasonForAcceptDisable
The reason why this widget has diabled the accept option.
Definition: assistantConfigWidget.h:56
#define DT_DLL_ASSISTANTAPP
Definition: rtiMsConfig.h:122
Widget which can be added as a configuration page to the DtAssistantConfigDialog. ...
Definition: assistantConfigWidget.h:18

Document ID: Generated on Mon Sep 7 15:40:32 EDT 2020 from SVN revision 217499
Copyright © 2005-2020 MAK Technologies Inc. All Rights Reserved (www.mak.com)