VR-Forces 4.3 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
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 <vlutil/vlString.h>
15
16
#include <
vrvDrawControl/vrvDrawControl.h
>
17
#include <
vrvDrawControl/DtAttributeTemplateObject.h
>
18
19
namespace
vrvControlToolkit
20
{
27
class
DT_DLL_VRVDRAWCONTROL
DtBarAttributeTemplateObject
:
28
public
DtAttributeTemplateObject
29
{
30
public
:
42
DtBarAttributeTemplateObject
(
43
const
DtGlobalObjectDesignator& templateId,
44
const
DtString
& name,
double
minRange,
double
maxRange);
45
46
// \brief Virtual destructor
47
virtual
~
DtBarAttributeTemplateObject
();
48
50
DtBarAttributeTemplateObject
(
51
const
DtBarAttributeTemplateObject
& orig );
52
54
DtBarAttributeTemplateObject
& operator=(
55
const
DtBarAttributeTemplateObject
& rhs );
56
57
private
:
62
DtBarAttributeTemplateObject
();
63
64
public
:
65
71
virtual
double
minRange()
const
;
72
73
79
virtual
double
maxRange()
const
;
80
81
protected
:
82
double
myMinRange
;
83
double
myMaxRange
;
84
85
};
86
}
Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)