ROSE
0.11.22.0
|
Stringification.
Functions | |
const char * | TypeSel (int64_t) |
Convert qrs::QEditor::TypeSel enum constant to a string. More... | |
std::string | TypeSel (int64_t, const std::string &strip) |
Convert qrs::QEditor::TypeSel enum constant to a string. More... | |
const std::vector< int64_t > & | TypeSel () |
Return all qrs::QEditor::TypeSel member values as a vector. More... | |
const char * stringify::qrs::QEditor::TypeSel | ( | int64_t | i | ) |
Convert qrs::QEditor::TypeSel enum constant to a string.
Definition at line 49449 of file stringify.C.
Referenced by TypeSel().
std::string stringify::qrs::QEditor::TypeSel | ( | int64_t | i, |
const std::string & | strip | ||
) |
Convert qrs::QEditor::TypeSel enum constant to a string.
Definition at line 49457 of file stringify.C.
References TypeSel().
const std::vector< int64_t > & stringify::qrs::QEditor::TypeSel | ( | ) |
Return all qrs::QEditor::TypeSel member values as a vector.
Definition at line 49466 of file stringify.C.