VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 {
17  {
18  Q_OBJECT
19 
20  public:
21 
23  virtual ~DtVrfEchelonHierarchyPage();
24 
26  virtual QIcon icon();
27 
29  virtual QString title();
30 
32  virtual const std::string& pageClassName() const;
33 
34  protected:
35 
38 
40  DtVrfEchelonHierarchyPage( makVrv::DtDe& de, QWidget* parent = 0, Qt::WindowFlags flags = 0);
41 
42  protected:
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 
73 }

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)