15 using TTypedList::TTypedList;
26 operator QByteArray()
const
28 return QByteArray::fromStdString(
toString());
43 bool operator!=(
const QByteArray& ba)
const
45 return toString() != ba.toStdString();
Interface class for managing an indexed lists. Sends out events when about to change and when changed...
Definition TTypedList.h:21
void setHexadecimal(bool flag)
Enables integral types as hexadecimals in the string from toString() function.
#define _GII_CLASS
Definition gii/global.h:38
Definition Application.h:10
void fromString(T &list, const std::string &str, const std::string &separator={})
Converts a string into a typed list.
std::string toString(T value, int digits=0)
The function converts number to a minimal length. It produces 'digits' significant digits in either p...