VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCommon
menuItem.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2000 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: menuItem.h,v $ $Revision: 1.1 $ $State: Exp $
7
*********************************************************************/
8
11
12
#ifndef MENUITEM_H
13
#define MENUITEM_H
14
15
#include "
vrfGuiCommon/menuEntry.h
"
16
20
21
#include "
vrfGuiCommon/vrfGuiCommonDefines.h
"
22
class
DT_DLL_vrfGuiCommon
DtMenuItem
:
public
DtMenuEntry
23
{
24
25
public
:
26
28
DtMenuItem
29
(
30
const
DtString
& name,
31
DtReaderWriterRegistry
*
const
parentRegistry = NULL
32
);
33
35
virtual
~
DtMenuItem
();
36
38
DtMenuItem
(
const
DtMenuItem
& orig);
39
41
DtMenuItem
&
operator=
(
const
DtMenuItem
& orig);
42
43
};
44
45
#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
)