Open Inventor
Release 2023.2.3
Loading...
Searching...
No Matches
PoMiscTextAttrElement.h
Go to the documentation of this file.
1
/*=======================================================================
2
*** THE CONTENT OF THIS WORK IS PROPRIETARY TO FEI S.A.S, (FEI S.A.S.), ***
3
*** AND IS DISTRIBUTED UNDER A LICENSE AGREEMENT. ***
4
*** ***
5
*** REPRODUCTION, DISCLOSURE, OR USE, IN WHOLE OR IN PART, OTHER THAN AS ***
6
*** SPECIFIED IN THE LICENSE ARE NOT TO BE UNDERTAKEN EXCEPT WITH PRIOR ***
7
*** WRITTEN AUTHORIZATION OF FEI S.A.S. ***
8
*** ***
9
*** RESTRICTED RIGHTS LEGEND ***
10
*** USE, DUPLICATION, OR DISCLOSURE BY THE GOVERNMENT OF THE CONTENT OF THIS ***
11
*** WORK OR RELATED DOCUMENTATION IS SUBJECT TO RESTRICTIONS AS SET FORTH IN ***
12
*** SUBPARAGRAPH (C)(1) OF THE COMMERCIAL COMPUTER SOFTWARE RESTRICTED RIGHT ***
13
*** CLAUSE AT FAR 52.227-19 OR SUBPARAGRAPH (C)(1)(II) OF THE RIGHTS IN ***
14
*** TECHNICAL DATA AND COMPUTER SOFTWARE CLAUSE AT DFARS 52.227-7013. ***
15
*** ***
16
*** COPYRIGHT (C) 1996-2024 BY FEI S.A.S, ***
17
*** BORDEAUX, FRANCE ***
18
*** ALL RIGHTS RESERVED ***
19
**=======================================================================*/
20
/*=======================================================================
21
** Author : R. ALBOU (Dec 1997)
22
**=======================================================================*/
23
24
/* include files */
25
#ifndef _PO_MISC_TEXT_ATTR_ELEMENT_
26
#define _PO_MISC_TEXT_ATTR_ELEMENT_
27
28
#include <
Inventor/elements/SoReplacedElement.h
>
29
30
class
PbMiscTextAttr
;
31
35
class
PoMiscTextAttrElement
:
public
SoReplacedElement
{
36
37
SO_ELEMENT_HEADER
(
PoMiscTextAttrElement
);
38
39
public
:
40
// set the current MiscTextAttr
41
static
void
set
(
SoState
*state,
SoNode
*node,
42
const
PbMiscTextAttr
*miscTextAttr);
43
44
// return the current MiscTextAttr from the state
45
static
const
PbMiscTextAttr
*
get
(
SoState
*state);
46
47
private
:
48
// Initializes the class
49
static
void
initClass();
50
static
void
exitClass() ;
51
52
private
:
53
static
PbMiscTextAttr
*m_defaultMiscTextAttr;
54
PbMiscTextAttr
*m_miscTextAttr;
55
57
virtual
void
init
(
SoState
*state);
58
59
virtual
~PoMiscTextAttrElement
();
60
};
61
/*----------------------------------------------------------------------------*/
62
63
#endif
// _PO_MISC_TEXT_ATTR_ELEMENT_
64
65
SoReplacedElement.h
init
static void init()
SO_ELEMENT_HEADER
#define SO_ELEMENT_HEADER(className)
Definition
SoSubElement.h:96
PbMiscTextAttr
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Class to define a numeri...
Definition
PbMiscTextAttr.h:39
PoMiscTextAttrElement
Definition
PoMiscTextAttrElement.h:35
PoMiscTextAttrElement::get
static const PbMiscTextAttr * get(SoState *state)
PoMiscTextAttrElement::set
static void set(SoState *state, SoNode *node, const PbMiscTextAttr *miscTextAttr)
SoNode
Abstract base class for all database nodes.
Definition
SoNode.h:145
SoReplacedElement
Abstract base class for each state element whose value is replaced whenever it is set.
Definition
SoReplacedElement.h:77
SoState
Traversal state.
Definition
SoState.h:74
MeshViz
elements
PoMiscTextAttrElement.h
Generated by
1.9.8