[Qgis-developer] protected members to be considered API ? (was: Can I change QgsAbstractGeometryV2::fromWkb) signature ?

Sandro Santilli strk at keybit.net
Wed Jan 27 07:34:52 PST 2016


On Wed, Jan 27, 2016 at 10:04:20AM +0100, Sandro Santilli wrote:
> On Wed, Jan 27, 2016 at 09:49:48AM +0100, Matthias Kuhn wrote:

> > Anything not LIB_EXPORTed (or private) should be considered an
> > implementation detail,
> 
> What about protected members ?

For example:

class CORE_EXPORT QgsFeatureRendererV2

    protected static const unsigned char* _getPoint(
      QPointF& pt, QgsRenderContext& context,
      const unsigned char* wkb // <-- no boundary info !
    );

--strk;


More information about the Qgis-developer mailing list