VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtInterfaceLayoutEditorWidget.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtInterfaceLayoutEditorWidget.h,v $ $Revision: 1.12 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 
15 #include <vrvCoreQt/vrvCoreQt.h>
17 
18 #include <QtGui/QWidget>
19 
20 class QLabel;
21 class QVBoxLayout;
22 
23 namespace makVrv
24 {
25  class DtDe;
26 
31  {
32  Q_OBJECT
33 
34  public:
35 
37  DtInterfaceLayoutEditorWidget( DtDe& de, QWidget* parent = 0, Qt::WindowFlags flags = 0 );
38 
41 
42  protected:
43 
44  void setupGui();
45 
46  protected:
47 
50  QVBoxLayout* myMainLayout;
51 
52  };
53 }

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)