MAK RTIspy API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
federateTreeHeader.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2007 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: federateTreeHeader.h,v $ $Revision: 1.2 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef federateTreeHeader_H_
13 #define federateTreeHeader_H_
14 
15 #include "rtiMsConfig.h"
16 #include <QtGui/QHeaderView>
17 
19 {
20 public:
21 
22  DtFederateTreeHeader( QMenu* menu, QWidget* parent = 0 );
23  virtual ~DtFederateTreeHeader();
24 
25 protected:
26  void mouseReleaseEvent( QMouseEvent* event );
27 
28  QMenu* myMenu;
29 };
30 
31 #endif

Document ID: Generated on Mon Mar 21 09:41:37 EDT 2016 from SVN revision 163228
Copyright © 2005-2015 VT MÄK Inc. All Rights Reserved (www.mak.com)