MonobjcMonobjc Documented Class Library
IQCCompositionRenderer Interface
NamespacesMonobjc.QuartzIQCCompositionRenderer

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

Declaration Syntax
C#Visual BasicVisual C++
public interface IQCCompositionRenderer : IManagedWrapper
Public Interface IQCCompositionRenderer _
	Inherits IManagedWrapper
public interface class IQCCompositionRenderer : IManagedWrapper
Members
All MembersMethodsProperties



IconMemberDescription
Attributes

Returns the attributes of the composition associated with the renderer. (required)

Original signature is '- (NSDictionary *)attributes'

Available in Mac OS X v10.4 and later.


CastAs<(Of <<'(T>)>>)()()()()
Try to cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IManagedWrapper.)
CastTo<(Of <<'(T>)>>)()()()()
Cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IManagedWrapper.)
InputKeys

Returns an array that contains the keys that identify the input ports of the root patch of the composition. (required)

Original signature is '- (NSArray *)inputKeys'

Available in Mac OS X v10.4 and later.


NativePointer

Gets the underlying native pointer.

(Inherited from IManagedWrapper.)
OutputKeys

Returns an array that contains the keys that identify the output ports of the root patch of the composition. (required)

Original signature is '- (NSArray *)outputKeys'

Available in Mac OS X v10.4 and later.


PropertyListFromInputValues

Returns a property list object that represents the current values for all the input keys of the composition. (required)

Original signature is '- (id) propertyListFromInputValues'

Available in Mac OS X v10.5 and later.


SendMessage(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

(Inherited from IManagedWrapper.)
SendMessage<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

(Inherited from IManagedWrapper.)
SendMessageSuper(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from IManagedWrapper.)
SendMessageSuper<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from IManagedWrapper.)
SendMessageSuperVarArgs(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageSuperVarArgs<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageVarArgs(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageVarArgs<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SetInputValuesWithPropertyList(Id)

Sets the values for the input keys of the composition from a previously saved property list. (required)

Original signature is '- (void) setInputValuesWithPropertyList:(id)plist'

Available in Mac OS X v10.5 and later.


SetValueForInputKey(Id, NSString)

Sets the value for an input port of a composition. (required)

Original signature is '- (BOOL)setValue:(id)value forInputKey:(NSString *)key'

Available in Mac OS X v10.4 and later.


UserInfo

Returns a mutable dictionary for storing arbitrary information. (required)

Original signature is '- (NSMutableDictionary*) userInfo'

Available in Mac OS X v10.5 and later.


ValueForInputKey(NSString)

Returns the value for an input port of a composition. (required)

Original signature is '- (id)valueForInputKey:(NSString *)key'

Available in Mac OS X v10.4 and later.


ValueForOutputKey(NSString)

Returns the value for an output port of a composition. (required)

Original signature is '- (id)valueForOutputKey:(NSString *)key'

Available in Mac OS X v10.4 and later.


ValueForOutputKeyOfType(NSString, NSString)

Returns the current value on an output port (identified by its key) of the root patch of the composition. (required)

Original signature is '- (id) valueForOutputKey:(NSString*)key ofType:(NSString*)type'

Available in Mac OS X v10.5 and later.


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)