VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 <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 

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)