VR-Forces Developer's Guide
Home
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfGuiCore
vrfTDLMessageDataElement.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2017 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
9
10
#pragma once
11
12
#include <
vrfGuiCore/vrfSpotReportElement.h
>
13
14
namespace
makVrf
15
{
16
class
DtVrfTDLSettingsRecord;
17
18
class
DT_DLL_VRFGUICORE
DtVrfTDLMessageDataElement
:
public
DtVrfSpotReportElement
19
{
20
public
:
21
DtVrfTDLMessageDataElement
(
makVrv::DtBaseConnection
& conn,
makVrv::DtStateListener
&);
22
virtual
~
DtVrfTDLMessageDataElement
()
override
;
23
25
virtual
const
makVrv::DtElementEntry::ElementType
elementType()
const override
;
26
static
const
makVrv::DtElementEntry::ElementType
theElementType();
27
28
protected
:
29
virtual
void
updateVisibilityBasedOnSettings()
override
;
30
virtual
void
slot_tdlForceOptionsChanged(
const
DtVrfTDLSettingsRecord
&);
31
virtual
void
slot_protocolShownChanged(
const
std::string&,
bool
);
32
virtual
void
slot_domainShownChanged(
const
std::string&,
bool
);
33
34
virtual
void
updateVisibility(
bool
show,
int
flag);
35
37
virtual
void
slot_spotReportOptionsChanged(
const
DtVrfSpotReportsSettingsRecord
&)
override
;
38
39
protected
:
40
std::string
myProtocol
;
41
std::string
myDomain
;
42
};
43
44
using
DtVrfTDLMessageDataElementCreator
=
makVrv::DtElementCreatorTemplate<DtVrfTDLMessageDataElement>
;
45
}
makVrf::DtVrfTDLSettingsRecord
Definition:
vrfTDLSettingsRecord.h:26
makVrf::DtVrfTDLMessageDataElement
Definition:
vrfTDLMessageDataElement.h:18
vrfSpotReportElement.h
makVrf::DtVrfTDLMessageDataElement::myDomain
std::string myDomain
Definition:
vrfTDLMessageDataElement.h:41
makVrf::DtVrfSpotReportsSettingsRecord
Definition:
vrfSpotReportsSettingsRecord.h:33
DT_DLL_VRFGUICORE
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition:
vrfGuiCore.h:25
makVrv::DtElementCreatorTemplate
Definition:
DtElement.h:277
makVrv::DtBaseConnection
The DtBaseConnection is an abstract class.
Definition:
DtBaseConnection.h:35
makVrv::DtElementEntry::ElementType
ElementType
Definition:
DtElementEntry.h:26
makVrf::DtVrfSpotReportElement
Definition:
vrfSpotReportElement.h:36
makVrf::DtVrfTDLMessageDataElement::myProtocol
std::string myProtocol
Definition:
vrfTDLMessageDataElement.h:40
makVrv::DtStateListener
The DtStateListener is an abstract class. Subclasses implement functionality that will allow data to ...
Definition:
DtStateListener.h:26
Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (
www.mak.com
)