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