VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtPopupToolbar.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: $ $Revision: $ $State: $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 
15 #include <vrvCoreQt/vrvCoreQt.h>
16 #include <QtWidgets/QToolBar>
17 
18 namespace makVrv
19 {
20  class DtDe;
21 
26  {
27  Q_OBJECT
28 
29  public:
30  DtPopupToolbar( const QString &title, DtDe& de);
31 
32  virtual void registerWithMainWindow();
33  virtual void unregisterWithMainWindow();
34  virtual void undock();
35  virtual bool docked() const;
36 
37  virtual void showEvent( QShowEvent * event );
38  virtual void hideEvent( QHideEvent * event);
39 
40  signals:
41  void sliderToolBarHidden();
42  void sliderToolBarShown();
43  protected:
44 
46  };
47 }
48 
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
The DtPopupToolbar class provides a toolbar can be easily shown and hidden.
Definition: DtPopupToolbar.h:25
DtDe & myDe
Definition: DtPopupToolbar.h:45
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69

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)