VR-Forces 4.10 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
vrfGuiCoreQt
debugDrawConnectorInterface.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2019 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
8
10
11
#pragma once
12
13
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
14
#include <
vrvCoreQt/DtPage.h
>
15
namespace
makVrv
16
{
17
class
DtDe;
18
}
19
20
class
DtSimulationAddress;
21
22
namespace
makVrf
23
{
24
25
class
DT_DLL_VRFGUICOREQT
DtDebugDrawConnectorInterface
:
public
makVrv::DtPage
26
{
27
public
:
28
29
//CTOR
30
DtDebugDrawConnectorInterface
(
makVrv::DtDe
& de, QWidget* parent, Qt::WindowFlags f);
31
32
//DTOR
33
virtual
~
DtDebugDrawConnectorInterface
();
34
36
virtual
QIcon icon() = 0;
37
39
virtual
QString title() = 0;
40
42
virtual
const
std::string& pageClassName()
const
= 0;
43
45
virtual
const
DtSimulationAddress& simAddress()
const
= 0;
46
48
virtual
bool
connected()
const
= 0;
49
50
51
protected
:
52
53
virtual
void
setupGui() = 0;
54
56
virtual
void
activate() = 0;
57
59
virtual
void
deactivate() = 0;
60
};
61
}
62
63
DtPage.h
Contains makVrv::DtPage class.
DT_DLL_VRFGUICOREQT
#define DT_DLL_VRFGUICOREQT
Definition:
vrfGuiCoreQt.h:26
makVrv::DtPage
The page is a single widget component which is viewed in a page collection.
Definition:
DtPage.h:27
makVrf::DtDebugDrawConnectorInterface
Definition:
debugDrawConnectorInterface.h:25
vrfGuiCoreQt.h
makVrv::DtDe
The DtDe is the core component of any VR-Vantage application.
Definition:
DtDe.h:69
Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (
www.mak.com
)