MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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>
15 class QTreeView;
16 class QStandardItemModel;
17 
18 namespace MAKLogger
19 {
22  {
23  Q_OBJECT
24  public:
26  DtLgrRemoteColumnSelectContextMenu( QTreeView* parent, QStandardItemModel* model );
27 
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:
51 
54 
55  };
56 }
57 
58 #endif
The Select Column Context menu implementation.
Definition: lgrRemoteColumnSelectContextMenu.h:21
QTreeView * myTreeView
Definition: lgrRemoteColumnSelectContextMenu.h:44
QStandardItemModel * myItemModel
Definition: lgrRemoteColumnSelectContextMenu.h:45
#define DT_DLL_LGRREMOTEGUI
Definition: lgrRemoteGui.h:21

Document ID: Generated on Thu Sep 2 15:35:22 EDT 2021 from SVN revision 233992
Copyright © 2021 MAK Technologies. All Rights Reserved (www.mak.com)