VR-Vantage API Documentation
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 <QtGui/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 


Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)