VR-Forces 4.1.1 Class Documentation
DtVrfEmbarkationHierarchyPage.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 
45  virtual void activate();
46 
48  virtual void deactivate();
49 
50  virtual DtVrfHierarchyPageLogic* createLogic();
51 
52  virtual DtVrfTreeWidget* createHierarchyList();
53 
54  protected:
55 
56  std::string myClassName;
57 
58  };
59 
63  {
64  public:
65 
68 
71 
75  virtual std::string pageClassName() const;
76 
78  virtual makVrv::DtPage* create(QWidget* parent = 0, Qt::WindowFlags f = 0);
79  };
80 }

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)