VR-Vantage 2.3 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 /******************************************************************************
6 ** $RCSfile: DtMenuBuilder.h,v $ $Revision: 1.8 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 #include <vrvCoreQt/vrvCoreQt.h>
15 
16 class QMenu;
17 class QWidget;
18 
19 namespace makVrv
20 {
27  {
28  public:
29 
31  DtMenu(DtDe& de,const std::string& menuIdName);
32 
34  virtual ~DtMenu();
35 
38  virtual const std::string& menuIdName() const;
39 
41  virtual QMenu* createMenu(DtDe&, QWidget* parent) = 0;
42 
43  protected:
46  };
47 }


Copyright © 2005-2018 VT MAK. All Rights Reserved (www.mak.com)