VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtDialogPageTitleWidget.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtDialogPageTitleWidget.h,v $ $Revision: 171459 $ $State: Exp $
7 ******************************************************************************/
8 
15 
16 #pragma once
17 
18 #include <vrvCoreQt/vrvCoreQt.h>
19 #include <QtWidgets/QWidget>
20 
21 class QLabel;
22 class QFrame;
23 class QVBoxLayout;
24 class QSpacerItem;
25 
26 namespace makVrv
27 {
28  class DtDe;
29 
33  {
34  public:
36  explicit DtDialogPageTitleWidget(DtDe&, const QString& title, QWidget* parent = 0, Qt::WindowFlags f = 0);
37 
39  virtual ~DtDialogPageTitleWidget();
40 
42  virtual void setShowSeparator(bool);
43 
45  virtual void setTitle(const QString&);
46 
48  QString title() const;
49 
50  protected:
51  void setupGui();
52 
53  protected:
55 
56  public:
57  QVBoxLayout* myMainLayout;
58 
60  QFrame* mySeparator;
61 
62  QSpacerItem* myTopSpacer;
63  QSpacerItem* myBottomSpacer;
65  };
66 }
QSpacerItem * myTopSpacer
Definition: DtDialogPageTitleWidget.h:62
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
DtDe & myDe
Definition: DtDialogPageTitleWidget.h:54
int myBufferSpace
Definition: DtDialogPageTitleWidget.h:64
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
QSpacerItem * myBottomSpacer
Definition: DtDialogPageTitleWidget.h:63
Base select instance widget.
Definition: DtDialogPageTitleWidget.h:32
QLabel * myTitle
Definition: DtDialogPageTitleWidget.h:59
QVBoxLayout * myMainLayout
Definition: DtDialogPageTitleWidget.h:57
QFrame * mySeparator
Definition: DtDialogPageTitleWidget.h:60

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)