|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AEDesc | |
---|---|
org.rococoa.cocoa.ae | |
org.rococoa.cocoa.foundation | |
org.rococoa.cocoa.qd |
Uses of AEDesc in org.rococoa.cocoa.ae |
---|
Subclasses of AEDesc in org.rococoa.cocoa.ae | |
---|---|
static class |
AEDesc.ByReference
|
static class |
AEDesc.ByValue
|
Fields in org.rococoa.cocoa.ae declared as AEDesc | |
---|---|
AEDesc |
AEKeyDesc.descContent
|
AEDesc[] |
AEArrayData.kAEDescArray
|
AEDesc |
ccntTokenRecord.token
|
Methods in org.rococoa.cocoa.ae that return AEDesc | |
---|---|
static AEDesc[] |
AEDesc.newArray(int arrayLength)
|
Methods in org.rococoa.cocoa.ae with parameters of type AEDesc | |
---|---|
boolean |
AELibrary.AECheckIsRecord(AEDesc theDesc)
AECheckIsRecord() Mac OS X threading: Thread safe since version 10.2 Availability: Mac OS X: in version 10.0 and later in ApplicationServices.framework CarbonLib: in CarbonLib 1.4 and later Non-Carbon CFM: not available Original signature : Boolean AECheckIsRecord(const AEDesc*) native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/AE.framework/Headers/AEDataModel.h:1593 |
NativeLong |
AELibrary.AEGetDescDataSize(AEDesc theAEDesc)
AEGetDescDataSize() Discussion: Gets the size, in bytes, of the data in the specified descriptor. |
void |
AELibrary.AEInitializeDesc(AEDesc desc)
AEInitializeDesc() Discussion: The function sets the type of the descriptor to typeNull and sets the data handle to NULL. |
NativeLong |
AELibrary.AESizeOfFlattenedDesc(AEDesc theAEDesc)
AESizeOfFlattenedDesc() Discussion: Returns the amount of buffer space needed to flatten the AEDesc. |
AELibrary.OpaqueAEStreamRef |
AELibrary.AEStreamOpenEvent(AEDesc event)
AEStreamOpenEvent() Mac OS X threading: Thread safe since version 10.2 Availability: Mac OS X: in version 10.0 and later in ApplicationServices.framework CarbonLib: in CarbonLib 1.1 and later Non-Carbon CFM: not available Original signature : AEStreamRef AEStreamOpenEvent(AppleEvent*) native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/AE.framework/Headers/AEHelpers.h:598 |
Constructors in org.rococoa.cocoa.ae with parameters of type AEDesc | |
---|---|
AEArrayData(AEDesc[] kAEDescArray)
|
|
AEKeyDesc(int descKey,
AEDesc descContent)
|
|
ccntTokenRecord(int tokenClass,
AEDesc token)
|
Uses of AEDesc in org.rococoa.cocoa.foundation |
---|
Methods in org.rococoa.cocoa.foundation that return AEDesc | |
---|---|
abstract AEDesc |
NSAppleEventDescriptor.aeDesc()
Original signature : -(const AEDesc*)aeDesc native declaration : NSAppleEventDescriptor.h:61 |
Methods in org.rococoa.cocoa.foundation with parameters of type AEDesc | |
---|---|
static NSAppleEventDescriptor |
NSAppleEventDescriptor.createWithAEDescNoCopy(AEDesc aeDesc)
Factory method |
abstract NSAppleEventDescriptor |
NSAppleEventDescriptor.initWithAEDescNoCopy(AEDesc aeDesc)
Original signature : -(id)initWithAEDescNoCopy:(const AEDesc*) native declaration : NSAppleEventDescriptor.h:49 |
Uses of AEDesc in org.rococoa.cocoa.qd |
---|
Methods in org.rococoa.cocoa.qd with parameters of type AEDesc | |
---|---|
void |
QDLibrary.DMNotificationProcPtr.invoke(AEDesc theEvent)
|
void |
QDLibrary.InvokeDMNotificationUPP(AEDesc theEvent,
QDLibrary.DMNotificationProcPtr userUPP)
InvokeDMNotificationUPP() Availability: Mac OS X: in version 10.0 and later in ApplicationServices.framework CarbonLib: in CarbonLib 1.0 and later Non-Carbon CFM: available as macro/inline Original signature : void InvokeDMNotificationUPP(AppleEvent*, DMNotificationUPP) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/Displays.h:547 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |