swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

calling superclass functions


From: Carl Scheffler
Subject: calling superclass functions
Date: Sat, 17 Jul 1999 10:57:57 +0200

If I want to subclass ZoomRaster, say:
@interface ZoomRaster2: ZoomRaster { ... }

and I have some method in ZoomRaster2 that needs to call the 
putpixel method, not of ZoomRaster, but of Raster (the superclass 
of ZoomRaster); how do I do this?

I know that you can do a [super putpixel...] to call ZoomRaster's 
putpixel, but I need Raster's.

Thanks
Carl Scheffler

address@hidden
"Beware the fury of the patient man..."

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]