Searched defs:Util (Results 1 - 25 of 26) sorted by relevance

12

/inkscape/src/util/
H A Dshare.cpp2 * Inkscape::Util::ptr_shared<T> - like T const *, but stronger
16 namespace Util { namespace in namespace:Inkscape
H A Dformat.h2 * Inkscape::Util::format - g_strdup_printf wrapper producing shared strings
21 namespace Util { namespace in namespace:Inkscape
H A Dmap-list.h2 * Inkscape::Util::map_list - apply a function over a list
20 namespace Util { namespace in namespace:Inkscape
H A Dreverse-list.h2 * Inkscape::Util::reverse_list - generate a reversed list from iterator range
20 namespace Util { namespace in namespace:Inkscape
H A Daccumulators.h17 namespace Util { namespace in namespace:Inkscape
99 } // namespace Util
H A Dfilter-list.h2 * Inkscape::Util::filter_list - select a subset of the items in a list
20 namespace Util { namespace in namespace:Inkscape
H A Dtuple.h2 * Inkscape::Util::Tuple - generic tuple type
19 namespace Util { namespace in namespace:Inkscape
H A Denums.h16 namespace Util { namespace in namespace:Inkscape
H A Dforward-pointer-iterator.h2 * Inkscape::Util::ForwardPointerIterator - wraps a simple pointer
23 namespace Util { namespace in namespace:Inkscape
H A Dexpression-evaluator.h80 namespace Util { namespace in namespace:Inkscape
H A Dfixed_point.h2 * Inkscape::Util::FixedPoint - fixed point type
22 namespace Util { namespace in namespace:Inkscape
H A Dlist.h20 namespace Util { namespace in namespace:Inkscape
22 /// Generic ListCell for Inkscape::Util::List.
H A Dshare.h2 * Inkscape::Util::ptr_shared<T> - like T const *, but stronger
20 namespace Util { namespace in namespace:Inkscape
H A Dunits.h24 namespace Util { namespace in namespace:Inkscape
203 } // namespace Util
H A Dlist-container.h2 * Inkscape::Util::ListContainer - encapsulates lists as STL containers,
21 namespace Util { namespace in namespace:Inkscape
H A Dexpression-evaluator.cpp34 using Inkscape::Util::unit_table;
37 namespace Util { namespace in namespace:Inkscape
73 * @throws Inkscape::Util::EvaluatorException There was a parse error.
388 } // namespace Util
H A Dunits.cpp31 using Inkscape::Util::UNIT_TYPE_DIMENSIONLESS;
32 using Inkscape::Util::UNIT_TYPE_LINEAR;
33 using Inkscape::Util::UNIT_TYPE_RADIAL;
34 using Inkscape::Util::UNIT_TYPE_FONT_HEIGHT;
102 typedef INK_UNORDERED_MAP<Glib::ustring, Inkscape::Util::UnitType> TypeMap;
123 namespace Util { namespace in namespace:Inkscape
427 Inkscape::Util::UnitTable unit_table;
571 } // namespace Util
/inkscape/src/live_effects/parameter/
H A Dunit.h16 namespace Util { namespace in namespace:Inkscape
35 void param_set_value(Inkscape::Util::Unit const &val);
40 operator Inkscape::Util::Unit const *() const { return unit; }
43 Inkscape::Util::Unit const *unit;
44 Inkscape::Util::Unit const *defunit;
/inkscape/src/helper/
H A Dmathfns.h19 namespace Util { namespace in namespace:Inkscape
/inkscape/src/widgets/
H A Druler.h21 namespace Util { namespace in namespace:Inkscape
59 const Inkscape::Util::Unit *unit);
60 Inkscape::Util::Unit const * sp_ruler_get_unit (SPRuler *ruler);
H A Dstroke-style.h80 namespace Util { namespace in namespace:Inkscape
227 Inkscape::Util::Unit const *_old_unit;
/inkscape/src/ui/widget/
H A Dstyle-swatch.h41 namespace Util { namespace in namespace:Inkscape
95 Inkscape::Util::Unit *_sw_unit;
/inkscape/src/
H A Dsp-namedview.h28 namespace Util { namespace in namespace:Inkscape
67 Inkscape::Util::Unit const *svg_units; // Units used for the values in SVG
68 Inkscape::Util::Unit const *display_units; // Units used for the UI (*not* the same as units of SVG coordinates)
69 Inkscape::Util::Unit const *page_size_units; // Only used in "Custom size" part of Document Properties dialog
92 Inkscape::Util::Unit const * getDisplayUnit() const;
93 Inkscape::Util::Unit const & getSVGUnit() const;
105 double getMarginLength(gchar const * const key,Inkscape::Util::Unit const * const margin_units,Inkscape::Util::Unit const * const return_units,double const width,double const height,bool const use_width);
H A Ddocument.h51 namespace Util { namespace in namespace:Inkscape
245 Inkscape::Util::Unit const* getDisplayUnit() const;
246 Inkscape::Util::Unit const& getSVGUnit() const;
250 Inkscape::Util::Quantity getWidth() const;
251 Inkscape::Util::Quantity getHeight() const;
255 void setWidthAndHeight(const Inkscape::Util::Quantity &width, const Inkscape::Util::Quantity &height, bool changeSize=true);
256 void setWidth(const Inkscape::Util::Quantity &width, bool changeSize=true);
257 void setHeight(const Inkscape::Util::Quantity &height, bool changeSize=true);
/inkscape/src/display/
H A Dcanvas-grid.h31 namespace Util { namespace in namespace:Inkscape
95 Inkscape::Util::Unit const* gridunit; /**< points to Unit object in UnitTable (so don't delete it) */

Completed in 90 milliseconds

12