VR-Forces 5.0.1 Developer's Guide
 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 };
This class will allow the user to select various switch node and articulated parts effects for entiti...
Definition: switchNodesStatesWidget.h:25
makVrv::DtDe & myDe
Definition: switchNodesStatesWidget.h:49
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
Creator for the canvas.
Definition: switchNodesStatesWidget.h:56
QVBoxLayout * myMainLayout
Definition: switchNodesStatesWidget.h:44
QTreeWidget * mySwitchNodeStates
Definition: switchNodesStatesWidget.h:43
DtDisplayDefinitionWidget::Facades myFacades
Definition: switchNodesStatesWidget.h:52
makVrv::DtSignalConnectionManager myConnections
Definition: switchNodesStatesWidget.h:50
QPushButton * myCloseButton
Definition: switchNodesStatesWidget.h:46
Contains makVrv::DtVirtualBaseClass class.
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
bool myAddingStates
Definition: switchNodesStatesWidget.h:51
std::vector< makVrf::DtVrfObjectFacadeInterface * > Facades
Definition: displayDefinitionWidget.h:180
makVrv::DtDe & myDe
Definition: switchNodesStatesWidget.h:75
Base class to provide boost signal/slot management.
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
QLabel * myLabel
Definition: switchNodesStatesWidget.h:45
#define DT_DLL_simulationObjectEditorimpl
This file is used to determine how to build.
Definition: simulationObjectEditorImplDefines.h:33

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)