VR-Exchange 2.7 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
envEditor.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2015 VT MAK
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <portalApp/dllExport.h>
13 #include <portalApp/ui_envEditor.h>
14 #include <QListWidgetItem>
15 #include <QDialog>
16 
17 namespace MAKVrExchange
18 {
19 
23  { Q_OBJECT;
24  public:
25 
27  DtEnvEditor( QWidget* parent = 0, Qt::WindowFlags fl = 0 );
28 
30  virtual ~DtEnvEditor();
31 
32  virtual void clear();
33 
34  public slots:
35 
36  virtual void editEnv( QListWidgetItem* item );
37 
38  signals:
39 
40  void environmentAdded( QString variable, QString value );
41  void environmentEdited( QString variable, QString value, QListWidgetItem* item );
42 
43  protected slots:
44 
45  virtual void envAdded();
46 
47  private:
48 
50  DtEnvEditor( const DtEnvEditor& other );
51 
53  DtEnvEditor& operator = ( const DtEnvEditor& other );
54 
55  protected:
56 
57  Ui::DtEnvEditor myUi;
58  bool myEditMode;
59  QListWidgetItem* myEditItem;
60 
61  };
62 
63 }
bool myEditMode
Definition: envEditor.h:58
#define DT_DLL_LIBPORTALAPP
Definition: include/portalApp/dllExport.h:20
Contains all controls for the broker editor dialog box.
Definition: envEditor.h:22
QListWidgetItem * myEditItem
Definition: envEditor.h:59
Ui::DtEnvEditor myUi
Definition: envEditor.h:57

Document ID: Generated on Mon Apr 19 15:55:22 EDT 2021 from SVN revision 227909
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)