Searched defs:what (Results 1 - 9 of 9) sorted by relevance

/inkscape/src/
H A Dbad-uri-exception.h12 char const *what() const throw() { return "Unsupported URI"; } function in class:Inkscape::UnsupportedURIException
17 char const *what() const throw() { return "Malformed URI"; } function in class:Inkscape::MalformedURIException
H A Dunclump.cpp282 Moves \a what away from \a from by \a dist
285 unclump_push (SPItem *from, SPItem *what, double dist) argument
287 Geom::Point it = unclump_center (what);
293 std::map<const gchar *, Geom::Point>::iterator i = c_cache.find(what->getId());
298 //g_print ("push %s at %g,%g from %g,%g by %g,%g, dist %g\n", what->getId(), it[Geom::X],it[Geom::Y], p[Geom::X],p[Geom::Y], by[Geom::X],by[Geom::Y], dist);
300 what->set_i2d_affine(what->i2dt_affine() * move);
301 what->doWriteTransform(what->getRepr(), what
308 unclump_pull(SPItem *to, SPItem *what, double dist) argument
[all...]
/inkscape/src/extension/
H A Dinput.h30 gchar *output_extension; /**< Setting of what output extension should be used */
35 const char *what() const throw() { return "Open failed"; } function in struct:Inkscape::Extension::Input::open_failed
39 const char *what() const throw() { return "No suitable input extension found"; } function in struct:Inkscape::Extension::Input::no_extension_found
43 const char *what() const throw() { return "Open was cancelled"; } function in struct:Inkscape::Extension::Input::open_cancelled
/inkscape/src/util/
H A Dexpression-evaluator.h66 * number ::= ? what g_strtod() consumes ? ;
68 * unit ::= ? what not g_strtod() consumes and not whitespace ? ;
182 virtual const char *what() const throw () { function in class:Inkscape::Util::EvaluatorException
/inkscape/src/2geom/
H A Dexception.h63 virtual const char* what() const throw () { function in class:Geom::Exception
127 char const *what() const throw() { return "parse error"; } function in struct:Geom::SVGPathParseError
/inkscape/src/io/
H A Dinkscapestream.h30 char const *what() const throw() function in class:Inkscape::IO::StreamException
/inkscape/src/display/
H A Ddrawing-item.h62 virtual const char *what() const throw() { function in class:Inkscape::InvalidItemException
/inkscape/src/widgets/
H A Dege-adjustment-action.cpp570 gint what = GPOINTER_TO_INT(data); local
585 switch ( what ) {
611 if ( what >= BUMP_CUSTOM ) {
612 guint index = what - BUMP_CUSTOM;
/inkscape/src/ui/dialog/
H A Dexport.cpp636 Glib::ustring what = prefs->getString("/dialogs/export/exportarea/value"); local
638 if (!what.empty()) {
640 if (what == selection_names[i]) {
1442 * because that is what is shown to the user. While everything is kept
1893 * in. It then figures out what units are currently being used in the

Completed in 73 milliseconds