VAPOR3 3.9.4
Signals | Public Member Functions | List of all members
V3DIntInput Class Reference

Widget that allows the user to specify a 3D integer vector. More...

#include <V3DIntInput.h>

Inheritance diagram for V3DIntInput:

Signals

void ValueChanged (int x, int y, int z)
 
void ValueChangedVec (const std::vector< int > &xyz)
 

Public Member Functions

 V3DIntInput ()
 
void SetValue (int x, int y, int z)
 
void SetValue (const std::vector< int > &xyz)
 

Detailed Description

Widget that allows the user to specify a 3D integer vector.

Author
Scott Pearse

Definition at line 12 of file V3DIntInput.h.

Constructor & Destructor Documentation

◆ V3DIntInput()

V3DIntInput::V3DIntInput ( )

Member Function Documentation

◆ 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: