MonobjcMonobjc Documented Class Library
CIFilter_QuartzAdditions Class
NamespacesMonobjc.QuartzCIFilter_QuartzAdditions

[Missing <summary> documentation for "T:Monobjc.Quartz.CIFilter_QuartzAdditions"]

Declaration Syntax
C#Visual BasicVisual C++
public static class CIFilter_QuartzAdditions
<ExtensionAttribute> _
Public NotInheritable Class CIFilter_QuartzAdditions
[ExtensionAttribute]
public ref class CIFilter_QuartzAdditions abstract sealed
Members
All MembersMethodsFields



IconMemberDescription
IKUIFlavorAllowFallback

Substitute controls of another size. The associated value is a Boolean value. If the filter cannot provide a view for the requested size and a fallback is allowed, the filter can use controls of a different size.

Available in Mac OS X v10.5 and later.


IKUImaxSize

Controls whose dimensions are the maximum allowable for the filter view. A width or height of 0 indicates that that dimension of the view is not restricted. If the size requested is too small, the filter is expected to return a view as small as possible. It is up to the client to verify that the returned view fits into the context.

Available in Mac OS X v10.5 and later.


IKUISizeFlavor

A key for the size of the controls in a filter view. The associated value can be IKUISizeMini, IKUISizeSmall, or IKUISizeRegular.

Available in Mac OS X v10.5 and later.


IKUISizeMini

Controls whose size is mini, as defined by Interface Builder 2.5.

Available in Mac OS X v10.5 and later.


IKUISizeRegular

Controls whose size is regular or normal, as defined by Interface Builder 2.5.

Available in Mac OS X v10.5 and later.


IKUISizeSmall

Controls whose size is small, as defined by Interface Builder 2.5.

Available in Mac OS X v10.5 and later.


ViewForUIConfigurationExcludedKeys(CIFilter, NSDictionary, NSArray)

Returns a filter view for the filter.

Original signature is '-(IKFilterUIView*)viewForUIConfiguration:(NSDictionary*)inUIConfiguration excludedKeys:(NSArray*)inKeys'

Available in Mac OS X v10.5 and later.


Inheritance Hierarchy
Object
CIFilter_QuartzAdditions
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Quartz (Module: Monobjc.Quartz)