MAK RTIspy API Documentation for HLA 1.3
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

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)