VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
createConnectionDlg.h
Go to the documentation of this file.
1 /*******************************************************************************
2  * Copyright (c) 2011 MAK Technologies, Inc.
3  * All rights reserved.
4  ******************************************************************************/
5 /*******************************************************************************
6  * $RCSfile: createConnectionDlg.h,v $ $Revision: 1.1 $ $State: Exp $
7  ******************************************************************************/
8 
12 
13 #pragma once
14 
15 #include <QtWidgets/QDialog>
16 #include <QtCore/QString>
17 
18 #include "ui_createConnectionDlgUi.h"
19 
23 { Q_OBJECT;
24 public:
25 
27  DtCreateConnectionDialog( QWidget* parent = 0 );
28 
30  virtual ~DtCreateConnectionDialog();
31 
33  virtual bool init();
34 
35 private:
36 
39 
42 
43 public:
44 
45  Ui::CreateConnectionDialog myUiImpl;
46 
47 };
The dialog for naming newly created connections.
Definition: createConnectionDlg.h:22
virtual bool init()
Initializers.
virtual ~DtCreateConnectionDialog()
destructor
DtCreateConnectionDialog & operator=(const DtCreateConnectionDialog &orig)
assignment operator - not implemented
DtCreateConnectionDialog(QWidget *parent=0)
default constructor
Ui::CreateConnectionDialog myUiImpl
Definition: createConnectionDlg.h:45

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)