VR-Forces 4.0.4 Class Documentation
include/vrvCoreQt/DtQtDeMainWindowItems.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2008 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtQtIgMainWindowItems.h,v $ $Revision: 1.7 $ $State: Exp $
00007 ******************************************************************************/
00008 
00012 
00013 #pragma once
00014 #include <vrvCoreQt/vrvCoreQt.h>
00015 #include <vrvCoreQt/DtCheckedItem.h>
00016 #include <vrvUtil/DtVirtualBaseClass.h>
00017 
00018 namespace makVrv
00019 {
00020 
00021    class DtQtDeMainWindow;
00022 
00026    class DT_DLL_VRVCOREQT DtFullScreenItem : public DtCheckedItem
00027    {
00028 
00029       Q_OBJECT
00030 
00031    public:
00032 
00034       DtFullScreenItem(DtDe&);
00035 
00037       virtual ~DtFullScreenItem();
00038 
00041       QAction* createAction(DtDe& de, QWidget* parent);
00042 
00043    public slots:
00044 
00046       void slot_onFullScreenToggled();
00047 
00048    protected: 
00049 
00051       virtual void setValue(bool value);
00052 
00054       virtual bool getValue() const;
00055 
00056    protected:
00057 
00058       DtQtDeMainWindow* myMainWindow;
00059 
00060    };
00061 
00065    class DT_DLL_VRVCOREQT DtFullScreenSignaler : public DtVirtualBaseClass
00066    {
00067 
00068    public:
00069 
00071       static DtFullScreenSignaler& instance(DtDe& de);
00072 
00074       virtual ~DtFullScreenSignaler();
00075 
00077       boost::signal<void ()> signal_toggleFullScreen;
00078    
00079    protected:
00080 
00081       DtFullScreenSignaler();
00082 
00083    };
00084 }

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)