VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfEmbarkationHierarchyPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #pragma once
10 
13 
14 namespace makVrf
15 {
17  {
18  Q_OBJECT
19  public:
20 
22  virtual QIcon icon();
23 
25  virtual QString title();
26 
28  virtual const std::string& pageClassName() const;
29 
32 
33  virtual DtMarkingTextSignalItemDelegate* createTreeItemDelegate();
34 
35  protected:
36  virtual DtVrfHierarchyPageLogic* createLogic();
37 
40 
42  DtVrfEmbarkationHierarchyPage( makVrv::DtDe& de, QWidget* parent = 0, Qt::WindowFlags flags = 0);
43 
44  virtual DtVrfTreeWidget* createHierarchyList();
45 
46  protected:
47 
48  std::string myClassName;
49 
50  };
51 
55  {
56  public:
57 
60 
63 
67  virtual std::string pageClassName() const;
68 
70  virtual makVrv::DtPage* create(QWidget* parent = 0, Qt::WindowFlags f = 0);
71  };
72 }

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)