VR-Forces 4.6 Class Documentation
 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 /******************************************************************************
6 ** $RCSfile: DtDockWidgetItem.h,v $ $Revision: 1.6 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #ifndef DtDockWidgetItem_H_
14 #define DtDockWidgetItem_H_
15 
16 #include <vrvCoreQt/DtMenuItem.h>
17 
18 
19 namespace makVrv
20 {
21  class DtDockable;
22 
26  {
27  Q_OBJECT
28 
29  public:
31  DtDockWidgetItem(const std::string& dockName, DtDockable* dockable);
32 
34  virtual ~DtDockWidgetItem();
35 
37  virtual QAction* createAction(DtDe&, QWidget* parent);
38 
39  protected:
40  virtual void on_triggered();
41 
42  virtual void on_checkStateChanged(bool);
43 
44  protected:
45 
48 
49  };
50 }
51 
52 #endif
53 

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)