![]() |
stec-platform
|
The smath class in group platformlib. More...
#include <algo.h>
Static Public Member Functions | |
static QVariant | DefaultValue (QString key, QVariant src, QVariant defaultValue="", bool ignorKeyCase=true) |
DefaultValue one. | |
static QVariant | DefaultValue (QString key, VremVArray src, QVariant defaultValue="", bool ignorKeyCase=true) |
default vale fpr a key using VremArray | |
static QVariant | DefaultValue (QString key, VremList src, QVariant defaultValue="", bool ignorKeyCase=true) |
default value for using VremList | |
static bool | Contains (QString pattern, QVariant src, bool ignorKeyCase=true) |
If a pattern is contained within a source. | |
static QVariant | Normalize (const QString str) |
returns a QVarint of type closest to the string representaiton. IE it will rerun a QVariant Double if numeric and . , int in numeric but no . | |
The smath class in group platformlib.
Used to do String Math.. this class is where all the parameter checking should come