system directory path manager Generated from class MR.SystemPath. This is the const half of the class. More...
Classes | |
| struct | _Underlying |
Public Types | |
| enum | Directory : int { Resources = 0 , Fonts = 1 , Plugins = 2 , PythonModules = 3 , Count = 4 } |
| directory category More... | |
| enum | SystemFontType : int { Regular = 0 , Bold = 1 , Italic = 2 , BoldItalic = 3 , Count = 4 } |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_SystemPath () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_SystemPath (MR.Const_SystemPath _other) |
| Generated from constructor MR.SystemPath.SystemPath. | |
| Const_SystemPath (SystemPath _other) | |
| Generated from constructor MR.SystemPath.SystemPath. | |
Static Public Member Functions | |
| static unsafe MR.Std.Filesystem.Path | getDirectory (MR.SystemPath.Directory dir) |
| get the directory path for specified category Generated from method MR.SystemPath.getDirectory. | |
| static unsafe void | overrideDirectory (MR.SystemPath.Directory dir, string path) |
| override the directory path for specified category, useful for custom configurations Generated from method MR.SystemPath.overrideDirectory. | |
| static unsafe MR.Std.Filesystem.Path | getResourcesDirectory () |
| get the resource files' directory path Generated from method MR.SystemPath.getResourcesDirectory. | |
| static unsafe MR.Std.Filesystem.Path | getFontsDirectory () |
| get the font files' directory path Generated from method MR.SystemPath.getFontsDirectory. | |
| static unsafe MR.Std.Filesystem.Path | getPluginsDirectory () |
| get the plugin binaries' directory path Generated from method MR.SystemPath.getPluginsDirectory. | |
| static unsafe MR.Std.Filesystem.Path | getPythonModulesDirectory () |
| get the Python modules' binaries' directory path Generated from method MR.SystemPath.getPythonModulesDirectory. | |
| static unsafe MR.Std.Const_Vector_StdArrayStdFilesystemPath4 | getSystemFonts () |
| get name all system fonts that have italics, bold, bold italics Generated from method MR.SystemPath.getSystemFonts. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
system directory path manager Generated from class MR.SystemPath. This is the const half of the class.
| enum MR.Const_SystemPath.Directory : int |
| enum MR.Const_SystemPath.SystemFontType : int |
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.SystemPath.SystemPath.
|
inline |
Generated from constructor MR.SystemPath.SystemPath.
|
inlinevirtual |
|
inlineprotectedvirtual |
|
inlinestatic |
get the directory path for specified category Generated from method MR.SystemPath.getDirectory.
|
inlinestatic |
get the font files' directory path Generated from method MR.SystemPath.getFontsDirectory.
|
inlinestatic |
get the plugin binaries' directory path Generated from method MR.SystemPath.getPluginsDirectory.
|
inlinestatic |
get the Python modules' binaries' directory path Generated from method MR.SystemPath.getPythonModulesDirectory.
|
inlinestatic |
get the resource files' directory path Generated from method MR.SystemPath.getResourcesDirectory.
|
inlinestatic |
get name all system fonts that have italics, bold, bold italics Generated from method MR.SystemPath.getSystemFonts.
|
inlinestatic |
override the directory path for specified category, useful for custom configurations Generated from method MR.SystemPath.overrideDirectory.