VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfEchelonHierarchyPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #pragma once
10 
13 
14 namespace makVrf
15 {
16  class DtVrfEchelonHierarchyTreeWidget;
17 
19  {
20  Q_OBJECT
21 
22  public:
23 
25  virtual ~DtVrfEchelonHierarchyPage();
26 
28  virtual QIcon icon();
29 
31  virtual QString title();
32 
34  virtual const std::string& pageClassName() const;
35 
36  protected:
37  virtual DtVrfHierarchyPageLogic* createLogic();
38 
41 
43  DtVrfEchelonHierarchyPage( makVrv::DtDe& de, QWidget* parent = 0, Qt::WindowFlags flags = 0);
44 
45  protected:
46 
47  virtual DtVrfTreeWidget* createHierarchyList();
48 
49  virtual DtMarkingTextSignalItemDelegate* createTreeItemDelegate();
50 
51  protected:
52 
53  std::string myClassName;
54 
55  };
56 
60  {
61  public:
62 
65 
68 
72  virtual std::string pageClassName() const;
73 
75  virtual makVrv::DtPage* create(QWidget* parent = 0, Qt::WindowFlags f = 0);
76  };
77 
78 }
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
The creator class needed to be used to create a DtVrfEchelonHierarchyPage.
Definition: vrfEchelonHierarchyPage.h:59
Definition: vrfHierarchyPageLogic.h:59
std::string myClassName
Definition: vrfEchelonHierarchyPage.h:53
The page creator.
Definition: DtPage.h:114
Definition: vrfTreeWidget.h:26
Definition: vrfHierarchyPage.h:109
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:27
Delegate that will signal marking text change when item is edited.
Definition: markingTextSignalItemDelegate.h:17
Definition: vrfEchelonHierarchyPage.h:18
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69

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)