Searched refs:description (Results 1 - 25 of 54) sorted by relevance

123

/inkscape/src/
H A Devent.h33 : event (_event), type (_type), description (_description) { }
39 Glib::ustring description; member in struct:Inkscape::Event
H A Dsp-polygon.h29 virtual char* description() const;
H A Dsp-polyline.h18 virtual char* description() const;
H A Dsp-anchor.h34 virtual char* description() const;
H A Devent-log.h57 Gtk::TreeModelColumn<Glib::ustring> description; member in struct:Inkscape::EventLog::EventModelColumns
62 add(event); add(type); add(description); add(child_count);
H A Dsp-offset.h58 char *original; ///< SVG description of the source path
86 virtual char* description() const;
H A Dsp-path.h58 virtual char* description() const;
H A Dsp-star.h54 virtual char* description() const;
H A Dsp-switch.h46 virtual gchar *description() const;
H A Dsp-tref.h63 virtual char* description() const;
H A Dsp-image.h62 virtual char* description() const;
H A Dsp-spiral.h71 virtual char* description() const;
H A Dsp-use.h62 virtual char* description() const;
H A Dsp-polyline.cpp120 gchar* SPPolyLine::description() const { function in class:SPPolyLine
H A Devent-log.cpp185 curr_row[_columns.description] = _("[Unchanged]");
325 curr_row[_columns.description] = log->description;
372 Glib::ustring((*_getUndoEvent())[_columns.description])));
382 Glib::ustring((*_getRedoEvent())[_columns.description])));
H A Dbox3d.h64 virtual char *description() const;
H A Dsp-anchor.cpp108 gchar* SPAnchor::description() const { function in class:SPAnchor
H A Dsp-guide.h70 char* description(bool const verbose = true) const;
H A Dsp-text.h92 virtual char* description() const;
H A Dsp-flowtext.h81 virtual char* description() const;
/inkscape/src/widgets/
H A Dege-paint-def.h59 PaintDef( unsigned int r, unsigned int g, unsigned int b, const std::string& description );
/inkscape/src/util/
H A Dunits.h49 Glib::ustring const &description);
71 Glib::ustring description; member in class:Inkscape::Util::Unit
/inkscape/cxxtest/
H A Dcxxtest.spec12 %description
/inkscape/src/ui/dialog/
H A Dinput.cpp348 Gtk::TreeModelColumn<Glib::ustring> description; member in class:Inkscape::UI::Dialog::DeviceModelColumns
353 DeviceModelColumns() { add(toggler), add(expander), add(description); add(thumbnail); add(device); add(mode); }
892 deviceTree.append_column("Bar", getCols().description);
972 //row[getCols().description] = _("Hardware");
1010 childrow[getCols().description] = it->name.empty() ? _("Tablet") : it->name ;
1031 deviceRow[getCols().description] = dev->getName();
1039 if (deviceRow[getCols().description] == _("pad")) {
1061 deviceRow[getCols().description] = dev->getName();
1120 confDeviceTree.append_column("Bar", getCols().description);
1307 Glib::ustring val = row[getCols().description];
[all...]
/inkscape/src/extension/internal/
H A Dgdkpixbuf-input.cpp171 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);

Completed in 34 milliseconds

123