VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DerivedDialogWidget.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2012 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
9 
10 #pragma once
11 
13 
14 #include "ExtraDialogInterface.h"
15 
16 #include <QtWidgets/QWidget> // Include Qt headers last due to boost-signals.
17 #include <QtWidgets/QLineEdit>
18 
19 
33  , public ExtraDialogInterface
34 {
35  Q_OBJECT
36 
37 public:
38 
40  DerivedDialogWidget(QWidget* parent=0, Qt::WindowFlags f=Qt::Widget);
41 
43  virtual ~DerivedDialogWidget();
44 
46  virtual void setFlipDdsEnabled(bool enabled);
47 
48 protected slots:
49 
54  virtual void on_enableFlagChanged(int state);
55 
56 protected:
57 
60 };

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)