MAK RTIspy API Documentation for HLA Evolved
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
rtiAssistantApp
execConsoleWidget.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2009 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: execConsoleWidget.h,v $ $Revision: 1.4 $ $State: Exp $
7
*******************************************************************************/
8
9
#ifndef execConsoleWidget_H_
10
#define execConsoleWidget_H_
11
14
15
#include "
rtiMsConfig.h
"
16
#include "
consoleWidget.h
"
17
18
class
QLabel
;
19
25
class
DT_DLL_ASSISTANTAPP
DtExecConsoleWidget
:
public
DtConsoleWidget
26
{
27
Q_OBJECT
28
29
public
:
30
32
DtExecConsoleWidget
(
QWidget
* parent = 0, Qt::WindowFlags f = 0 );
33
35
virtual
~
DtExecConsoleWidget
();
36
39
virtual
void
writeText
(
const
QString& st, QColor color = Qt::black );
40
42
virtual
void
clear
();
43
45
virtual
unsigned
textSize()
const
;
46
48
virtual
void
setNotifyLevel
( MAKRti::DtNotifyLevelType
notifyLevel
);
49
51
virtual
void
clearNotifyLevel();
52
53
private
:
54
56
DtExecConsoleWidget
(
DtExecConsoleWidget
const
&);
57
59
DtExecConsoleWidget
& operator=(
DtExecConsoleWidget
const
&);
60
61
signals:
62
64
void
loadLog();
65
66
protected
:
67
70
QAction*
myLoadAction
;
71
73
QLabel
*
myNotifyLevelHeaderLabel
;
74
76
QLabel
*
myNotifyLevelLabel
;
77
79
unsigned
myTextSize
;
80
81
};
82
83
#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
)