Widget that allows the user to specify a 3D integer vector.
More...
#include <V3DIntInput.h>
Widget that allows the user to specify a 3D integer vector.
- Author
- Scott Pearse
Definition at line 12 of file V3DIntInput.h.
◆ V3DIntInput()
V3DIntInput::V3DIntInput |
( |
| ) |
|
◆ SetValue() [1/2]
void V3DIntInput::SetValue |
( |
const std::vector< int > & |
xyz | ) |
|
◆ SetValue() [2/2]
void V3DIntInput::SetValue |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
z |
|
) |
| |
◆ ValueChanged
void V3DIntInput::ValueChanged |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
z |
|
) |
| |
|
signal |
◆ ValueChangedVec
void V3DIntInput::ValueChangedVec |
( |
const std::vector< int > & |
xyz | ) |
|
|
signal |
The documentation for this class was generated from the following file: