VR-Forces 4.1 Class Documentation
exportToGdbMenuItem.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
6 #pragma once
7 
9 #include <vrvCoreQt/DtMenuItem.h>
10 
11 namespace makVrf
12 {
16  {
17  Q_OBJECT
18  public:
20 
21  virtual ~DtExportToGdbMenuItem();
22 
24  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
25 
26  protected:
27 
29  virtual void on_triggered();
30 
31  protected:
33  };
34 
35 } //namespace makVrf

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)