VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
scenarioEditWidget.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2005 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: scenarioEditWidget.h,v $ $Revision: 1.3 $ $State: Exp $
7 *******************************************************************************/
8 #ifndef DtScenarioEditWidget_H
9 #define DtScenarioEditWidget_H
10 
11 #include <QTextEdit>
12 
13 #include <vlutil/vlFilename.h>
14 
16 {
17  Q_OBJECT
18 
19 public:
20 
21  DtScenarioEditWidget ( QWidget * parent = 0 );
22 
23  virtual ~DtScenarioEditWidget();
24 
25 public:
26 
27  virtual const DtFilename& filename() const;
28  virtual void setFilename(const DtFilename& fn);
29 
30  virtual bool isChanged() const;
31  virtual void setIsChanged(bool bChanged);
32 
33 signals:
34 
35  void notifyStateChanged();
36 
37 public slots:
38 
39  virtual void onTextChanged();
40 
41 protected:
42 
43 protected:
44 
45  bool myChanged;
46  DtFilename myFilename;
47 
48 };
49 
50 #endif // UI_MAINWINDOWUI_H

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)