MAK RTIspy API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
customizeViewDlg.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2009 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: customizeViewDlg.h,v $ $Revision: 1.3 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef customizeViewDialog_H_
13 #define customizeViewDialog_H_
14 
15 #include "rtiMsConfig.h"
16 #include "ui_customizeViewDialogUI.h"
17 #include <QtGui/QDialog>
18 #include <vector>
19 
21 {
22 public:
23 
24  DtCustomizeViewDialog( const std::vector< QAction* >& actions,
25  QWidget* parent=0, Qt::WindowFlags f=0 );
26  virtual ~DtCustomizeViewDialog();
27 
28  void accept();
29 
30 protected:
31  Ui::CustomizeViewDialog myUiImpl;
32 
33  std::vector< QAction* > myActions;
34 };
35 
36 #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)