
I don't see these warnings (windows).
Anybody know what these warnings mean/are caused by?
The methods that are hidden are only called from one place in the code. LPESlant defines a new virtual doEffect that normally would call the first hidden method, that calls the 2nd hidden method etc. Perhaps that is what it means? (override doEffect1, so doEffect2 is never called for this class so hide it, which means doEffect3 is never called for this class so hide it, etc.)
Given that they are around the path effects, there might be something to them.
Have you found LPE bugs? Please let me know!
Johan
-----Original Message----- From: inkscape-devel-bounces@lists.sourceforge.net [mailto:inkscape-devel-bounces@lists.sourceforge.net] On Behalf Of Jon A. Cruz Sent: donderdag 8 november 2007 8:08 To: Inkscape Devel List Subject: [Inkscape-devel] Methods hiding others
Aside from other warnings, I've spotted some of these. Given that they are around the path effects, there might be something to them.
./live_effects/effect.h:99: warning: 'virtual NArtBpath* Inkscape::LivePathEffect::Effect::doEffect(NArtBpath*)' was hidden ./live_effects/lpe-slant.h:27: warning: by 'virtual void Inkscape::LivePathEffect::LPESlant::doEffect(SPCurve*)' ./live_effects/effect.h:101: warning: 'virtual std::vector<Geom::Path, std::allocatorGeom::Path > Inkscape::LivePathEffect::Effect::doEffect(std::vector<Geom::Path, std::allocatorGeom::Path >&)\ ' was hidden ./live_effects/lpe-slant.h:27: warning: by 'virtual void Inkscape::LivePathEffect::LPESlant::doEffect(SPCurve*)' ./live_effects/effect.h:103: warning: 'virtual Geom::Piecewise<Geom::D2Geom::SBasis > Inkscape::LivePathEffect::Effect::doEffect (Geom::Piecewise<Geom::D2Geom::SBasis >&)' was hidden ./live_effects/lpe-slant.h:27: warning: by 'virtual void Inkscape::LivePathEffect::LPESlant::doEffect(SPCurve*)'
This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel