VR-Exchange 2.1 API Documentation
columnSelectionContextMenu.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2012 VT MAK
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <namespace.h>
13 
14 #include <QtGui/QMenu>
15 
16 class QTreeWidget;
17 
18 namespace MAKVrExchange
19 {
20 
24  { Q_OBJECT;
25  public:
26 
29 
32 
33  protected:
34 
37  void setupMenu();
38 
41  void connectToSignals();
42 
43  protected slots:
44 
46  virtual void onMenuItemTriggered( QAction* action );
47 
48  protected:
49 
50  std::vector<int> myColumnSizes;
51 
53 
54  };
55 
56 }

Document ID: Generated on Tue Aug 7 22:07:13 EDT 2012 from SVN revision 117874
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)