/inkscape/src/ |
H A D | document-undo.h | 4 namespace Glib { namespace 40 static void done(SPDocument *document, unsigned int event_type, Glib::ustring const &event_description); 42 static void maybeDone(SPDocument *document, const gchar *keyconst, unsigned int event_type, Glib::ustring const &event_description);
|
H A D | registrytool.h | 24 namespace Glib { namespace 48 bool setStringValue(const Glib::ustring &key, 49 const Glib::ustring &valueName, 50 const Glib::ustring &value); 55 bool getExeInfo(Glib::ustring &fullPath, 56 Glib::ustring &path, 57 Glib::ustring &exeName);
|
H A D | sp-stop.h | 16 namespace Glib { namespace 43 Glib::ustring * path_string; 46 static SPColor readStopColor( Glib::ustring const &styleStr, guint32 dfl = 0 );
|
H A D | desktop-style.h | 27 namespace Glib { class ustring; } namespace 65 double sp_desktop_get_master_opacity_tool(SPDesktop *desktop, Glib::ustring const &tool, bool* has_opacity = NULL); 66 double sp_desktop_get_opacity_tool(SPDesktop *desktop, Glib::ustring const &tool, bool is_fill); 67 guint32 sp_desktop_get_color_tool(SPDesktop *desktop, Glib::ustring const &tool, bool is_fill, bool* has_color = NULL); 69 void sp_desktop_apply_style_tool(SPDesktop *desktop, Inkscape::XML::Node *repr, Glib::ustring const &tool, bool with_text);
|
H A D | sp-object.h | 70 namespace Glib { namespace 716 void setAttribute( char const *key, Glib::ustring const &value, SPException *ex=NULL); 717 void setAttribute(Glib::ustring const &key, Glib::ustring const &value, SPException *ex=NULL);
|
/inkscape/src/ui/view/ |
H A D | edit-widget-interface.h | 22 namespace Glib { namespace 151 virtual bool showInfoDialog( Glib::ustring const &message ) = 0; 154 virtual bool warnDialog (Glib::ustring const &) = 0;
|
/inkscape/src/widgets/ |
H A D | icon.h | 24 namespace Glib { namespace 51 Gtk::Widget *sp_icon_get_icon( const Glib::ustring &oid, Inkscape::IconSize size = Inkscape::ICON_SIZE_BUTTON ); 57 void queueIconPrerender( Glib::ustring const &oid, Inkscape::IconSize size = Inkscape::ICON_SIZE_BUTTON );
|
/inkscape/src/libnrtype/ |
H A D | FontFactory.h | 38 namespace Glib namespace 60 StyleNames( Glib::ustring name ) : 62 StyleNames( Glib::ustring cssname, Glib::ustring displayname ) : 66 Glib::ustring CssName; // Style as Pango/CSS would write it. 67 Glib::ustring DisplayName; // Style as Font designer named it. 71 // typedef std::map<Glib::ustring, std::list<StyleNames> > FamilyToStylesMap; 108 Glib::ustring ConstructFontSpecification(PangoFontDescription *font); 109 Glib::ustring ConstructFontSpecification(font_instance *font); 112 Glib [all...] |
/inkscape/src/ui/dialog/ |
H A D | icon-preview.h | 30 namespace Glib { namespace 46 //IconPreviewPanel(Glib::ustring const &label); 63 Glib::Timer *timer; 64 Glib::Timer *renderTimer; 76 Glib::ustring targetId; 88 Glib::ustring** labels;
|
H A D | svg-fonts-dialog.cpp | 56 void SvgFontDrawingArea::set_text(Glib::ustring text){ 73 Glib::RefPtr<Gdk::Window> window = get_window(); 136 Glib::ustring undokey = "svgfonts:"; 188 Glib::ustring undokey = "svgfonts:hkern:k:"; 196 this->kerning_pair->getRepr()->setAttribute("k", Glib::Ascii::dtostr(get_selected_spfont()->horiz_adv_x - kerning_slider->get_value()).c_str()); 296 Glib::ustring str; 614 void SvgFontsDialog::glyph_name_edit(const Glib::ustring&, const Glib::ustring& str){ argument 628 void SvgFontsDialog::glyph_unicode_edit(const Glib::ustring&, const Glib argument [all...] |
H A D | filter-effects-dialog.cpp | 117 CheckButtonAttr(bool def, const Glib::ustring& label, 118 const Glib::ustring& tv, const Glib::ustring& fv, 130 Glib::ustring get_as_attribute() const 148 const Glib::ustring _true_val, _false_val; 168 Glib::ustring get_as_attribute() const 173 return Glib::Ascii::dtostr((int)val); 175 return Glib::Ascii::dtostr(val); 182 set_value(Glib::Ascii::strtod(val)); 281 virtual Glib 527 rebind(const Glib::ustring&, const Glib::ustring&) argument [all...] |
/inkscape/src/ui/tools/ |
H A D | tool-base.h | 26 namespace Glib { namespace 199 ToolPrefObserver(Glib::ustring const &path, ToolBase *ec)
|
/inkscape/src/svg/ |
H A D | path-string.h | 58 operator Glib::ustring const () const { 220 // Note: changing this to Glib::ustring might cause problems in path-string.cpp because it assumes that 221 // size() returns the size of the string in BYTES (and Glib::ustring::resize is terribly slow)
|
/inkscape/src/display/ |
H A D | drawing-item.h | 23 namespace Glib { namespace 140 virtual Glib::ustring name(); // For debugging
|