MAK RTIspy API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
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 
57 
59  DtExecConsoleWidget& operator=(DtExecConsoleWidget const&);
60 
61 signals:
62 
64  void loadLog();
65 
66 protected:
67 
70  QAction* myLoadAction;
71 
74 
77 
79  unsigned myTextSize;
80 
81 };
82 
83 #endif
virtual void setNotifyLevel(MAKRti::DtNotifyLevelType notifyLevel)
Sets the notify level in the combo box.
QLabel * myNotifyLevelLabel
The label that indicates the notify level of the viewed rtiexec.
Definition: execConsoleWidget.h:76
Contains the DtCommentTranslator class declaration.
QAction * myLoadAction
The tool bar action which loads the most recent rtiexec log entries to the console.
Definition: execConsoleWidget.h:70
QLabel * myNotifyLevelHeaderLabel
The header label for the notify level.
Definition: execConsoleWidget.h:73
unsigned myTextSize
Size of the currently displayed (and stored if paused) text in bytes.
Definition: execConsoleWidget.h:79
virtual void clear()
Clears all of the text from the display.
Qt widget that provides the GUI for a console display.
Definition: consoleWidget.h:34
virtual void writeText(const QString &st, QColor color=Qt::black)
Writes the text to the display in the specified color.
Provides the GUI for a console which displays the contents of an rtiexec log.
Definition: execConsoleWidget.h:25
#define DT_DLL_ASSISTANTAPP
Definition: rtiMsConfig.h:151

Document ID: Generated on Wed Jul 8 16:20:32 EDT 2026 from SVN revision 291616
Copyright © 2005-2025 MAK Technologies Inc. All Rights Reserved (www.mak.com)