Inkscape
Vector Graphics Editor
|
Classes | |
class | CmsError |
class | Profile |
class | System |
class | Transform |
Functions | |
static void | sanitize_name (std::string &str) |
Cleans up name to remove disallowed characters. | |
static DirPaths | get_directory_paths () |
|
static |
Definition at line 73 of file system.cpp.
References paths.
Referenced by Inkscape::Colors::CMS::System::getDirectoryPaths().
|
static |
Cleans up name to remove disallowed characters.
Allowed ASCII first characters: ':', 'A'-'Z', '_', 'a'-'z' Allowed ASCII remaining chars add: '-', '.', '0'-'9',
str | the string to clean up. |
Definition at line 91 of file profile.cpp.
Referenced by Inkscape::Colors::CMS::Profile::getName().