Uses of Class
org.rococoa.cocoa.qd.QDLibrary.OpaqueWindowPtr

Packages that use QDLibrary.OpaqueWindowPtr
org.rococoa.cocoa.qd   
 

Uses of QDLibrary.OpaqueWindowPtr in org.rococoa.cocoa.qd
 

Methods in org.rococoa.cocoa.qd with parameters of type QDLibrary.OpaqueWindowPtr
 void QDLibrary.ActivatePalette(QDLibrary.OpaqueWindowPtr srcWindow)
          ActivatePalette() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework [32-bit only] but deprecated in 10.4
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in InterfaceLib 7.1 and later
Original signature : void ActivatePalette(WindowRef)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/Palettes.h:131
 void QDLibrary.AnimateEntry(QDLibrary.OpaqueWindowPtr dstWindow, short dstEntry, RGBColor srcRGB)
          AnimateEntry() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework [32-bit only] but deprecated in 10.4
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in InterfaceLib 7.1 and later
Original signature : void AnimateEntry(WindowRef, short, const RGBColor*)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/Palettes.h:226
 void QDLibrary.AnimatePalette(QDLibrary.OpaqueWindowPtr dstWindow, PointerByReference srcCTab, short srcIndex, short dstEntry, short dstLength)
          Original signature : void AnimatePalette(WindowRef, CTabHandle, short, short, short)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/Palettes.h:244
 PointerByReference QDLibrary.GetPalette(QDLibrary.OpaqueWindowPtr srcWindow)
          GetPalette() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework [32-bit only] but deprecated in 10.4
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in InterfaceLib 7.1 and later
Original signature : PaletteHandle GetPalette(WindowRef)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/Palettes.h:173
 void QDLibrary.NSetPalette(QDLibrary.OpaqueWindowPtr dstWindow, PointerByReference srcPalette, short nCUpdates)
          NSetPalette() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework [32-bit only] but deprecated in 10.4
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in InterfaceLib 7.1 and later
Original signature : void NSetPalette(WindowRef, PaletteHandle, short)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/Palettes.h:158
 void QDLibrary.SetPalette(QDLibrary.OpaqueWindowPtr dstWindow, PointerByReference srcPalette, boolean cUpdates)
          SetPalette() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework [32-bit only] but deprecated in 10.4
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in InterfaceLib 7.1 and later
Original signature : void SetPalette(WindowRef, PaletteHandle, Boolean)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/Palettes.h:143
 



Copyright © 2009. All Rights Reserved.