Coin3D is Free Software,
published under the
BSD 3-clause license
.
https://bitbucket.org/Coin3D/
http://www.kongsberg.com/kogt/
Main Page
Modules
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
y
z
~
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
File Members
+
All
a
b
c
d
e
f
g
i
l
m
n
p
r
s
t
w
+
Functions
a
c
d
f
g
i
l
m
n
r
s
t
Variables
Typedefs
+
Macros
a
c
d
e
f
l
m
p
r
t
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
SmShadowText2.h
Go to the documentation of this file.
1
#ifndef SMALLCHANGE_SOSHADOWTEXT2_H
2
#define SMALLCHANGE_SOSHADOWTEXT2_H
3
4
#include <Inventor/nodes/SoSubNode.h>
5
#include <Inventor/nodes/SoText2.h>
6
#include <Inventor/fields/SoMFString.h>
7
#include <Inventor/fields/SoSFFloat.h>
8
#include <Inventor/fields/SoSFEnum.h>
9
#include <Inventor/fields/SoSFVec2f.h>
10
11
#include <SmallChange/basic.h>
12
13
class
SmShadowText2P;
14
15
class
SMALLCHANGE_DLL_API
SmShadowText2
:
public
SoText2
{
16
typedef
SoShape
inherited
;
17
18
SO_NODE_HEADER
(ShadowText2);
19
20
public
:
21
static
void
initClass
(
void
);
22
SmShadowText2
(
void
);
23
24
enum
Justification
{
25
LEFT = 1,
26
RIGHT
,
27
CENTER
28
};
29
30
SoSFVec2f
pixelOffset
;
31
32
virtual
void
GLRender
(
SoGLRenderAction
* action);
33
34
protected
:
35
virtual
~
SmShadowText2
();
36
37
private
:
38
class
SmShadowText2P * pimpl;
39
friend
class
SmShadowText2P;
40
};
41
42
#endif // !SMALLCHANGE_SOSHADOWTEXT2_H
SO_NODE_HEADER
#define SO_NODE_HEADER(classname)
SoText2::GLRender
virtual void GLRender(SoGLRenderAction *action)
SoText2
SoSFVec2f
SmShadowText2
Definition:
SmShadowText2.h:15
SoBase::initClass
static void initClass(void)
SmShadowText2::RIGHT
Definition:
SmShadowText2.h:26
SoText2::Justification
Justification
SoShape
SmShadowText2::pixelOffset
SoSFVec2f pixelOffset
Definition:
SmShadowText2.h:30
SoGLRenderAction
lib
SmallChange
nodes
SmShadowText2.h
Generated on Thu Oct 18 2018 19:34:54 for SmallChange by
doxygen
1.8.14