VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes
makVrv::DtVec4Widget Class Reference

DtVec4Widget.

The widget used to represent an 4D vector horizontally or vertically.

Inheritance diagram for makVrv::DtVec4Widget:
Inheritance graph
[legend]

Public Member Functions

 DtVec4Widget (QWidget *parent, bool horitontal=true)
 
virtual void setValue (float x, float y, float z, float w)
 
virtual void getValue (float &x, float &y, float &z, float &w)
 

Protected Attributes

QDoubleSpinBoxmyXSpinBox
 
QDoubleSpinBoxmyYSpinBox
 
QDoubleSpinBoxmyZSpinBox
 
QDoubleSpinBoxmyWSpinBox
 

Constructor & Destructor Documentation

makVrv::DtVec4Widget::DtVec4Widget ( QWidget *  parent,
bool  horitontal = true 
)

Default CTOR.

Parameters
parentThe parent widget.
horizontallyWhetehr layout the x,y,z,w double spin box horizontally.

Member Function Documentation

virtual void makVrv::DtVec4Widget::setValue ( float  x,
float  y,
float  z,
float  w 
)
virtual

Sets the current value.

Parameters
xThe x of the vector.
yThe y of the vector.
zThe z of the vector.
wThe w of the vector.
virtual void makVrv::DtVec4Widget::getValue ( float &  x,
float &  y,
float &  z,
float &  w 
)
virtual

Gets the current value.

Parameters
xThe x of the vector.
yThe x of the vector.
zThe z of the vector.
wThe w of the vector.

Member Data Documentation

QDoubleSpinBox* makVrv::DtVec4Widget::myXSpinBox
protected
QDoubleSpinBox* makVrv::DtVec4Widget::myYSpinBox
protected
QDoubleSpinBox* makVrv::DtVec4Widget::myZSpinBox
protected
QDoubleSpinBox* makVrv::DtVec4Widget::myWSpinBox
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)