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();
26 
28  virtual QIcon icon();
29 
32  virtual makVrv::DtQIconConfigurations qIconConfigurations() const;
33 
35  virtual QString title();
36 
38  virtual const std::string& pageClassName() const;
39 
40  protected:
41  virtual DtVrfHierarchyPageLogic* createLogic();
42 
45 
47  DtVrfEchelonHierarchyPage( makVrv::DtDe& de, QWidget* parent = 0, Qt::WindowFlags flags = 0);
48 
49  protected:
50 
51  virtual DtVrfTreeWidget* createHierarchyList();
52 
53  virtual DtMarkingTextSignalItemDelegate* createTreeItemDelegate();
54 
55  protected:
56 
57  std::string myClassName;
58 
59  };
60 
64  {
65  public:
66 
69 
72 
76  virtual std::string pageClassName() const;
77 
79  virtual makVrv::DtPage* create(QWidget* parent = 0, Qt::WindowFlags f = 0);
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:121
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:30
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:72
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:131

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)