Searched refs:getName (Results 1 - 25 of 33) sorted by relevance

12

/inkscape/src/ui/dialog/
H A Dknot-properties.h36 Glib::ustring getName() const { return "LayerPropertiesDialog"; } function in class:Inkscape::UI::Dialogs::KnotPropertiesDialog
H A Dlpe-powerstroke-properties.h30 Glib::ustring getName() const { return "LayerPropertiesDialog"; } function in class:Inkscape::UI::Dialogs::PowerstrokePropertiesDialog
H A Dcalligraphic-profile-rename.h40 Glib::ustring getName() const { function in class:Inkscape::UI::Dialog::CalligraphicProfileRename
H A Dlpe-fillet-chamfer-properties.h26 Glib::ustring getName() const { function in class:Inkscape::UI::Dialogs::FilletChamferPropertiesDialog
H A Dguides.h54 Glib::ustring getName() const { return "GuidelinePropertiesDialog"; } function in class:Inkscape::UI::Dialogs::GuidelinePropertiesDialog
H A Dprint.cpp180 gchar const *jobname = _doc->getName() ? _doc->getName() : _("SVG Document");
H A Dlayer-properties.h49 Glib::ustring getName() const { return "LayerPropertiesDialog"; } function in class:Inkscape::UI::Dialogs::LayerPropertiesDialog
H A Dinput.cpp1003 names.push_back( (*it2)->getName() );
1031 deviceRow[getCols().description] = dev->getName();
1061 deviceRow[getCols().description] = dev->getName();
1547 if ( linkName == (*it)->getName() ) {
1578 linkCombo.append((*it)->getName().c_str());
1580 linkCombo.set_active_text((*it)->getName().c_str());
H A Dlivepatheffect-editor.cpp215 effectcontrol_frame.set_label(effect.getName());
357 row[columns.col_name] = (*it)->lpeobject->get_lpe()->getName();
/inkscape/src/
H A Ddevice-manager.h22 virtual Glib::ustring getName() const = 0;
H A Dsp-path.cpp79 s = lpeobj->get_lpe()->getName();
81 s = s + ", " + lpeobj->get_lpe()->getName();
H A Dsp-namedview.h89 char const *getName() const;
H A Dcolor-profile.cpp607 Glib::ustring const& getName() {return _name;} function in class:ProfileInfo::Glib
640 result.push_back( it->getName() );
655 result.push_back( it->getName() );
669 if ( name == it->getName() ) {
956 if ( it->getName() == info.getName() ) {
H A Dinkview.cpp158 gtk_window_set_title(GTK_WINDOW(ss->window), ss->doc->getName());
310 gtk_window_set_title( GTK_WINDOW(w), ss.doc->getName() );
H A Ddocument.h149 char const* getName() const { return name; } function in class:SPDocument
H A Dinkscape.cpp566 docname = doc->getName();
618 failednames = g_slist_prepend (failednames, (doc->getName()) ? g_strdup(doc->getName()) : g_strdup (_("Untitled document")));
H A Ddesktop.cpp502 _widget->setTitle( this->getDocument()->getName() );
523 _widget->setTitle( this->getDocument()->getName() );
/inkscape/src/display/
H A Dcanvas-grid.h68 const char * getName() const;
71 static const char * getName(GridType type);
H A Dcanvas-grid.cpp172 CanvasGrid::getName() const function in class:Inkscape::CanvasGrid
191 CanvasGrid::getName(GridType type) function in class:Inkscape::CanvasGrid
306 str += getName();
/inkscape/src/live_effects/
H A Deffect.h111 Glib::ustring getName() const;
H A Deffect.cpp381 Effect::getName() const function in class:Inkscape::LivePathEffect::Effect
499 getName().c_str(), acceptsNumClicks()));
/inkscape/src/extension/internal/pdfinput/
H A Dpdf-parser.cpp747 if (!res->lookupGState(args[0].getName(), &obj1)) {
751 error(errSyntaxError, getPos(), "ExtGState '{0:s}' is wrong type"), args[0].getName();
1087 res->lookupColorSpace(args[0].getName(), &obj);
1128 res->lookupColorSpace(args[0].getName(), &obj);
1215 (pattern = res->lookupPattern(args[numArgs-1].getName(), NULL, NULL))) {
1221 (pattern = res->lookupPattern(args[numArgs-1].getName(), NULL))) {
1267 (pattern = res->lookupPattern(args[numArgs-1].getName(), NULL, NULL))) {
1273 (pattern = res->lookupPattern(args[numArgs-1].getName(), NULL))) {
1689 if (!(shading = res->lookupShading(args[0].getName(), NULL, NULL))) {
1693 if (!(shading = res->lookupShading(args[0].getName(), NUL
[all...]
H A Dsvg-builder.cpp1022 if (font->getName()) {
1023 _font_specification = font->getName()->getCString();
/inkscape/
H A Dbuildtool.cpp735 virtual String getName() function in class:buildtool::Attribute
797 virtual String getName() function in class:buildtool::Element
1004 if (getName() == name)
1022 if (attributes[i].getName() ==name)
1078 attributes[i].getName().c_str(),
3263 virtual String getName() function in class:buildtool::PkgConfig
4743 String tagName = child->getName();
4776 String name = elem->getName();
4797 String tagName = child->getName();
4856 String tagName = child->getName();
6616 virtual String getName() function in class:buildtool::Task
9133 virtual String getName() function in class:buildtool::Target
[all...]
/inkscape/src/widgets/
H A Ddesktop-widget.cpp1021 updateTitle( desktop->doc()->getName() );
1174 doc->getName());
1233 doc->getName() ? doc->getName() : "Unnamed");

Completed in 2831 milliseconds

12