VR-Vantage API Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Tutorials
File List
File Members
include
vrvOsg
DtTextAttribute.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2010 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtTextAttribute.h,v $ $Revision: 1.24 $ $State: Exp $
7
******************************************************************************/
8
12
13
#pragma once
14
15
#include <
vrvOsg/vrvOsg.h
>
16
#include <
vrvOsg/DtBaseTextAttribute.h
>
17
18
namespace
makVrv
19
{
22
class
DT_DLL_VRVOSG
DtTextAttribute
:
public
DtBaseTextAttribute
23
{
24
public
:
25
27
DtTextAttribute
(
DtDe
& de);
28
30
virtual
~
DtTextAttribute
();
31
33
virtual
void
setVisible(
bool
isVisible);
34
36
virtual
void
setText(
const
DtUnicode
& textString);
37
39
virtual
const
DtUnicode
& text()
const
;
40
41
protected
:
42
43
DtUnicode
myTextString
;
44
};
45
}
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)