VR-Forces 4.1.1 Class Documentation
tmMenu.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2001 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: tmMenu.h,v $ $Revision: 1.4 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DTTMMENUWIDGET_H
13 #define DTTMMENUWIDGET_H
14 
15 #include "commonWgt/menuWidget.h"
16 
17 #include "tmqt/tmqtDefines.h"
19 {
20  Q_OBJECT
21 
22 public:
23 
24  DtTMMenuWidget(QWidget* parent = NULL);
25 
26  virtual ~DtTMMenuWidget();
27 
28 protected:
34  virtual bool init(DtFeatureActionManager*);
35 
36 public:
38  static DtMenuWidget* create(QWidget* parent = NULL);
39 };
40 
41 #endif

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)