_Cm
index
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Cm.so
Module Docs

 
Classes
       
__builtin__.object
Component
ComponentInstance

 
class Component(__builtin__.object)
     Methods defined here:
CaptureComponent(...)
(Component capturingComponent) -> (Component _rv)
CountComponentInstances(...)
() -> (long _rv)
GetComponentIndString(...)
(Str255 theString, short strListID, short index) -> None
GetComponentInfo(...)
(Handle componentName, Handle componentInfo, Handle componentIcon) -> (ComponentDescription cd)
GetComponentPublicIndString(...)
(Str255 theString, short strListID, short index) -> None
GetComponentRefcon(...)
() -> (long _rv)
GetComponentResource(...)
(OSType resType, short resID) -> (Handle theResource)
OpenComponent(...)
() -> (ComponentInstance _rv)
OpenComponentResFile(...)
() -> (short _rv)
ResolveComponentAlias(...)
() -> (Component _rv)
SetComponentRefcon(...)
(long theRefcon) -> None
SetDefaultComponent(...)
(short flags) -> None
UncaptureComponent(...)
() -> None
UnregisterComponent(...)
() -> None
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value

Data and other attributes defined here:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T

 
class ComponentInstance(__builtin__.object)
     Methods defined here:
CloseComponent(...)
() -> None
GetComponentInstanceError(...)
() -> None
GetComponentInstanceStorage(...)
() -> (Handle _rv)
SetComponentInstanceError(...)
(OSErr theError) -> None
SetComponentInstanceStorage(...)
(Handle theStorage) -> None
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value

Data and other attributes defined here:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T

 
ComponentInstanceType = class ComponentInstance(__builtin__.object)
     Methods defined here:
CloseComponent(...)
() -> None
GetComponentInstanceError(...)
() -> None
GetComponentInstanceStorage(...)
() -> (Handle _rv)
SetComponentInstanceError(...)
(OSErr theError) -> None
SetComponentInstanceStorage(...)
(Handle theStorage) -> None
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value

Data and other attributes defined here:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T

 
ComponentType = class Component(__builtin__.object)
     Methods defined here:
CaptureComponent(...)
(Component capturingComponent) -> (Component _rv)
CountComponentInstances(...)
() -> (long _rv)
GetComponentIndString(...)
(Str255 theString, short strListID, short index) -> None
GetComponentInfo(...)
(Handle componentName, Handle componentInfo, Handle componentIcon) -> (ComponentDescription cd)
GetComponentPublicIndString(...)
(Str255 theString, short strListID, short index) -> None
GetComponentRefcon(...)
() -> (long _rv)
GetComponentResource(...)
(OSType resType, short resID) -> (Handle theResource)
OpenComponent(...)
() -> (ComponentInstance _rv)
OpenComponentResFile(...)
() -> (short _rv)
ResolveComponentAlias(...)
() -> (Component _rv)
SetComponentRefcon(...)
(long theRefcon) -> None
SetDefaultComponent(...)
(short flags) -> None
UncaptureComponent(...)
() -> None
UnregisterComponent(...)
() -> None
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value

Data and other attributes defined here:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T

 
Functions
       
CloseComponentResFile(...)
(short refnum) -> None
CountComponents(...)
(ComponentDescription looking) -> (long _rv)
FindNextComponent(...)
(Component aComponent, ComponentDescription looking) -> (Component _rv)
GetComponentListModSeed(...)
() -> (long _rv)
OpenDefaultComponent(...)
(OSType componentType, OSType componentSubType) -> (ComponentInstance _rv)
RegisterComponentResource(...)
(ComponentResourceHandle cr, short global) -> (Component _rv)
RegisterComponentResourceFile(...)
(short resRefNum, short global) -> (long _rv)