VR-Forces 4.6.1 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
vrfutil
rwPlanVariable.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2016 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
9
#pragma once
10
11
#include "
vrfutil/vrfutilDefines.h
"
12
#include "
vrfutil/rwUUID.h
"
13
#include "
vrfutil/rwTranslatableStringObject.h
"
14
17
18
class
DT_DLL_vrfutil
DtRwPlanVariable
:
public
DtRwUUID
19
{
20
public
:
22
DtRwPlanVariable
(
const
DtString
& name,
const
DtRwTranslatableStringObject
& title,
DtReaderWriterRegistry
*
const
parentRegistry = 0);
23
DtRwPlanVariable
(
const
DtString
& name,
DtReaderWriterRegistry
*
const
parentRegistry = 0);
24
26
DtRwPlanVariable
(
const
DtString
& name,
const
DtRwPlanVariable
&,
DtReaderWriterRegistry
*
const
parentRegistry = 0);
27
DtRwPlanVariable
(
const
DtRwPlanVariable
&,
DtReaderWriterRegistry
*
const
parentRegistry = 0);
28
29
virtual
~
DtRwPlanVariable
();
30
31
void
setTitle(
const
DtRwTranslatableStringObject
&);
32
const
DtRwTranslatableStringObject
&
title
()
const
{
return
myTitle; };
33
35
virtual
DtString
markingText
()
const
;
36
37
DtRwPlanVariable
&
operator=
(
const
DtRwUUID
& orig) {
DtRwUUID::operator=
(orig);
return
*
this
; };
38
DtRwPlanVariable
&
operator=
(
const
DtRwPlanVariable
& orig);
39
40
bool
operator!=
(
const
DtRwPlanVariable
& orig)
const
{
return
!(*
this
== orig); };
41
bool
operator==
(
const
DtRwPlanVariable
& orig)
const
;
42
43
protected
:
44
DtRwTranslatableStringObject
myTitle
;
45
};
46
Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)