Wrapper class for GQuark.
Quarks are associations between strings and integer identifiers. Given either the string or the Quark identifier it is possible to retrieve the other.
To create a new quark from a string, use fromString().
To find the string corresponding to a given Quark, use toString().
To find the Quark corresponding to a given string, use tryString().
- Note
- This class is a thin wrapper around a quint32. There is no overhead in copying it around, since it is just an integer.
Definition at line 42 of file quark.h.