MAK RTIspy API Documentation for HLA 1516
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 <qdialog.h>
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 Tue May 7 16:26:47 EDT 2013 from SVN revision 126903
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)