VR-Forces 4.6 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfGuiObjectInformationQt
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
14
#include <
vrfGuiObjectInformationQt/vrfGuiObjectInformationQt.h
>
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
{
26
class
DT_DLL_VRFGUIOBJECTINFORMATIONQT
DtObjectConsoleInformationWidgetInterface
27
{
28
public
:
29
31
virtual
~
DtObjectConsoleInformationWidgetInterface
()
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 Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)