VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfEmbarkationHierarchyPageLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
15 
16 #include <map>
17 
18 #include <QtCore/QVariant>
19 
20 namespace makVrv
21 {
22  class DtDe;
23 };
24 
25 namespace makVrf
26 {
27  class DtVrfObjectListViewItem;
29  {
30  public:
34 
35  protected:
36  virtual void deparent(const QStringList&);
37  virtual void reparent(const QStringList& children, makVrv::DtUniqueID parentId);
38  virtual void hierarchyItemsModified(const makVrv::DtElementData::EntryAttributesList& l);
39  virtual bool addNode(makVrv::DtElementIDHierarchyNode*) const;
40  virtual short supportsAttribute() const;
41  };
42 }

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)