VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
aggregateAsDialogLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
16 
17 #include <vlpi/entityType.h>
18 
19 #include <QtCore/QVector>
20 
21 namespace makVrv
22 {
23  class DtDe;
24 }
25 
26 class DtModelSet;
27 
28 namespace makVrf
29 {
30  class DtVrfSelectionFilter;
31  class DtAggregateAsDialogInterface;
32 
34  {
35  public:
36  //CTOR
38 
39  //DTOR
40  virtual ~DtAggregateAsDialogLogic();
41 
42  public:
43  virtual void setupGui(const makVrv::DtSelectionManager::IdSet&);
44 
46  virtual void setupAggregateTypeAndIcon();
47  virtual void changeAggregateType();
48 
49  virtual void moveSelectedEntity(DtSimObjectReference, int iDir);
50 
51  virtual void sort();
52 
53  virtual void aggregate();
54 
55  protected:
56  virtual void initAggregatesCombo(const DtModelSet*);
57  virtual DtEntityType validObjectTypeFor(const DtEntityType&) const;
58 
59  virtual DtSimObjectReference leader() const;
60  virtual void slot_onObjectAboutToBeRemoved(DtSimObjectReference s);
61  virtual bool canHoldSubordinates(const DtEntityType&) const;
62 
63  protected:
65 
68  };
69 }
Definition: aggregateAsDialogLogic.h:33
class DtVrfSelectionFilter
Definition: vrfSelectionFilters.h:28
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
Contains makVrv:DtSelectionManager class.
DtVrfSelectionFilter * myFilter
Definition: aggregateAsDialogLogic.h:67
makVrv::DtDe & myDe
Definition: aggregateAsDialogLogic.h:64
DtAggregateAsDialogInterface * myInterface
Definition: aggregateAsDialogLogic.h:66
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:76
std::set< DtUniqueID > IdSet
Definition: DtSelectionManager.h:32
Definition: modelSet.h:35
Definition: aggregateAsDialogInterface.h:34

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)