Open Inventor
Release 2023.2.3
Loading...
Searching...
No Matches
SoGuiPlaneViewer.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-2014 BY FEI S.A.S, ***
17
*** BORDEAUX, FRANCE ***
18
*** ALL RIGHTS RESERVED ***
19
**=======================================================================*/
20
/*=======================================================================
21
** Author : T.MEHAMLI (Jun 2007)
22
**=======================================================================*/
23
24
25
#ifndef SO_GUI_PLANE_VIEWER
26
#define SO_GUI_PLANE_VIEWER
27
29
//
30
// Class: SoGuiPlaneViewer
31
//
32
// SoXXPlaneViewer implementation class
33
//
34
//
36
37
38
#include <
Inventor/Gui/viewers/SoGuiAlgoViewers.h
>
39
40
41
class
SoGuiPlaneViewer
:
public
SoGuiAlgoViewers
42
{
43
#ifndef HIDDEN_FROM_DOC
44
SO_FIELDCONTAINER_HEADER
(
SoGuiPlaneViewer
);
45
#endif
46
47
private
:
48
// Defines
49
enum
ViewerModes
50
{
51
PICK_MODE,
52
VIEW_MODE,
53
DOLLY_MODE_ACTIVE,
54
PAN_MODE,
55
PAN_MODE_ACTIVE,
56
ROLL_MODE_ACTIVE,
57
SEEK_MODE
58
};
59
60
// list of custom push buttons
61
enum
62
{
63
X_PUSH = 0,
64
Y_PUSH,
65
Z_PUSH,
66
CAM_PUSH,
67
PUSH_NUM
68
};
69
73
SoGuiPlaneViewer
();
74
75
virtual
void
setCursorEnabled(
SbBool
onOrOff );
76
SbBool
isCursorEnabled()
const
;
77
virtual
void
setSeekMode(
SbBool
onOrOff );
78
79
// ----------------------- Extension usage -----------------------------------
80
81
virtual
void
actualRedraw();
82
83
private
:
87
virtual
~SoGuiPlaneViewer
();
88
};
89
90
91
#endif
// SO_GUI_PLANE_VIEWER
92
SoGuiAlgoViewers.h
SO_FIELDCONTAINER_HEADER
#define SO_FIELDCONTAINER_HEADER(className)
Definition
SoSubFieldContainer.h:60
SoGuiAlgoViewers
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Common algorithm...
Definition
SoGuiAlgoViewers.h:89
SoGuiPlaneViewer
Definition
SoGuiPlaneViewer.h:42
SbBool
int SbBool
Boolean type.
Definition
SbBase.h:87
Inventor
Gui
viewers
SoGuiPlaneViewer.h
Generated by
1.9.8