VR-Forces 4.2 Class Documentation
DtRightClickMenuAssembler.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
12 #include <vrvCoreQt/DtQtMenuAssembler.h>
13 #include <vrvCoreQt/DtMenuManager.h>
14 
16 class DT_DLL_entityeditorimpl DtRightClickMenuManager : public makVrv::DtMenuManager
17 {
18 public:
21 };
22 
23 class DT_DLL_entityeditorimpl DtRightClickMenuAssembler : public makVrv::DtQtMenuAssembler
24 {
25 public:
27  DtRightClickMenuAssembler(makVrv::DtDe&, const makVrv::DtQtMenuAssembler&);
28 
30  virtual ~DtRightClickMenuAssembler();
31 
32  virtual makVrv::DtMenuManager& menuManager();
33  virtual QMenuBar* menuBar();
34  virtual QWidget* menuWindow();
35 
36 protected:
38 };

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)