VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
objectConsoleInformationWidgetInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvUtil/signalslib.h>
13 
15 
16 #include <vrvCore/DtStateView.h>
17 #include <vrvCore/DtEntityState.h>
18 
19 class QString;
20 class QWidget;
21 
22 namespace makVrf
23 {
24  namespace makVrfGuiObjectInformationQt
25  {
27  {
28  public:
29 
32  {
33  }
34 
35  virtual void setMessageQueueSize(int) = 0;
36  virtual void addMessage(makVrv::DtElementID id, const QString&, int notifyLevel) = 0;
37  virtual void clearMessages() = 0;
38  virtual QWidget* widget() = 0;
39  virtual void setNotifyLevel(int) = 0;
40  virtual int notifyLevel() const = 0;
41  virtual void questionStatusChanged(makVrv::DtElementID, int, int) = 0;
42  };
43  }
44 }

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)