Function Pointer of Class Member Function in Cocoa
Function Pointer of Class Member Function in Cocoa
- Subject: Function Pointer of Class Member Function in Cocoa
- From: Zehao Chang <email@hidden>
- Date: Tue, 21 Jun 2005 15:57:47 -0700
Hi,
I'm writing a cocoa app that uses Quicktime's sequence grabber, one
of the SG functions SGSetDataProc, requires a function pointer to a
function. Normally this would be a carbon function, but since my
dataproc function needs reside in a Cocoa class and call its member
functions, I need to set the DataProc function to a function within
my Cocoa class ... How do I obtain a function pointer to a member
function of a cocoa class?
zai
_______________________________________________
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