VR-Forces 4.1 Class Documentation
DtObjectConsoleInformationWidgetInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtObjectConsoleInformationWidgetInterface.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 
15 #include <vrvUtil/signalslib.h>
16 
18 
19 #include <vrvCore/DtStateView.h>
20 #include <vrvCore/DtEntityState.h>
21 
22 class QString;
23 class QWidget;
24 
25 namespace makVrf
26 {
27  namespace makVrfGuiObjectInformationQt
28  {
30  {
31  public:
32 
35  {
36  }
37 
38  virtual void setMessageQueueSize(int) = 0;
39  virtual void addMessage(const QString&) = 0;
40  virtual void clearMessages() = 0;
41  virtual QWidget* widget() = 0;
42  virtual void setNotifyLevel(int) = 0;
43  virtual int notifyLevel() const = 0;
44  };
45  }
46 }

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)