Classes | |
| class | Directory |
| class | SystemFontType |
Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, SystemPath arg0) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| pathlib.Path | getDirectory (SystemPath.Directory dir) |
| pathlib.Path | getFontsDirectory () |
| pathlib.Path | getPluginsDirectory () |
| pathlib.Path | getPythonModulesDirectory () |
| pathlib.Path | getResourcesDirectory () |
| std_vector_std_array_std_filesystem_path_4ul | getSystemFonts () |
| SystemPath | operator (*args, **kwargs) |
| SystemPath | operator (*args, **kwargs) |
| None | overrideDirectory (SystemPath.Directory dir, os.PathLike|str|bytes path) |
Static Public Attributes | |
| SystemFontPaths | |
Generated from: MR::SystemPath system directory path manager
|
static |
| None mrmeshpy.SystemPath.__init__ | ( | self | ) |
| None mrmeshpy.SystemPath.__init__ | ( | self, | |
| SystemPath | arg0 ) |
Implicit copy constructor.
|
static |
get the directory path for specified category
|
static |
get the font files' directory path
|
static |
get the plugin binaries' directory path
|
static |
get the Python modules' binaries' directory path
|
static |
get the resource files' directory path
|
static |
get name all system fonts that have italics, bold, bold italics
|
static |
|
static |
|
static |
override the directory path for specified category, useful for custom configurations
|
static |