Search

Searched defs:getName (Results 1 - 13 of 13) sorted by relevance

/inkscape/src/ui/dialog/
H A Dlpe-powerstroke-properties.h30 Glib::ustring getName() const { return "LayerPropertiesDialog"; } function in class:Inkscape::UI::Dialogs::PowerstrokePropertiesDialog
H A Dknot-properties.h36 Glib::ustring getName() const { return "LayerPropertiesDialog"; } function in class:Inkscape::UI::Dialogs::KnotPropertiesDialog
H A Dcalligraphic-profile-rename.h40 Glib::ustring getName() const { function in class:Inkscape::UI::Dialog::CalligraphicProfileRename
H A Dguides.h54 Glib::ustring getName() const { return "GuidelinePropertiesDialog"; } function in class:Inkscape::UI::Dialogs::GuidelinePropertiesDialog
H A Dlpe-fillet-chamfer-properties.h26 Glib::ustring getName() const { function in class:Inkscape::UI::Dialogs::FilletChamferPropertiesDialog
H A Dlayer-properties.h49 Glib::ustring getName() const { return "LayerPropertiesDialog"; } function in class:Inkscape::UI::Dialogs::LayerPropertiesDialog
/inkscape/src/
H A Ddocument.h149 char const* getName() const { return name; } function in class:SPDocument
H A Ddevice-manager.cpp175 virtual Glib::ustring getName() const {return name;} function in class:Inkscape::InputDeviceImpl
H A Dsp-namedview.cpp1022 gchar const *SPNamedView::getName() const function in class:SPNamedView
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() ) {
/inkscape/src/live_effects/
H A Deffect.cpp381 Effect::getName() const function in class:Inkscape::LivePathEffect::Effect
499 getName().c_str(), acceptsNumClicks()));
/inkscape/src/display/
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/
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...]

Completed in 197 milliseconds