MAK Data Logger API Documentation for DIS
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 {
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

Document ID: Generated on Sun Dec 15 18:04:30 EST 2013 from SVN revision 134418
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)