• 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: Subclassing the QCView
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Subclassing the QCView


  • Subject: Re: Subclassing the QCView
  • From: Pablo Pons Bordes <email@hidden>
  • Date: Wed, 25 Jan 2006 15:55:40 +0000

did you import QCView.h in your customView.h file

i put you an example that works to me:

Custom CustomQCView.h:

#import <QuartzComposer/QCView.h>

@interface CustomQCView : QCView {

}
//Methods you want to implement on your class;

@end

Custom CustomQCView.c:
#import "CustomQCView.h"


@implementation CustomQCView

//Implementation of methods you want on your class;


@end

good luck
Pablo Pons




El 25/01/2006, a las 14:11, Chen Ben escribió:

Hi all,

I try to subclass the QCView, but when compiling I got an error
say:"cannot find interface declaration for 'QCView', superclass of
'MyQCView'". I have already import the Quartz.framework. I don't know
how to solve this.

Can anyone help me out? Thanks!

--
Ben Chen, Apple Technology Lab of Software Engineering School, Tongji University
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40gmail.com


This email sent to email@hidden

_______________________________________________ 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
References: 
 >Subclassing the QCView (From: Chen Ben <email@hidden>)

  • Prev by Date: Re: NSView setFrameSize
  • Next by Date: Re: NSView setFrameSize
  • Previous by thread: Subclassing the QCView
  • Next by thread: How to Create A TableView with Two Table Headers
  • Index(es):
    • Date
    • Thread