Uses of Class
org.robovm.apple.corefoundation.CFDictionary
-
Uses of CFDictionary in org.robovm.apple.addressbook
Methods in org.robovm.apple.addressbook that return CFDictionary Modifier and Type Method Description CFDictionaryABPersonAddress. getDictionary()CFDictionaryABPersonAlternateBirthday. getDictionary()CFDictionaryABPersonInstantMessageAccount. getDictionary()CFDictionaryABPersonSocialProfile. getDictionary()Constructors in org.robovm.apple.addressbook with parameters of type CFDictionary Constructor Description ABPersonAddress(CFDictionary data, CFString label)ABPersonAlternateBirthday(CFDictionary data)ABPersonInstantMessageAccount(CFDictionary data, CFString label)ABPersonSocialProfile(CFDictionary data, CFString label) -
Uses of CFDictionary in org.robovm.apple.addressbookui
Methods in org.robovm.apple.addressbookui with parameters of type CFDictionary Modifier and Type Method Description static StringABAddressFormating. createString(CFDictionary address, boolean addCountryName)Deprecated.Deprecated in iOS 9.0. -
Uses of CFDictionary in org.robovm.apple.audiotoolbox
Constructors in org.robovm.apple.audiotoolbox with parameters of type CFDictionary Constructor Description AudioFileInfoDictionary(CFDictionary data) -
Uses of CFDictionary in org.robovm.apple.avfoundation
Constructors in org.robovm.apple.avfoundation with parameters of type CFDictionary Constructor Description AVPixelBufferAttributes(CFDictionary data) -
Uses of CFDictionary in org.robovm.apple.corefoundation
Subclasses of CFDictionary in org.robovm.apple.corefoundation Modifier and Type Class Description classCFMutableDictionaryFields in org.robovm.apple.corefoundation declared as CFDictionary Modifier and Type Field Description protected CFDictionaryCFDictionaryWrapper. dataMethods in org.robovm.apple.corefoundation with parameters of type CFDictionary Modifier and Type Method Description static CFAttributedStringCFAttributedString. create(CFAllocator alloc, String str, CFDictionary attributes)static CFDictionaryCFDictionary. createCopy(CFAllocator allocator, CFDictionary theDict)static CFMutableDictionaryCFMutableDictionary. createCopy(CFAllocator allocator, long capacity, CFDictionary theDict)voidCFDictionary. putAll(CFDictionary dict)voidCFMutableDictionary. putAll(CFDictionary dict)static voidCFTimeZone. setAbbreviationDictionary(CFDictionary dict)voidCFMutableAttributedString. setAttributesDictionary(CFRange range, CFDictionary replacement, boolean clearOtherAttributes)booleanCFURL. setResourceValues(CFDictionary keyedPropertyValues)Constructors in org.robovm.apple.corefoundation with parameters of type CFDictionary Constructor Description CFDictionaryWrapper(CFDictionary data) -
Uses of CFDictionary in org.robovm.apple.coremedia
Methods in org.robovm.apple.coremedia that return CFDictionary Modifier and Type Method Description static CFDictionaryCMAttachmentBearer. getAttachments(CFType target, CMAttachmentMode attachmentMode)CFDictionaryCMFormatDescription. getExtensionDictionary()Methods in org.robovm.apple.coremedia with parameters of type CFDictionary Modifier and Type Method Description protected static OSStatusCMFormatDescription. create0(CFAllocator allocator, CMMediaType mediaType, int mediaSubType, CFDictionary extensions, CMFormatDescription.CMFormatDescriptionPtr formatDescriptionOut)static voidCMAttachmentBearer. setAttachments(CFType target, CFDictionary theAttachments, CMAttachmentMode attachmentMode)Constructors in org.robovm.apple.coremedia with parameters of type CFDictionary Constructor Description CMTextMarkupAttributes(CFDictionary data) -
Uses of CFDictionary in org.robovm.apple.coretext
Constructors in org.robovm.apple.coretext with parameters of type CFDictionary Constructor Description CTAttributedStringAttributes(CFDictionary data) -
Uses of CFDictionary in org.robovm.apple.corevideo
Methods in org.robovm.apple.corevideo that return CFDictionary Modifier and Type Method Description protected CFDictionaryCVBuffer. copyAttachments(CVAttachmentMode attachmentMode)CFDictionaryCVPixelBuffer. copyCreationAttributes()Methods in org.robovm.apple.corevideo with parameters of type CFDictionary Modifier and Type Method Description static CGColorSpaceCVImageBuffer. createColorSpaceFromAttachments(CFDictionary attachments) -
Uses of CFDictionary in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return CFDictionary Modifier and Type Method Description CFDictionaryNSErrorUserInfo. getDictionary()Constructors in org.robovm.apple.foundation with parameters of type CFDictionary Constructor Description NSErrorUserInfo(CFDictionary data) -
Uses of CFDictionary in org.robovm.apple.imageio
Methods in org.robovm.apple.imageio that return CFDictionary Modifier and Type Method Description CFDictionaryCGImageProperties. getMakerFujiData()CFDictionaryCGImageProperties. getMakerMinoltaData()CFDictionaryCGImageProperties. getMakerOlympusData()CFDictionaryCGImageProperties. getMakerPentaxData()CFDictionaryCGImageProperties. getRawData()Methods in org.robovm.apple.imageio with parameters of type CFDictionary Modifier and Type Method Description CGImagePropertiesCGImageProperties. setMakerFujiData(CFDictionary makerFujiData)CGImagePropertiesCGImageProperties. setMakerMinoltaData(CFDictionary makerMinoltaData)CGImagePropertiesCGImageProperties. setMakerOlympusData(CFDictionary makerOlympusData)CGImagePropertiesCGImageProperties. setMakerPentaxData(CFDictionary makerPentaxData)CGImagePropertiesCGImageProperties. setRawData(CFDictionary rawData)Constructors in org.robovm.apple.imageio with parameters of type CFDictionary Constructor Description CGImageProperties(CFDictionary data)