|
golib
0.5
|
Input for multiple vectors. More...
#include <multivectorinput.h>
Public Member Functions | |
| MultiVectorInput (const int *ns, int n) | |
| Constructor. More... | |
| goGUI::VectorInput & | getInput (int index) |
Get the index'th VectorInput. More... | |
| void | inputChangedSlot () |
| goCaller0< int > & | callerChanged () |
| Get a caller that calls its connections every time the input gets changed. More... | |
Input for multiple vectors.
Contains several goGUI::VectorInput inputs.
| goGUI::MultiVectorInput::MultiVectorInput | ( | const int * | ns, |
| int | n | ||
| ) |
Constructor.
| ns | Array of integers, the i'th entry denotes the size of the i'th vector. |
| n | Size of ns. |
| goCaller0< int > & goGUI::MultiVectorInput::callerChanged | ( | ) |
Get a caller that calls its connections every time the input gets changed.
goCaller.| goGUI::VectorInput & goGUI::MultiVectorInput::getInput | ( | int | index | ) |