MAK RTIspy API Documentation for HLA 1.3
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
rtiAssistantApp
enableLoggingDialog.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2013 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
6
#ifndef enableLoggingDialog_H_
7
#define enableLoggingDialog_H_
8
11
12
#include "
rtiMsConfig.h
"
13
#include "ui_enableLoggingDialogUI.h"
14
#include <QtGui/QDialog>
15
20
class
DT_DLL_ASSISTANTAPP
DtAssistantEnableLoggingDialog
:
public
QDialog
21
{
22
public
:
23
25
DtAssistantEnableLoggingDialog
(
QWidget
* parent = 0, Qt::WindowFlags f=0 );
26
28
virtual
~
DtAssistantEnableLoggingDialog
();
29
30
protected
:
31
33
Ui::AssistantEnableLoggingDialog
myUiImpl
;
34
35
};
36
37
38
#endif
Document ID: Generated on Fri Mar 14 19:08:55 EDT 2014 from SVN revision 137085
Copyright © 2005-2014 VT MÄK Inc. All Rights Reserved (
www.mak.com
)