MAK RTIspy API Documentation for HLA 1.3
customizeViewDlg.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2009 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: customizeViewDlg.h,v $ $Revision: 1.3 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00012 #ifndef customizeViewDialog_H_
00013 #define customizeViewDialog_H_
00014 
00015 #include "rtiMsConfig.h"
00016 #include "ui_customizeViewDialogUI.h"
00017 #include <qdialog.h>
00018 #include <vector>
00019 
00020 class DT_DLL_ASSISTANTAPP DtCustomizeViewDialog : public QDialog
00021 {
00022 public:
00023 
00024    DtCustomizeViewDialog( const std::vector< QAction* >& actions,
00025       QWidget* parent=0, Qt::WindowFlags f=0 );
00026    virtual ~DtCustomizeViewDialog();
00027 
00028    void accept();
00029 
00030 protected:
00031    Ui::CustomizeViewDialog myUiImpl;
00032 
00033    std::vector< QAction* > myActions;
00034 };
00035 
00036 #endif

Document ID: Generated on Thu Jun 14 14:15:04 EDT 2012 from SVN revision 116116
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)