| OpenSpace3D libs
    OpenSpace 3D libraries for plugITs and OS3D developer | 
| Public Member Functions | |
| VUIW_view (V3Dview) | |
| Container widget viewstr. | |
| VUIW_widget (SO3_WIDGET) | |
| Container widget. | |
| VUIW_bOnBackground (I) | |
| Container widget on background. | |
| VUIW_bOnMaterial (I) | |
| Container widget mode. | |
| VUIW_bTopOnFocus (I) | |
| Container have top on focus flag. | |
| VUIW_bForeground (I) | |
| Container have foreground flag. | |
| VUIW_fQuality (F) | |
| Container widget quality. | |
| VUIW_vPos ([F F]) | |
| Container 2D position. | |
| VUIW_vSize ([F F]) | |
| Container 2D size. | |
| VUIW_tPercent ([I I I I I I I I]) | |
| Container 2D size ratio. | |
| VUIW_tAlign ([I I]) | |
| Container 2D align. | |
| VUIW_iOpacity (I) | |
| Container opacity 0-100. | |
| VUIW_iZorder (I) | |
| Container widget Z order / Z position offset from camera for VR mode. | |
| VUIW_bEnableInputs (I) | |
| Container enable inputs state. | |
| VUIW_material (SO3_MATERIAL) | |
| Container widget material. | |
| VUIW_iTechnique (I) | |
| Container widget technique. | |
| VUIW_iPass (I) | |
| Container widget pass. | |
| VUIW_iTexture (I) | |
| Container widget texture unit. | |
| VUIW_vMousePos (r1]) | |
| Container widget last move pos. | |
| VUIW_vClickPos (r1]) | |
| Container widget last click pos. | |
| VUIW_vClickTrans (r1]) | |
| Container widget last click trans. | |
| VUIW_tMouseInertia ([I I]) | |
| Container mouse inertia. | |
| VUIW_iInertiaTick (I) | |
| Container mouse inertia tick. | |
| VUIW_trmTouchTimeOut (Timer) | |
| Timer to enable mouse after a touch. | |
| VUIW_cbClick (fun[VUIcontainer I I I] I) | |
| Container cbClick. | |
| VUIW_cbUnClick (fun[VUIcontainer I I I] I) | |
| Container cbUnclick. | |
| VUIW_cbMouseIn (fun[VUIcontainer] I) | |
| Container cbMouseIn. | |
| VUIW_cbMouseOut (fun[VUIcontainer] I) | |
| Container cbMouseOut. | |
| VUIW_cbMouseMove (fun[VUIcontainer I I I] I) | |
| Container cbMouseMove. | |
| VUIW_cbFocused (fun[VUIcontainer I] I) | |
| Container cbFocused. | |
Member Function Documentation
◆ VUIW_view()
| VUIW_view | ( | V3Dview | ) | 
Container widget viewstr.
◆ VUIW_widget()
| VUIW_widget | ( | SO3_WIDGET | ) | 
Container widget.
◆ VUIW_bOnBackground()
| VUIW_bOnBackground | ( | I | ) | 
Container widget on background.
◆ VUIW_bOnMaterial()
| VUIW_bOnMaterial | ( | I | ) | 
Container widget mode.
◆ VUIW_bTopOnFocus()
| VUIW_bTopOnFocus | ( | I | ) | 
Container have top on focus flag.
◆ VUIW_bForeground()
| VUIW_bForeground | ( | I | ) | 
Container have foreground flag.
◆ VUIW_fQuality()
| VUIW_fQuality | ( | F | ) | 
Container widget quality.
◆ VUIW_vPos()
| VUIW_vPos | ( | ) | 
Container 2D position.
◆ VUIW_vSize()
| VUIW_vSize | ( | ) | 
Container 2D size.
◆ VUIW_tPercent()
| VUIW_tPercent | ( | ) | 
Container 2D size ratio.
◆ VUIW_tAlign()
| VUIW_tAlign | ( | ) | 
Container 2D align.
◆ VUIW_iOpacity()
| VUIW_iOpacity | ( | I | ) | 
Container opacity 0-100.
◆ VUIW_iZorder()
| VUIW_iZorder | ( | I | ) | 
Container widget Z order / Z position offset from camera for VR mode.
◆ VUIW_bEnableInputs()
| VUIW_bEnableInputs | ( | I | ) | 
Container enable inputs state.
◆ VUIW_material()
| VUIW_material | ( | SO3_MATERIAL | ) | 
Container widget material.
◆ VUIW_iTechnique()
| VUIW_iTechnique | ( | I | ) | 
Container widget technique.
◆ VUIW_iPass()
| VUIW_iPass | ( | I | ) | 
Container widget pass.
◆ VUIW_iTexture()
| VUIW_iTexture | ( | I | ) | 
Container widget texture unit.
◆ VUIW_vMousePos()
| VUIW_vMousePos | ( | r1] | ) | 
Container widget last move pos.
◆ VUIW_vClickPos()
| VUIW_vClickPos | ( | r1] | ) | 
Container widget last click pos.
◆ VUIW_vClickTrans()
| VUIW_vClickTrans | ( | r1] | ) | 
Container widget last click trans.
◆ VUIW_tMouseInertia()
| VUIW_tMouseInertia | ( | ) | 
Container mouse inertia.
◆ VUIW_iInertiaTick()
| VUIW_iInertiaTick | ( | I | ) | 
Container mouse inertia tick.
◆ VUIW_trmTouchTimeOut()
| VUIW_trmTouchTimeOut | ( | Timer | ) | 
Timer to enable mouse after a touch.
◆ VUIW_cbClick()
| VUIW_cbClick | ( | fun | I[VUIcontainer I I I] | ) | 
Container cbClick.
◆ VUIW_cbUnClick()
| VUIW_cbUnClick | ( | fun | I[VUIcontainer I I I] | ) | 
Container cbUnclick.
◆ VUIW_cbMouseIn()
| VUIW_cbMouseIn | ( | fun | I[VUIcontainer] | ) | 
Container cbMouseIn.
◆ VUIW_cbMouseOut()
| VUIW_cbMouseOut | ( | fun | I[VUIcontainer] | ) | 
Container cbMouseOut.
◆ VUIW_cbMouseMove()
| VUIW_cbMouseMove | ( | fun | I[VUIcontainer I I I] | ) | 
Container cbMouseMove.
◆ VUIW_cbFocused()
| VUIW_cbFocused | ( | fun | I[VUIcontainer I] | ) | 
Container cbFocused.
The documentation for this struct was generated from the following file:
Generated by