VR-Exchange 2.1 API Documentation
envEditor.h
Go to the documentation of this file.
1 /*********************************************************************
2  ** Copyright (c) 1992-2010 VT MAK
3  ** All rights reserved.
4  *********************************************************************/
5 
6 #ifndef envEditor_H_
7 #define envEditor_H_
8 
12 
13 
14 #include "ui_envEditor.h"
15 
16 #include <QtGui/QDialog>
17 #include <QtGui/QListWidgetItem>
18 #include <namespace.h>
19 
20 namespace MAKVrExchange {
21 
22 
27  {
28  Q_OBJECT
29 
30  public:
31 
33  DtEnvEditor( QWidget* parent = 0, Qt::WFlags fl = 0 );
34 
36  virtual ~DtEnvEditor();
37 
38  virtual void clear();
39 
40  public slots:
41 
42  virtual void editEnv( QListWidgetItem * item);
43 
44  signals:
45 
46  void environmentAdded(QString variable, QString value);
47  void environmentEdited(QString variable, QString value, QListWidgetItem * item);
48 
49  protected slots:
50 
51  virtual void envAdded();
52 
53  protected:
54 
55  Ui::DtEnvEditor myUi;
56  bool myEditMode;
57  QListWidgetItem * myEditItem;
58 
59  private:
60 
62  DtEnvEditor(const DtEnvEditor& other);
63 
65  DtEnvEditor& operator=(const DtEnvEditor& other);
66  };
67 
68 } //end namespace MAKVrExchange
69 
70 #endif //end #ifndef envEditor_H_

Document ID: Generated on Tue Aug 7 22:07:13 EDT 2012 from SVN revision 117874
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)