VR-Exchange 2.4 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
columnSelectionContextMenu.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2014 VT MAK
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <widgets/dllExport.h>
13 #include <QtGui/QMenu>
14 
15 class QTreeWidget;
16 
17 namespace MAKVrExchange
18 {
19 
23  { Q_OBJECT;
24  public:
25 
28 
31 
32  protected:
33 
36  void setupMenu();
37 
40  void connectToSignals();
41 
42  protected slots:
43 
45  virtual void onMenuItemTriggered( QAction* action );
46 
47  protected:
48 
49  std::vector<int> myColumnSizes;
50 
52 
53  };
54 
55 }

Document ID: Generated on Thu Jul 23 10:25:22 EDT 2015 from SVN revision 155065
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)