VR-Forces 4.1 Class Documentation
tmViewMenu.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: tmViewMenu.h,v $ $Revision: 1.14 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DTTMVIEWMENU_H
13 #define DTTMVIEWMENU_H
14 
15 #include "commonWgt/popupMenu.h"
16 
17 #include "tmqt/tmqtDefines.h"
19 {
20  Q_OBJECT
21 
22 public:
23  DtTMViewMenu(QWidget * parent, bool display = true);
24  virtual ~DtTMViewMenu();
25 
26  DtActionGroup* toolbarsDisplayGroup();
27 
29 protected:
30  virtual QString menuName();
31 
39 
40  virtual bool initMenuItems();
41 
45  virtual bool initActionGroups();
46 
49  virtual void validate();
50 
51 public slots:
52 
54  virtual void processViewEditToolbarsValid();
55 
56 protected:
58 
59 public:
60  static DtPopupMenu* create(QWidget* parent, bool display = true);
61 
62 protected:
64 
67 
70 
72 };
73 
75 {
77 }
78 
79 #endif

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)