VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
tmqt
tmOptionsMenu.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: tmOptionsMenu.h,v $ $Revision: 1.6 $ $State: Exp $
7
*********************************************************************/
8
11
12
#ifndef DTTMOPTIONSMENU_H
13
#define DTTMOPTIONSMENU_H
14
15
#include "
commonWgt/popupMenu.h
"
16
17
#include "
tmqt/tmqtDefines.h
"
18
class
DT_DLL_tmqt
DtTMOptionsMenu
:
public
DtPopupMenu
19
{
20
Q_OBJECT
21
22
public
:
23
DtTMOptionsMenu
(
QWidget
* parent,
bool
display =
true
);
24
virtual
~
DtTMOptionsMenu
();
25
27
protected
:
28
virtual
QString
menuName
();
29
35
virtual
bool
initMenuItems
();
36
38
virtual
bool
initActionGroups
();
39
40
public
:
41
static
DtPopupMenu
* create(
QWidget
* parent,
bool
display =
true
);
42
43
protected
:
44
virtual
DtActionGroup
*
getActionGroupForType
(
DtMenuItemType
iType);
45
46
protected
slots:
47
virtual
void
processRubberBandActionValid();
48
49
protected
:
50
DtActionGroup
*
myOptionsActionGroup
;
51
};
52
53
#endif
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
)