Classes | |
class | Directory |
class | SystemFontType |
Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, SystemPath arg0) |
Static Public Member Functions | |
os.PathLike | getDirectory (SystemPath.Directory dir) |
os.PathLike | getFontsDirectory () |
os.PathLike | getPluginsDirectory () |
os.PathLike | getPythonModulesDirectory () |
os.PathLike | getResourcesDirectory () |
std_vector_std_array_std_filesystem_path_4ul | getSystemFonts () |
None | overrideDirectory (SystemPath.Directory dir, os.PathLike path) |
Static Public Attributes | |
SystemFontPaths | |
Generated from: MR::SystemPath system directory path manager
None meshlib.mrmeshpy.SystemPath.__init__ | ( | self | ) |
Implicit default constructor.
None meshlib.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 |
override the directory path for specified category, useful for custom configurations
|
static |