MAK Data Logger API Documentation for HLA
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
lgrRemoteGui
lgrRemoteColumnSelectContextMenu.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*******************************************************************************/
5
8
9
#ifndef lgrRemoteColumnSelectContextMenu_H_
10
#define lgrRemoteColumnSelectContextMenu_H_
11
12
13
#include <QtGui/QMenu>
14
#include "
lgrRemoteGui.h
"
15
class
QTreeView;
16
class
QStandardItemModel;
17
18
namespace
MAKLogger
19
{
21
class
DT_DLL_LGRREMOTEGUI
DtLgrRemoteColumnSelectContextMenu
:
public
QMenu
22
{
23
Q_OBJECT
24
public
:
26
DtLgrRemoteColumnSelectContextMenu
( QTreeView* parent, QStandardItemModel* model );
27
29
~
DtLgrRemoteColumnSelectContextMenu
();
30
31
//Not virtual, used in constructor
32
void
setupMenu();
33
34
//Not virtual, used in constructor
36
void
connectSignals();
37
38
public
slots:
39
41
virtual
void
menuItemClicked( QAction* action );
42
43
protected
:
44
QTreeView*
myTreeView
;
45
QStandardItemModel*
myItemModel
;
46
47
48
private
:
50
DtLgrRemoteColumnSelectContextMenu
(
const
DtLgrRemoteColumnSelectContextMenu
& orig);
51
53
DtLgrRemoteColumnSelectContextMenu
& operator=(
const
DtLgrRemoteColumnSelectContextMenu
& orig);
54
55
};
56
}
57
58
#endif
Document ID: Generated on Thu Apr 11 12:13:00 EDT 2013 from SVN revision 126011
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)