Searched refs:SPIScale24 (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/
H A Dstyle.h198 SPIScale24 opacity;
216 SPIScale24 solid_opacity;
221 SPIScale24 fill_opacity;
240 SPIScale24 stroke_opacity;
H A Dstyle-internal.h266 class SPIScale24 : public SPIBase class in inherits:SPIBase
270 SPIScale24() function in class:SPIScale24
275 SPIScale24( Glib::ustring const &name, unsigned value = 0, bool inherits = true ) function in class:SPIScale24
281 virtual ~SPIScale24()
295 SPIScale24& operator=(const SPIScale24& rhs) {
H A Dstyle-internal.cpp137 // SPIScale24 -----------------------------------------------------------
140 SPIScale24::read( gchar const *str ) {
159 SPIScale24::write( guint const flags, SPIBase const *const base) const {
161 SPIScale24 const *const my_base = dynamic_cast<const SPIScale24*>(base);
179 SPIScale24::cascade( const SPIBase* const parent ) {
180 if( const SPIScale24* p = dynamic_cast<const SPIScale24*>(parent) ) {
183 std::cerr << "SPIScale24::cascade(): Incorrect parent type" << std::endl;
188 SPIScale24
[all...]
/inkscape/src/widgets/
H A Dfill-style.cpp257 SPIScale24 &targOpacity = (kind == FILL) ? query.fill_opacity : query.stroke_opacity;
/inkscape/src/ui/tools/
H A Dtweak-tool.cpp729 tweak_opacity (guint mode, SPIScale24 *style_opacity, double opacity_goal, double force)

Completed in 29 milliseconds