Searched defs:toString (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/
H A Duri.h118 char *toString() const { return _impl->toString(); } function in class:Inkscape::URI
142 char *toString() const;
H A Dcolor.cpp194 std::string SPColor::toString() const function in class:SPColor
H A Duri.cpp171 gchar *uriString = toString();
226 gchar *URI::Impl::toString() const { function in class:Inkscape::URI::Impl
/inkscape/
H A Dbuildtool.cpp1817 virtual String toString() const;
1991 String URI::toString() const function in class:buildtool::URI
2519 //printf("uri:%s\n", toString().c_str());
3643 String ret = fullURI.toString();

Completed in 40 milliseconds