VR-Forces 4.0.4 Class Documentation
include/vrvCoreQt/DtPopupToolbar.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2010 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile:  $ $Revision:  $ $State:  $
00007 ******************************************************************************/
00008 
00012 
00013 #pragma once
00014 
00015 #include <vrvCoreQt/vrvCoreQt.h>
00016 #include <QtGui/QToolBar>
00017 
00018 namespace makVrv
00019 {
00020    class DtDe;
00021 
00025    class DT_DLL_VRVCOREQT DtPopupToolbar : public QToolBar
00026    {
00027    Q_OBJECT
00028    
00029    public:
00030       DtPopupToolbar( const QString &title, DtDe& de);
00031 
00032       virtual void registerWithMainWindow();
00033       virtual void unregisterWithMainWindow();
00034       virtual void undock();
00035       virtual bool docked() const;
00036 
00037       virtual void showEvent( QShowEvent * event );
00038       virtual void hideEvent( QHideEvent * event);
00039 
00040    signals:
00041       void sliderToolBarHidden();
00042       void sliderToolBarShown();      
00043    protected:
00044 
00045       DtDe& myDe;
00046    };
00047 }
00048 

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)