Inkscape
Vector Graphics Editor
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages Concepts
Inkscape::Colors::CMS Namespace Reference

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 ()
 

Function Documentation

◆ get_directory_paths()

static DirPaths Inkscape::Colors::CMS::get_directory_paths ( )
static

Definition at line 73 of file system.cpp.

References paths.

Referenced by Inkscape::Colors::CMS::System::getDirectoryPaths().

◆ sanitize_name()

static void Inkscape::Colors::CMS::sanitize_name ( std::string &  str)
static

Cleans up name to remove disallowed characters.

Allowed ASCII first characters: ':', 'A'-'Z', '_', 'a'-'z' Allowed ASCII remaining chars add: '-', '.', '0'-'9',

Parameters
strthe string to clean up.

Definition at line 91 of file profile.cpp.

Referenced by Inkscape::Colors::CMS::Profile::getName().