When do NSImageRep subclasses register themselves?
When do NSImageRep subclasses register themselves?
- Subject: When do NSImageRep subclasses register themselves?
- From: Chaz McGarvey <email@hidden>
- Date: Thu, 1 Apr 2004 00:19:31 -0700
Hello:
I'm curious about when NSImageRep subclasses register themselves? It
can't be in load because there is no guarantee that the NSImageRep
class will be loaded before its subclasses. It can't be in initialize
because then it probably wouldn't be registered for when it is needed.
Does the application loading code explicitly tell NSImageRep subclasses
to register themselves?
Thanks,
Chaz McGarvey
http://www.brokenzipper.com
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.