VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
switchNodesStatesWidget.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2018 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 #pragma once
6 
11 
12 #include <QtWidgets/QDialog>
13 
14 namespace makVrv
15 {
16  class DtDe;
17 }
18 
19 class QTreeWidget;
20 class QVBoxLayout;
21 class QTreeWidgetItem;
22 class QPushButton;
23 
26 {
27  Q_OBJECT
28 
29 public:
32 
33  virtual ~DtSwitchNodesStatesWidget();
34 
35 protected:
36  virtual void slot_facadesCreated(const DtDisplayDefinitionWidget::Facades&);
37 
38 protected slots:
39  virtual void modelStateChanged(QTreeWidgetItem*, int);
40  virtual void changeModelState(int);
41 
42 public:
44  QVBoxLayout* myMainLayout;
47 
48 protected:
53 };
54 
57 {
58 public:
61 
64 
67 
69  static void registerInstance(makVrv::DtDe&, DtSwitchNodesStatesWidgetCreator*);
70 
72  virtual DtSwitchNodesStatesWidget* create(QWidget* parent);
73 
74 protected:
76 };

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)