ROSE
0.9.10.168
|
Stringification.
Functions | |
const char * | Operation (long) |
Convert qrs::Q3TextCursor::Operation enum constant to a string. More... | |
std::string | Operation (long, const std::string &strip) |
Convert qrs::Q3TextCursor::Operation enum constant to a string. More... | |
const std::vector< long > & | Operation () |
Return all qrs::Q3TextCursor::Operation member values as a vector. More... | |
const char * stringify::qrs::Q3TextCursor::Operation | ( | long | i | ) |
Convert qrs::Q3TextCursor::Operation enum constant to a string.
Definition at line 1749 of file stringify.C.
Referenced by Operation().
std::string stringify::qrs::Q3TextCursor::Operation | ( | long | i, |
const std::string & | strip | ||
) |
Convert qrs::Q3TextCursor::Operation enum constant to a string.
Definition at line 1761 of file stringify.C.
References Operation().
const std::vector< long > & stringify::qrs::Q3TextCursor::Operation | ( | ) |
Return all qrs::Q3TextCursor::Operation member values as a vector.
Definition at line 1770 of file stringify.C.