MAK RTIspy API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
addRTIInstallToChooser.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 #include <rtiChooserCache.h>
15 #include <vlutil/vlString.h>
16 
17 class Ui_addRTIInstallToChooserDialog;
18 
22 {
23  Q_OBJECT
24 
25 public:
26 
28  DtAddRTIInstallToChooser( const QString &name,
29  QWidget* parent = 0,
30  Qt::WindowFlags f = 0,
31  QString initialDirectory = "",
32  bool usingDefaultRID = true,
33  QString pathToDesiredRid = "",
34  QString version = "0.0" );
35 
37  virtual ~DtAddRTIInstallToChooser();
38 
39 
40  virtual void getInfo(DtRtiChooserCache::DtInstalledRTIInformation& info) const;
41  static QString findVersionFromDirectoryString(const QString& );
42 
43  virtual void setVersionString(QString versionString="");
44 
45 
46 public slots:
47  void findDesiredRTIDirectory();
48  void findDesiredRIDFile();
49  void setUseDefaultRIDFile(bool useDefault);
50  void directoryEdited();
51  void ridFileEdited();
52 
53 
54 signals:
55 
56 
57 protected:
58 
59 
60  Ui_addRTIInstallToChooserDialog* myUiImpl;
62 
63 
66 
68 
69 };

Document ID: Generated on Fri Sep 27 00:57:56 EDT 2019 from SVN revision 201708
Copyright © 2005-2018 VT MÄK Inc. All Rights Reserved (www.mak.com)