VR-Forces 4.6.1 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 
16 namespace makVrf
17 {
19  {
20  public:
22  DtVrfEchelonHierarchyTreeWidget( makVrv::DtDe& de, QWidget* parent = 0 );
23 
26 
28  virtual void setAllowForceChange(bool b);
29  bool allowForceChange() const
30  {
31  return myAllowForceChange;
32  }
33 
35  virtual void setUseForceRootOrganization(bool b);
36  bool useForceRootOrganization() const
37  {
38  return myUseForceRootOrganization;
39  }
40 
41  boost::signal<void (const QStringList& ids, int)> signal_changeForceOf;
42 
43  protected:
45  virtual bool canDropOnItem(QTreeWidgetItem*, const QStringList& globalIds, QDragMoveEvent* event) const;
46 
48  virtual void dropItems(const QStringList& globalIds, QTreeWidgetItem*);
49 
50  protected:
53  };
54 }

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)