MAK RTIspy API Documentation for HLA 1.3
addRTIInstallToChooser.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2008 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: addRTIInstallToChooser.h,v $ $Revision: 1.4 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef addRTIInstallToChooser_H_
13 #define addRTIInstallToChooser_H_
14 
15 
16 #include <rtiMsConfig.h>
17 #include <QtGui/QDialog>
18 #include <rtiChooserCache.h>
19 #include <vlutil/vlString.h>
20 
21 class Ui_addRTIInstallToChooserDialog;
22 
26 {
27  Q_OBJECT
28 
29 public:
30 
32  DtAddRTIInstallToChooser( const QString &name,
33  QWidget* parent = 0,
34  Qt::WindowFlags f = 0,
35  QString initialDirectory = "",
36  bool usingDefaultRID = true,
37  QString pathToDesiredRid = "",
38  QString version = "0.0" );
39 
41  virtual ~DtAddRTIInstallToChooser();
42 
43 
44  virtual void getInfo(DtRtiChooserCache::DtInstalledRTIInformation& info) const;
45  static QString findVersionFromDirectoryString(const QString& );
46 
47  virtual void setVersionString(QString versionString="");
48 
49 
50 public slots:
51  void findDesiredRTIDirectory();
52  void findDesiredRIDFile();
53  void setUseDefaultRIDFile(bool useDefault);
54  void directoryEdited();
55  void ridFileEdited();
56 
57 
58 signals:
59 
60 
61 protected:
62 
63 
64  Ui_addRTIInstallToChooserDialog* myUiImpl;
66 
67 
70 
72 
73 };
74 
75 #endif
76 
77 

Document ID: Generated on Fri Mar 14 19:08:55 EDT 2014 from SVN revision 137085
Copyright © 2005-2014 VT MÄK Inc. All Rights Reserved (www.mak.com)