VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfEntityListObjectPanelPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtVrfEntityListObjectPanelPage.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
11 
13 
14 #pragma once
15 
18 
19 class QVBoxLayout;
20 
21 namespace makVrf
22 {
23  class DtVrfFilteredListView;
24 
26  {
27 
28  public:
29 
31 
33 
34  virtual void initializeFilterList();
35  };
36 
39  {
40  Q_OBJECT
41 
42  public:
43 
46 
48  virtual QIcon icon();
49 
51  virtual QString title();
52 
54  virtual const std::string& pageClassName() const;
55 
56  protected:
57 
60 
62  DtVrfEntityListObjectPanelPage( makVrv::DtDe& de, QWidget* parent = 0, Qt::WindowFlags flags = 0);
63 
65  virtual void activate();
66 
68  virtual void deactivate();
69 
70  protected:
71 
72  std::string myClassName;
73  };
74 
78  {
79  public:
80 
83 
86 
90  virtual std::string pageClassName() const;
91 
93  virtual makVrv::DtPage* create(QWidget* parent = 0, Qt::WindowFlags f = 0);
94  };
95 
96 }

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)