VR-Forces 4.10 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 
9 
10 #pragma once
11 
12 #include <vrvCoreQt/vrvCoreQt.h>
13 #include <QtWidgets/QToolBar>
14 
15 namespace makVrv
16 {
17  class DtDe;
18 
23  {
24  Q_OBJECT
25 
26  public:
27  DtPopupToolbar( const QString &title, DtDe& de);
28 
29  virtual void registerWithMainWindow();
30  virtual void unregisterWithMainWindow();
31  virtual void undock();
32  virtual bool docked() const;
33 
34  virtual void showEvent( QShowEvent * event );
35  virtual void hideEvent( QHideEvent * event);
36 
37  signals:
38  void sliderToolBarHidden();
39  void sliderToolBarShown();
40  protected:
41 
43  };
44 }
45 
#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:22
DtDe & myDe
Definition: DtPopupToolbar.h:42
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)