VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCoreQt
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
8
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
9
#include <vrvCoreQt/DtMenuItem.h>
10
11
namespace
makVrf
12
{
15
class
DT_DLL_VRFGUICOREQT
DtExportToGdbMenuItem
:
public
makVrv::DtMenuItem
16
{
17
Q_OBJECT
18
public
:
19
DtExportToGdbMenuItem
(makVrv::DtDe& de);
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
:
32
makVrv::DtDe&
myDe
;
33
};
34
35
}
//namespace makVrf
Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)