Searched defs:URI (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/ | ||
H A D | uri.h | 22 * Represents an URI as per RFC 2396. 24 class URI { class in namespace:Inkscape 28 URI(); 33 URI(URI const &uri); 40 explicit URI(char const *preformed) throw(BadURIException); 45 ~URI(); 48 * Determines if the URI represented is an 'opaque' URI. 50 * @return \c true if the URI i [all...] |
H A D | uri.cpp | 19 URI::URI() { function in class:Inkscape::URI 24 URI::URI(const URI &uri) { function in class:Inkscape::URI 29 URI::URI(gchar const *preformed) throw(BadURIException) { function in class:Inkscape::URI 41 URI::~URI() { 45 URI [all...] |
/inkscape/ | ||
H A D | buildtool.cpp | 1731 * A class that implements the W3C URI resource reference. 1733 class URI class in namespace:buildtool 1754 URI() function in class:buildtool::URI 1762 URI(const String &str) function in class:buildtool::URI 1772 URI(const char *str) function in class:buildtool::URI 1783 URI(const URI &other) function in class:buildtool::URI 1793 URI &operator=(const URI &other) 1804 virtual ~URI() [all...] |
Completed in 62 milliseconds