opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
icon_cache.h
Go to the documentation of this file.
1#pragma once
2
4
5#include <memory>
6#include <string_view>
7
8namespace osc { class Icon; }
9
10namespace osc
11{
31}
Definition icon_cache.h:12
IconCache(ResourceLoader loader_prefixed_at_dir_containing_svgs, float vertical_scale, float device_pixel_ratio)
IconCache(const IconCache &)=delete
const Icon & find_or_throw(std::string_view icon_name) const
IconCache(IconCache &&) noexcept
Definition icon.h:11
Definition resource_loader.h:24
Definition custom_decoration_generator.h:5
constexpr U to(T &&value)
Definition conversion.h:56