Namespace Ase::MakeIcon
Namespace List > Ase > MakeIcon
Public Functions
Type | Name |
---|---|
IconString | KwIcon (const String & keywords) Create an IconString consisting of keywords. |
IconString | SvgIcon (const String & svgdata) Create an IconString consisting of an SVG string. |
IconString | UcIcon (const String & unicode) Create an IconString consisting of a single/double unicode character. |
IconString | operator""_icon (const char * key, size_t) Create an IconString consisting of keywords. |
IconString | operator""_uc (const char * key, size_t) Create an IconString consisting of a single/double unicode character. |
Public Functions Documentation
function KwIcon
IconString Ase::MakeIcon::KwIcon (
const String & keywords
)
function SvgIcon
IconString Ase::MakeIcon::SvgIcon (
const String & svgdata
)
function UcIcon
IconString Ase::MakeIcon::UcIcon (
const String & unicode
)
function operator""_icon
IconString Ase::MakeIcon::operator""_icon (
const char * key,
size_t
)
function operator""_uc
IconString Ase::MakeIcon::operator""_uc (
const char * key,
size_t
)
The documentation for this class was generated from the following file /__w/anklang/anklang/ase/utils.cc