VR-Forces 4.2 Class Documentation
DtLightEditorMenu.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2013 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include "lightEditorPlugin.h"
13 
14 #include <vrvCoreQt/DtMenuItem.h>
15 #include <vrvCoreQt/DtMenu.h>
16 
17 namespace makVrv
18 {
19 
23  {
24  public:
25 
27  DtLightEditorMenu( DtDe& de );
28 
30  virtual ~DtLightEditorMenu();
31 
33  virtual QMenu* createMenu( DtDe&, QWidget* parent );
34 
35  };
36 
37 
41  : public DtMenuItem
42  {
43  public:
44 
47 
49  virtual ~DtLightEditorMenuItem();
50 
52  virtual QAction* createAction( DtDe&, QWidget* parent );
53 
54  protected:
55 
57  virtual void on_triggered();
58 
59  protected:
60 
62 
63  };
64 
65 }

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)