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
vrvDrawControl
DtBarAttributeTemplateObject.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2007 MaK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtBarAttributeTemplateObject.h,v $ $Revision: 1.2 $ $State: Exp $
7
******************************************************************************/
8
#pragma once
9
14
#include <
vrvDrawControl/DtAttributeTemplateObject.h
>
15
16
namespace
vrvControlToolkit
17
{
24
class
DT_DLL_VRVDRAWCONTROL
DtBarAttributeTemplateObject
:
25
public
DtAttributeTemplateObject
26
{
27
public
:
39
DtBarAttributeTemplateObject
(
40
const
DtGlobalObjectDesignator
& templateId,
41
const
DtString
& name,
double
minRange,
double
maxRange);
42
43
// \brief Virtual destructor
44
virtual
~
DtBarAttributeTemplateObject
();
45
47
DtBarAttributeTemplateObject
(
48
const
DtBarAttributeTemplateObject
& orig );
49
51
DtBarAttributeTemplateObject
& operator=(
52
const
DtBarAttributeTemplateObject
& rhs );
53
54
private
:
59
DtBarAttributeTemplateObject
();
60
61
public
:
62
68
virtual
double
minRange()
const
;
69
70
76
virtual
double
maxRange()
const
;
77
78
protected
:
79
double
myMinRange
;
80
double
myMaxRange
;
81
82
};
83
}
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
)