ROSE
0.11.137.0
|
Stringification.
Functions | |
const char * | Position (int64_t) |
Convert QPanelLayout::Position enum constant to a string. More... | |
std::string | Position (int64_t, const std::string &strip) |
Convert QPanelLayout::Position enum constant to a string. More... | |
const std::vector< int64_t > & | Position () |
Return all QPanelLayout::Position member values as a vector. More... | |
const char * | SizeType (int64_t) |
Convert QPanelLayout::SizeType enum constant to a string. More... | |
std::string | SizeType (int64_t, const std::string &strip) |
Convert QPanelLayout::SizeType enum constant to a string. More... | |
const std::vector< int64_t > & | SizeType () |
Return all QPanelLayout::SizeType member values as a vector. More... | |
const char* stringify::QPanelLayout::Position | ( | int64_t | ) |
Convert QPanelLayout::Position enum constant to a string.
std::string stringify::QPanelLayout::Position | ( | int64_t | , |
const std::string & | strip | ||
) |
Convert QPanelLayout::Position enum constant to a string.
const std::vector<int64_t>& stringify::QPanelLayout::Position | ( | ) |
Return all QPanelLayout::Position member values as a vector.
const char* stringify::QPanelLayout::SizeType | ( | int64_t | ) |
Convert QPanelLayout::SizeType enum constant to a string.
std::string stringify::QPanelLayout::SizeType | ( | int64_t | , |
const std::string & | strip | ||
) |
Convert QPanelLayout::SizeType enum constant to a string.
const std::vector<int64_t>& stringify::QPanelLayout::SizeType | ( | ) |
Return all QPanelLayout::SizeType member values as a vector.