ScriptModule
|
The Utilities class offers a range of frequently used function for manipulation of strings and others (...). An instance of this class is directly accessible through the scripting environment. More...
#include <ScriptInterface.h>
Public Slots | |
String | convertSeparator (String &data) const |
Convert backward separators to forward separators and vice versa. More... | |
The Utilities class offers a range of frequently used function for manipulation of strings and others (...). An instance of this class is directly accessible through the scripting environment.
|
slot |
Convert backward separators to forward separators and vice versa.
data | String needing conversion |