access to methods in ImageCanvas

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

access to methods in ImageCanvas

jordan hulet
I'm extending the ImageCanvas class and I want to override a few methods
like handleRoiMouseDown, which are not declared public.  Is this by design
or can I request that some of these methods be changed to public so that
they can be overriden?

Thanks,
Jordan Hulet
Reply | Threaded
Open this post in threaded view
|

Re: access to methods in ImageCanvas

jordan hulet
... or protected if not public.

On Fri, Nov 21, 2008 at 4:19 PM, jordan hulet <[hidden email]>wrote:

> I'm extending the ImageCanvas class and I want to override a few methods
> like handleRoiMouseDown, which are not declared public.  Is this by design
> or can I request that some of these methods be changed to public so that
> they can be overriden?
>
> Thanks,
> Jordan Hulet
>