MAK Data Logger API Documentation for DIS
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
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 <QMenu>
14
#include <
lgrRemoteGui/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 Tue Aug 1 09:00:26 EDT 2017 from SVN revision 179128
Copyright © 2017 VT MÄK. All Rights Reserved (
www.mak.com
)