12 namespace Standalone {
27 using SortFunction = std::function<bool (const UTF8String& lhs, const UTF8String& rhs)>;
Definition: interface.h:13
virtual SortFunction getCommandGroupSortFunction(const Interface &context, const UTF8String &group) const =0
Definition: imenubuilder.h:24
virtual bool showCommandGroupInMenu(const Interface &context, const UTF8String &group) const =0
Definition: customcontrols.cpp:8
virtual bool showCommandInMenu(const Interface &context, const Command &cmd) const =0
virtual bool prependMenuSeparator(const Interface &context, const Command &cmd) const =0
Definition: icommand.h:24
holds an UTF8 encoded string and a platform representation of it
Definition: cstring.h:56