VR-Forces 4.1.1 Class Documentation
DtSymbolDecorationToolbarWidget.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
11 
12 #pragma once
13 
14 #include <vrvCoreQt/vrvCoreQt.h>
15 
17 
18 #include <QtGui/QWidget>
19 #include <QtGui/QFocusEvent>
20 
21 class QToolButton;
22 class QSlider;
23 
24 namespace makVrv
25 {
26  class DtPopupToolbarButton;
27  class DtPopupToolbar;
28  class DtSymbolDecorationSettingsWidget;
29  class DtSymbolDecorationSettingsWidgetLogic;
30 
36  : public QWidget
37  {
38  Q_OBJECT
39 
40  public:
41 
44  DtDe& de, QWidget * parent = 0, Qt::WindowFlags f = 0 );
45 
48 
49  protected:
51  void setupGui();
52 
54  void slot_initialize();
55 
56  protected:
62  };
63 
68  : public DtWidgetBuilder
69  {
70  public:
71 
74  virtual QWidget* create(
75  DtDe& de, QWidget* parent, const Qt::WindowFlags& flags);
76  };
77 }

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)