VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
extendedDockable.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2011 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 #include <vrvUtil/signalslib.h>
15 
16 #include <vrvCoreQt/DtDockable.h>
17 
18 #include <QtGui/QPixmap>
19 #include <boost/signals2.hpp>
20 
21 namespace makVrv
22 {
23  class DtDe;
24 }
25 
26 namespace makVrf
27 {
30  {
31  public:
33  DtExtendedDockable( makVrv::DtDe& de, const std::string& className );
34 
36  virtual ~DtExtendedDockable();
37 
38  virtual void dock(makVrv::DtQtDeMainWindow& mainWindow, Qt::DockWidgetArea area);
39  virtual void showContainer();
40  virtual void hideContainer();
41 
44  boost::signals2::signal<void ()> signal_contentsModified;
45 
48  virtual QPixmap shadowIcon() const = 0;
49 
51  virtual QString iconName() const = 0;
52 
53  };
54 }
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
The dockable class provides the docking interface for any class to be a dockable widget in the DtDeMa...
Definition: DtDockable.h:27
A widget class for managing simulation back-ends.
Definition: extendedDockable.h:29
boost::signals2::signal< void()> signal_contentsModified
Send this signal when the contents are modified and the &quot;little&quot; expandable icon wants to be updated...
Definition: extendedDockable.h:44
Contains makVrv::DtDockable class.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
The Qt main window.
Definition: DtQtDeMainWindow.h:40

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)