VR-Forces 4.1 Class Documentation
DtVrfEchelonHierarchyPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtVrfEchelonHierarchyPage.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
11 
12 #pragma once
13 
16 
17 namespace makVrf
18 {
20  {
21  Q_OBJECT
22 
23  public:
24 
26  virtual ~DtVrfEchelonHierarchyPage();
27 
29  virtual QIcon icon();
30 
32  virtual QString title();
33 
35  virtual const std::string& pageClassName() const;
36 
37  protected:
38 
41 
43  DtVrfEchelonHierarchyPage( makVrv::DtDe& de, QWidget* parent = 0, Qt::WindowFlags flags = 0);
44 
46  virtual void activate();
47 
49  virtual void deactivate();
50 
51  protected:
52 
53  virtual DtVrfHierarchyPageLogic* createLogic();
54  virtual DtVrfTreeWidget* createHierarchyList();
55 
56  protected:
57 
58  std::string myClassName;
59 
60  };
61 
65  {
66  public:
67 
70 
73 
77  virtual std::string pageClassName() const;
78 
80  virtual makVrv::DtPage* create(QWidget* parent = 0, Qt::WindowFlags f = 0);
81  };
82 
83 }

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)