Accessing an Instance
Accessing an Instance
- Subject: Accessing an Instance
- From: goessly <email@hidden>
- Date: Thu, 18 Aug 2005 12:59:16 +0200
This mail of mine didn't make it to the list, so I'm posting it again:
I'm looking for a possibility to access - at runtime - the current
instance of the following class:
@interface MyDocument : NSPersistentDocument {
IBOutlet NSTreeController *outlineTreeController;
}
//...
@end
This should happen from within another class - what definitions do
I have to add to that one in order to make it "see" the Document?
@interface MyCleverView {
???
}
@end
thx & greetz,
goessly
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden