ROSE
0.11.22.0
|
Stringification.
Functions | |
const char * | Flags (int64_t) |
Convert qrs::Q3TextFormat::Flags enum constant to a string. More... | |
std::string | Flags (int64_t, const std::string &strip) |
Convert qrs::Q3TextFormat::Flags enum constant to a string. More... | |
const std::vector< int64_t > & | Flags () |
Return all qrs::Q3TextFormat::Flags member values as a vector. More... | |
const char * | VerticalAlignment (int64_t) |
Convert qrs::Q3TextFormat::VerticalAlignment enum constant to a string. More... | |
std::string | VerticalAlignment (int64_t, const std::string &strip) |
Convert qrs::Q3TextFormat::VerticalAlignment enum constant to a string. More... | |
const std::vector< int64_t > & | VerticalAlignment () |
Return all qrs::Q3TextFormat::VerticalAlignment member values as a vector. More... | |
const char * stringify::qrs::Q3TextFormat::Flags | ( | int64_t | i | ) |
Convert qrs::Q3TextFormat::Flags enum constant to a string.
Definition at line 49817 of file stringify.C.
Referenced by Flags().
std::string stringify::qrs::Q3TextFormat::Flags | ( | int64_t | i, |
const std::string & | strip | ||
) |
Convert qrs::Q3TextFormat::Flags enum constant to a string.
Definition at line 49835 of file stringify.C.
References Flags().
const std::vector< int64_t > & stringify::qrs::Q3TextFormat::Flags | ( | ) |
Return all qrs::Q3TextFormat::Flags member values as a vector.
Definition at line 49844 of file stringify.C.
const char * stringify::qrs::Q3TextFormat::VerticalAlignment | ( | int64_t | i | ) |
Convert qrs::Q3TextFormat::VerticalAlignment enum constant to a string.
Definition at line 49887 of file stringify.C.
Referenced by VerticalAlignment().
std::string stringify::qrs::Q3TextFormat::VerticalAlignment | ( | int64_t | i, |
const std::string & | strip | ||
) |
Convert qrs::Q3TextFormat::VerticalAlignment enum constant to a string.
Definition at line 49896 of file stringify.C.
References VerticalAlignment().
const std::vector< int64_t > & stringify::qrs::Q3TextFormat::VerticalAlignment | ( | ) |
Return all qrs::Q3TextFormat::VerticalAlignment member values as a vector.
Definition at line 49905 of file stringify.C.