VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtDockWidgetItem.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #ifndef DtDockWidgetItem_H_
11 #define DtDockWidgetItem_H_
12 
13 #include <vrvCoreQt/DtMenuItem.h>
14 
15 
16 namespace makVrv
17 {
18  class DtDockable;
19 
23  {
24  Q_OBJECT
25 
26  public:
28  DtDockWidgetItem(const std::string& dockName, DtDockable* dockable);
29 
31  virtual ~DtDockWidgetItem();
32 
34  virtual QAction* createAction(DtDe&, QWidget* parent);
35 
36  protected:
37  virtual void on_triggered();
38 
39  virtual void on_checkStateChanged(bool);
40 
41  protected:
42 
45 
46  };
47 }
48 
49 #endif
50 
QAction * myAction
Definition: DtDockWidgetItem.h:44
Builder for menu items.
Definition: DtMenuItem.h:23
DtDockable * myDockable
Definition: DtDockWidgetItem.h:43
The dockable class provides the docking interface for any class to be a dockable widget in the DtDeMa...
Definition: DtDockable.h:27
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
An menu item for a dock widgets.
Definition: DtDockWidgetItem.h:22
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)