/inkscape/src/ |
H A D | event.h | 33 : event (_event), type (_type), description (_description) { } 39 Glib::ustring description; member in struct:Inkscape::Event
|
H A D | sp-polyline.cpp | 120 gchar* SPPolyLine::description() const { function in class:SPPolyLine
|
H A D | sp-anchor.cpp | 108 gchar* SPAnchor::description() const { function in class:SPAnchor
|
H A D | event-log.h | 57 Gtk::TreeModelColumn<Glib::ustring> description; member in struct:Inkscape::EventLog::EventModelColumns 62 add(event); add(type); add(description); add(child_count);
|
H A D | sp-polygon.cpp | 171 gchar* SPPolygon::description() const { function in class:SPPolygon
|
H A D | sp-switch.cpp | 66 gchar *SPSwitch::description() const { function in class:SPSwitch
|
H A D | sp-path.cpp | 62 gchar* SPPath::description() const { function in class:SPPath 282 flags &= ~SP_OBJECT_USER_MODIFIED_FLAG_B; // since we change the description, it's not a "just translation" anymore
|
H A D | sp-spiral.cpp | 223 gchar* SPSpiral::description() const { function in class:SPSpiral
|
H A D | sp-tref.cpp | 221 gchar* SPTRef::description() const { function in class:SPTRef
|
H A D | sp-guide.cpp | 472 * Returns a human-readable description of the guideline for use in dialog boxes and status bar. 477 char* SPGuide::description(bool const verbose) const function in class:SPGuide
|
H A D | sp-star.cpp | 251 gchar* SPStar::description() const { function in class:SPStar
|
H A D | sp-use.cpp | 240 gchar* SPUse::description() const { function in class:SPUse 255 /* TRANSLATORS: Used for statusbar description for long <use> chains: 259 * a <use>, and giving its description. */
|
H A D | sp-image.cpp | 512 gchar* SPImage::description() const { function in class:SPImage
|
H A D | sp-offset.cpp | 337 gchar* SPOffset::description() const { function in class:SPOffset
|
H A D | verbs.cpp | 1337 Glib::ustring description = ""; local 1341 description = _("Layer to top"); 1345 description = _("Raise layer"); 1349 description = _("Layer to bottom"); 1353 description = _("Lower layer"); 1356 DocumentUndo::done(dt->getDocument(), verb, description);
|
H A D | sp-flowtext.cpp | 288 gchar* SPFlowtext::description() const { function in class:SPFlowtext
|
H A D | sp-item-group.cpp | 310 gchar *SPGroup::description() const { function in class:SPGroup
|
H A D | sp-text.cpp | 364 gchar* SPText::description() const { function in class:SPText
|
H A D | box3d.cpp | 1312 gchar *SPBox3D::description() const { function in class:SPBox3D
|
H A D | sp-item.cpp | 1034 gchar* SPItem::description() const { function in class:SPItem 1040 this->displayName(), this->description());
|
H A D | splivarot.cpp | 64 void sp_selected_path_boolop(Inkscape::Selection *selection, SPDesktop *desktop, bool_op bop, const unsigned int verb=SP_VERB_NONE, const Glib::ustring description=""); 335 sp_selected_path_boolop(Inkscape::Selection *selection, SPDesktop *desktop, bool_op bop, const unsigned int verb, const Glib::ustring description) argument 675 DocumentUndo::done(doc, SP_VERB_NONE, description); 744 // we could call break_apart to do this, but while we have the description... 843 DocumentUndo::done(doc, verb, description); 1336 // remember description 1370 // restore title, description, id, transform 1477 // restore title, description, id, transform 2032 // remember description 2091 // restore title & description [all...] |
/inkscape/src/util/ |
H A D | units.h | 49 Glib::ustring const &description); 71 Glib::ustring description; member in class:Inkscape::Util::Unit
|
H A D | units.cpp | 161 description() 170 Glib::ustring const &description) 176 , description(description) 466 } else if (element == "description") { 467 unit.description = text; 165 Unit(UnitType type, double factor, Glib::ustring const &name, Glib::ustring const &name_plural, Glib::ustring const &abbr, Glib::ustring const &description) argument
|
/inkscape/src/extension/internal/ |
H A D | gdkpixbuf-input.cpp | 171 gchar *description = gdk_pixbuf_format_get_description(pixformat); local 195 "<param name='link' type='optiongroup' appearance='full' _gui-text='" N_("Image Import Type:") "' _gui-description='" N_("Embed results in stand-alone, larger SVG files. Link references a file outside this SVG document and all files must be moved together.") "' >\n" 200 "<param name='dpi' type='optiongroup' appearance='full' _gui-text='" N_("Image DPI:") "' _gui-description='" N_("Take information from file or use default bitmap import resolution as defined in the preferences.") "' >\n" 205 "<param name='scale' type='optiongroup' appearance='full' _gui-text='" N_("Image Rendering Mode:") "' _gui-description='" N_("When an image is upscaled, apply smoothing or keep blocky (pixelated). (Will not work in all browsers.)") "' >\n" 211 "<param name=\"do_not_ask\" _gui-description='" N_("Hide the dialog next time and always apply the same actions.") "' gui-text=\"" N_("Don't ask again") "\" type=\"boolean\" >false</param>\n" 225 description 234 g_free(description);
|
/inkscape/src/ui/dialog/ |
H A D | ocaldialogs.cpp | 446 void PreviewWidget::set_metadata(Glib::ustring description, Glib::ustring creator, argument 449 label_title->set_markup(g_markup_printf_escaped("<b>%s</b>", description.c_str())); 794 Glib::ustring description = list_results->get_text(row, RESULTS_COLUMN_DESCRIPTION); local 799 preview_files->set_metadata(description, creator, date); 1004 else if (!strcmp(reinterpret_cast<const char*>(cur_node->name), "description")) 1011 stripped_description = _("No description"); 1157 // Populate the MARKUP column with the title & description of the clipart 1160 Glib::ustring description = list_results->get_text(i, RESULTS_COLUMN_DESCRIPTION); local 1162 title.c_str(), description.c_str());
|