|
CEBL
2.1
|
Functions | |
| string | IntToString (int i) |
| int | asInt (string str) |
| bool | asBool (string str) |
| double | asDouble (string str) |
| bool TextUtils::asBool | ( | string | str | ) |
Definition at line 33 of file TextUtils.cpp.
| double TextUtils::asDouble | ( | string | str | ) |
Definition at line 38 of file TextUtils.cpp.
| int TextUtils::asInt | ( | string | str | ) |
Definition at line 28 of file TextUtils.cpp.
| string TextUtils::IntToString | ( | int | i | ) |
Definition at line 18 of file TextUtils.cpp.
Referenced by TabEEGRecording::CreateGUI(), RobotPie::getParamsList(), CursorPie::getParamsList(), EEGMonitor::initPlot(), Training::setNumClasses(), TabDevice::updateView(), TabMonitor::updateView(), and TabTraining::updateView().
1.8.1.1