VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vrfEmbarkationHierarchyPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtVrfEmbarkationHierarchyPage.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
11 
12 #pragma once
13 
16 
17 namespace makVrf
18 {
20  {
21  Q_OBJECT
22  public:
23 
25  virtual QIcon icon();
26 
28  virtual QString title();
29 
31  virtual const std::string& pageClassName() const;
32 
35 
36  protected:
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 Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)