MonobjcMonobjc Documented Class Library
CreateViewController Method
NamespacesMonobjc.QuartzQCPlugInCreateViewController()()()()

Creates and returns a view controller for the Settings pane of a custom patch.

Original signature is '- (QCPlugInViewController*) createViewController'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual QCPlugInViewController CreateViewController()
Public Overridable Function CreateViewController As QCPlugInViewController
public:
virtual QCPlugInViewController^ CreateViewController()
Return Value
A view controller for the custom patch. Quartz Composer releases the controller when it is no longer needed. If necessary, you can return a subclass of QCPlugInViewController, but this it not typically done.
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)