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
aboutBox.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2000 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
6
#ifndef aboutBox_H_
7
#define aboutBox_H_
8
11
12
#include <QtGui/QDialog>
13
#include "ui_aboutBoxUi.h"
14
15
class
DtRtiexecmainWindowThread;
22
using namespace
Ui;
23
24
class
DtAboutBox
:
public
QDialog
25
{
26
Q_OBJECT
27
28
public
:
29
31
DtAboutBox
( QString bgImage,
QWidget
*parent = NULL );
32
34
DtAboutBox
(
QWidget
* parent = NULL);
35
37
virtual
~
DtAboutBox
();
38
40
void
setAppName(
const
QString& name);
41
43
void
setAppEdition(
const
QString& edition);
44
46
void
setVersion(
const
QString& version);
47
49
void
setPlatform(
const
QString& platform);
50
52
void
setBuildInfo(
const
QString& buildInfo);
53
55
void
setBuildDate(
const
QString& date);
56
58
void
setCompilerOS(
const
QString& compOS);
59
61
static
DtAboutBox
* create(
QWidget
* parent);
62
63
64
private
:
65
67
DtAboutBox
(
const
DtAboutBox
& orig);
68
70
DtAboutBox
& operator=(
const
DtAboutBox
& orig);
71
72
protected
:
73
DtAboutBoxUi *
myImpl
;
74
75
};
76
77
#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
)