MAK RTIspy API Documentation for HLA 1516
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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 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
)