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
vrvDrawControl
DtBarAttributeTemplateObject.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2007 MaK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
#pragma once
6
11
#include <
vrvDrawControl/DtAttributeTemplateObject.h
>
12
13
namespace
vrvControlToolkit
14
{
21
class
DT_DLL_VRVDRAWCONTROL
DtBarAttributeTemplateObject
:
22
public
DtAttributeTemplateObject
23
{
24
public
:
36
DtBarAttributeTemplateObject
(
37
const
DtGlobalObjectDesignator
& templateId,
38
const
DtString
& name,
double
minRange,
double
maxRange);
39
40
// \brief Virtual destructor
41
virtual
~
DtBarAttributeTemplateObject
();
42
44
DtBarAttributeTemplateObject
(
45
const
DtBarAttributeTemplateObject
& orig );
46
48
DtBarAttributeTemplateObject
& operator=(
49
const
DtBarAttributeTemplateObject
& rhs );
50
51
private
:
56
DtBarAttributeTemplateObject
();
57
58
public
:
59
65
virtual
double
minRange()
const
;
66
67
73
virtual
double
maxRange()
const
;
74
75
protected
:
76
double
myMinRange
;
77
double
myMaxRange
;
78
79
};
80
}
vrvControlToolkit::DtAttributeTemplateObject
An Attribute Template.
Definition:
DtAttributeTemplateObject.h:26
vrvControlToolkit::DtBarAttributeTemplateObject
A Value Bar Attribute Template.
Definition:
DtBarAttributeTemplateObject.h:21
vrvControlToolkit::DtBarAttributeTemplateObject::myMinRange
double myMinRange
Definition:
DtBarAttributeTemplateObject.h:76
DtGlobalObjectDesignator
DT_DLL_VRVDRAWCONTROL
#define DT_DLL_VRVDRAWCONTROL
Definition:
vrvDrawControl.h:15
DtAttributeTemplateObject.h
DtString
vrvControlToolkit::DtBarAttributeTemplateObject::myMaxRange
double myMaxRange
Definition:
DtBarAttributeTemplateObject.h:77
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
)