|
librime 1.2
Rime Input Method Engine, the core library
|
#include <resource.h>


Public Member Functions | |
| FallbackResourceResolver (const ResourceType &type) | |
| path | ResolvePath (const string &resource_id) override |
| void | set_fallback_root_path (path fallback_root_path) |
| Public Member Functions inherited from rime::ResourceResolver | |
| ResourceResolver (const ResourceType type) | |
| virtual | ~ResourceResolver () |
| string | ToResourceId (const string &file_path) const |
| string | ToFilePath (const string &resource_id) const |
| void | set_root_path (path root_path) |
| path | root_path () const |
Additional Inherited Members | |
| Protected Attributes inherited from rime::ResourceResolver | |
| const ResourceType | type_ |
| path | root_path_ |
|
inlineexplicit |
|
overridevirtual |
Reimplemented from rime::ResourceResolver.
|
inline |