• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Referencing an AUGraph from a different class
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Referencing an AUGraph from a different class


  • Subject: Re: Referencing an AUGraph from a different class
  • From: Kyle Sluder <email@hidden>
  • Date: Fri, 21 May 2010 15:41:44 -0700

On Fri, May 21, 2010 at 3:36 PM, Gregory Wieber <email@hidden> wrote:
> "@property (readonly) AUgraph pGraph;"
> Typo:  should read:  @property (readonly) AUGraph pGraph;

In the future, directly copy/paste from your source code, rather than
retyping. Important details can get lost in translation.

> On Fri, May 21, 2010 at 3:35 PM, Gregory Wieber <email@hidden>
> wrote:
>> Then later in the parent Class implementation I have:
>> result = NewAUGraph(&pGraph);
>> and in the child class I try to do:
>> graph = [parentController pGraph];

Two possibilities:

1) graph is declared to be an object.
2) parentController is typed to be an id.

We need to see the declaration of graph and of parentController.

--Kyle Sluder
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Referencing an AUGraph from a different class (From: Gregory Wieber <email@hidden>)
 >Re: Referencing an AUGraph from a different class (From: Kyle Sluder <email@hidden>)
 >Re: Referencing an AUGraph from a different class (From: Gregory Wieber <email@hidden>)
 >Re: Referencing an AUGraph from a different class (From: Gregory Wieber <email@hidden>)

  • Prev by Date: Re: Referencing an AUGraph from a different class
  • Next by Date: Re: Referencing an AUGraph from a different class
  • Previous by thread: Re: Referencing an AUGraph from a different class
  • Next by thread: Re: Referencing an AUGraph from a different class
  • Index(es):
    • Date
    • Thread