|
| ColorString | tagNote () |
| | translated "Note:" highlighted
|
| |
| ColorString | tagWarning () |
| | translated "Warning:" warning color
|
| |
| ColorString | tagError () |
| | translated "Error:" error color
|
| |
| const char * | qContinue () |
| | translated "Continue?"
|
| |
| template<class Tltext , class Trtext > |
| std::string | join (const Tltext <ext, const Trtext &rtext, const char *sep=" ") |
| | Simple join of two string types.
|
| |
| bool | endsOnWS (const std::string &str_r) |
| | Whether the str_r ends with a WS.
|
| |
| const char * | optBlankAfter (const std::string &str_r) |
| |