MAK RTIspy API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
assistantConnectionWidget.h
Go to the documentation of this file.
1 /****************************************************************************
2 * Copyright (c) 2018 VT MAK
3 * All rights reserved.
4 ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <rtiMsConfig.h>
13 #include <QDialog>
14 #include "ui_newAssConnDialog.h"
15 
21 {
22  Q_OBJECT
23 
24 public:
25 
27  DtAssistantConnectionWidget(QWidget* parent = 0, Qt::WindowFlags f = 0);
28 
30  virtual ~DtAssistantConnectionWidget();
31 
32 
33  void setFieldsForNewConnection(int port);
34  void setFields(const DtAssistantConnectionStruct& conn);
35  DtAssistantConnectionStruct connection() const;
36 signals:
37 
38 
39 protected:
40  virtual void initialize();
41 
42 private:
43 
46 
49 
50  QIntValidator* myPortValidator;
51  Ui::NewAssistantConnectionDialog* myImpl;
52 };

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)