Inkscape
Vector Graphics Editor
|
Go to the source code of this file.
Classes | |
struct | Inkscape::Util::EnumData< E > |
Simplified management of enumerations of svg items with UI labels. More... | |
class | Inkscape::Util::EnumDataConverter< E > |
Simplified management of enumerations of svg items with UI labels. More... | |
Namespaces | |
namespace | Inkscape |
Helper class to stream background task notifications as a series of messages. | |
namespace | Inkscape::Util |
Miscellaneous supporting code. | |
Functions | |
const Glib::ustring | Inkscape::Util::empty_string ("") |
template<typename T > requires std::is_enum_v<T> | |
constexpr bool | Inkscape::Util::any_flag (T test) |
template<typename T > requires std::is_enum_v<T> | |
constexpr bool | Inkscape::Util::has_flag (T test, T flag) |