VR-Forces 4.1.1 Class Documentation
DtObjectConsoleInformationWidget.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtObjectConsoleInformationWidget.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 
15 #include <vrvUtil/signalslib.h>
16 
19 
20 #include <vrfGuiObjectInformationQt/objectConsoleInfoPageUi.hpp>
21 
22 namespace makVrv
23 {
24  class DtDe;
25 }
26 
27 namespace makVrf
28 {
29  namespace makVrfGuiObjectInformationQt
30  {
31  class DtObjectConsoleInformationWidgetLogic;
32 
34  : public QWidget
36  {
37  Q_OBJECT
38 
39  public:
40 
43 
46 
47  protected:
48  void setupGui();
49 
50  protected:
51  virtual void setMessageQueueSize(int);
52  virtual void addMessage(const QString&);
53  virtual void clearMessages();
54  virtual void setNotifyLevel(int);
55  virtual int notifyLevel() const;
56 
57  QWidget* widget()
58  {
59  return this;
60  }
61 
62  protected slots:
63  virtual void onClearButtonPressed();
64  virtual void onLogToFileButtonPressed();
65  virtual void onNotifyLevelChanged();
66 
67  public:
68  Ui_DtObjectConsoleInfoPageUi myUi;
69 
70  protected:
73  };
74  }
75 }

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)