/inkscape/src/util/ |
H A D | share.cpp | 2 * Inkscape::Util::ptr_shared<T> - like T const *, but stronger 16 namespace Util { namespace in namespace:Inkscape
|
H A D | format.h | 2 * Inkscape::Util::format - g_strdup_printf wrapper producing shared strings 21 namespace Util { namespace in namespace:Inkscape
|
H A D | map-list.h | 2 * Inkscape::Util::map_list - apply a function over a list 20 namespace Util { namespace in namespace:Inkscape
|
H A D | reverse-list.h | 2 * Inkscape::Util::reverse_list - generate a reversed list from iterator range 20 namespace Util { namespace in namespace:Inkscape
|
H A D | accumulators.h | 17 namespace Util { namespace in namespace:Inkscape 99 } // namespace Util
|
H A D | filter-list.h | 2 * Inkscape::Util::filter_list - select a subset of the items in a list 20 namespace Util { namespace in namespace:Inkscape
|
H A D | tuple.h | 2 * Inkscape::Util::Tuple - generic tuple type 19 namespace Util { namespace in namespace:Inkscape
|
H A D | enums.h | 16 namespace Util { namespace in namespace:Inkscape
|
H A D | forward-pointer-iterator.h | 2 * Inkscape::Util::ForwardPointerIterator - wraps a simple pointer 23 namespace Util { namespace in namespace:Inkscape
|
H A D | expression-evaluator.h | 80 namespace Util { namespace in namespace:Inkscape
|
H A D | fixed_point.h | 2 * Inkscape::Util::FixedPoint - fixed point type 22 namespace Util { namespace in namespace:Inkscape
|
H A D | list.h | 20 namespace Util { namespace in namespace:Inkscape 22 /// Generic ListCell for Inkscape::Util::List.
|
H A D | share.h | 2 * Inkscape::Util::ptr_shared<T> - like T const *, but stronger 20 namespace Util { namespace in namespace:Inkscape
|
H A D | units.h | 24 namespace Util { namespace in namespace:Inkscape 203 } // namespace Util
|
H A D | list-container.h | 2 * Inkscape::Util::ListContainer - encapsulates lists as STL containers, 21 namespace Util { namespace in namespace:Inkscape
|
H A D | expression-evaluator.cpp | 34 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 D | units.cpp | 31 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 D | unit.h | 16 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 D | mathfns.h | 19 namespace Util { namespace in namespace:Inkscape
|
/inkscape/src/widgets/ |
H A D | ruler.h | 21 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 D | stroke-style.h | 80 namespace Util { namespace in namespace:Inkscape 227 Inkscape::Util::Unit const *_old_unit;
|
/inkscape/src/ui/widget/ |
H A D | style-swatch.h | 41 namespace Util { namespace in namespace:Inkscape 95 Inkscape::Util::Unit *_sw_unit;
|
/inkscape/src/ |
H A D | sp-namedview.h | 28 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 D | document.h | 51 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 D | canvas-grid.h | 31 namespace Util { namespace in namespace:Inkscape 95 Inkscape::Util::Unit const* gridunit; /**< points to Unit object in UnitTable (so don't delete it) */
|