VR-Vantage 3.0 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtMenu.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 #include <vrvCoreQt/vrvCoreQt.h>
12 
13 class QMenu;
14 class QWidget;
15 
16 namespace makVrv
17 {
24  {
25  public:
26 
28  DtMenu(DtDe& de,const std::string& menuIdName);
29 
31  virtual ~DtMenu();
32 
35  virtual const std::string& menuIdName() const;
36 
38  virtual QMenu* createMenu(DtDe&, QWidget* parent) = 0;
39 
40  protected:
43  };
44 }


Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)