VR-Forces 4.1.1 Class Documentation
DtIffPage.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
14 
15 class QTabWidget;
16 class QSpacerItem;
17 
18 namespace makVrf
19 {
20  namespace makVrfGuiObjectInformationQt
21  {
23  {
24  Q_OBJECT
25 
26  public:
27 
29  DtIffPage(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags f = Qt::SubWindow);
30 
32  virtual ~DtIffPage();
33 
34  public:
35 
37  virtual QIcon icon();
38 
40  virtual QString title();
41 
43  virtual const std::string& pageClassName() const;
44 
46  static const std::string& thePageClassName();
47 
49  virtual void setNoIffAvailable();
50 
52  virtual void setIffAvailable();
53 
55  virtual bool iffNotAvailable() const;
56 
58  virtual void addPage();
59 
61  virtual void removePage();
62 
64  virtual void setPageId(int, makVrv::DtElementID);
65 
67  virtual int numPages() const;
68 
69  protected:
70  virtual QWidget* createPageContents();
71 
72  virtual void activate();
73  virtual void deactivate();
74 
75  protected:
78  };
79 
82  }
83 }

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)