VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiObjectInformationQt
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
17
#include <
vrfGuiObjectInformationQt/vrfGuiObjectInformationQt.h
>
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
{
29
class
DT_DLL_VRFGUIOBJECTINFORMATIONQT
DtObjectConsoleInformationWidgetInterface
30
{
31
public
:
32
34
virtual
~
DtObjectConsoleInformationWidgetInterface
()
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 Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)