VR-Forces Developer's Guide
 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() override;
26 
28  virtual QIcon icon() override;
29 
32  virtual makVrv::DtQIconConfigurations qIconConfigurations() const override;
33 
35  virtual QString title() override;
36 
38  virtual const std::string& pageClassName() const override;
39 
40  protected:
41  virtual DtVrfHierarchyPageLogic* createLogic() override;
42 
45 
47  DtVrfEchelonHierarchyPage( makVrv::DtDe& de, QWidget* parent = 0, Qt::WindowFlags flags = 0);
48 
49  protected:
50 
51  virtual DtVrfTreeWidget* createHierarchyList() override;
52 
53  virtual DtMarkingTextSignalItemDelegate* createTreeItemDelegate() override;
54 
55  protected:
56 
57  std::string myClassName;
58 
59  };
60 
64  {
65  public:
66 
69 
71  virtual ~DtVrfEchelonHierarchyPageCreator() override;
72 
76  virtual std::string pageClassName() const override;
77 
79  virtual makVrv::DtPage* create(QWidget* parent = 0, Qt::WindowFlags f = 0) override;
80  };
81 
82 }
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
The creator class needed to be used to create a DtVrfEchelonHierarchyPage.
Definition: vrfEchelonHierarchyPage.h:63
Definition: vrfHierarchyPageLogic.h:64
std::string myClassName
Definition: vrfEchelonHierarchyPage.h:57
The page creator. This class should be extended by all page classes.
Definition: DtPage.h:152
Definition: vrfTreeWidget.h:26
Definition: vrfHierarchyPage.h:111
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:51
Delegate that will signal marking text change when item is edited.
Definition: markingTextSignalItemDelegate.h:19
Definition: vrfEchelonHierarchyPage.h:18
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:131

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)