VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfEchelonHierarchyTreeWidget.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 #include <boost/signals2.hpp>
16 
17 namespace makVrf
18 {
20  {
21  public:
23  DtVrfEchelonHierarchyTreeWidget( makVrv::DtDe& de, QWidget* parent = 0 );
24 
27 
29  virtual void setAllowForceChange(bool b);
30  bool allowForceChange() const
31  {
32  return myAllowForceChange;
33  }
34 
36  virtual void setUseForceRootOrganization(bool b);
38  {
39  return myUseForceRootOrganization;
40  }
41 
42  boost::signals2::signal<void (const QStringList& ids, int)> signal_changeForceOf;
43 
44  protected:
46  virtual bool canDropOnItem(QTreeWidgetItem*, const QStringList& globalIds, QDragMoveEvent* event) const;
47 
49  virtual void dropItems(const QStringList& globalIds, QTreeWidgetItem*);
50 
51  protected:
54  };
55 }
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
Definition: vrfEchelonHierarchyTreeWidget.h:19
bool useForceRootOrganization() const
Definition: vrfEchelonHierarchyTreeWidget.h:37
Definition: vrfTreeWidget.h:26
bool allowForceChange() const
Definition: vrfEchelonHierarchyTreeWidget.h:30
bool myUseForceRootOrganization
Definition: vrfEchelonHierarchyTreeWidget.h:53
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
bool myAllowForceChange
Definition: vrfEchelonHierarchyTreeWidget.h:52
boost::signals2::signal< void(const QStringList &ids, int)> signal_changeForceOf
Definition: vrfEchelonHierarchyTreeWidget.h:42

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)