Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
converters.h File Reference

Utility functions to convert ascii representations to numbers. More...

Go to the source code of this file.

Namespaces

namespace  Inkscape
 Helper class to stream background task notifications as a series of messages.
 
namespace  Inkscape::Util
 Miscellaneous supporting code.
 

Functions

double Inkscape::Util::read_number (gchar const *value, bool warning=true)
 
bool Inkscape::Util::read_bool (gchar const *value, bool default_value)
 
std::vector< gdouble > Inkscape::Util::read_vector (const gchar *value)
 
std::string Inkscape::Util::format_number (double val, unsigned int precision=3)
 

Variables

constexpr bool Inkscape::Util::NO_WARNING = false
 

Detailed Description

Utility functions to convert ascii representations to numbers.

Definition in file converters.h.