Searched defs:getPath (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/
H A Duri.h93 const char *getPath() const { return _impl->getPath(); } function in class:Inkscape::URI
138 const char *getPath() const;
H A Dpreferences.h221 Glib::ustring const &getPath() const { return _pref_path; } function in class:Inkscape::Preferences::Entry::Glib
H A Duri.cpp90 const gchar *path = getPath();
100 const gchar *path = getPath();
110 const gchar *path = getPath();
120 const gchar *URI::Impl::getPath() const { function in class:Inkscape::URI::Impl
152 if (!_impl->getPath()) {
155 std::string path = std::string(_impl->getPath());
H A Dcolor-profile.cpp608 Glib::ustring const& getPath() {return _path;} function in class:ProfileInfo::Glib
670 result = it->getPath();
/inkscape/share/extensions/
H A Dpturtle.py73 def getPath(self): member in class:pTurtle
/inkscape/
H A Dbuildtool.cpp1848 virtual String getPath() const;
2048 String URI::getPath() const function in class:buildtool::URI
3269 virtual String getPath() function in class:buildtool::PkgConfig
6153 String fullPath = fullPathURI.getPath();
6731 if (refreshCache || isNewerThan(parent.getURI().getPath(), fullName))
8147 if (!force && !isNewerThan(parent.getURI().getPath(), fullName))
9874 status("######## PARSE : %s", uri.getPath().c_str());

Completed in 64 milliseconds