FBKeyingGroup Class Reference

FBKeyingGroup Class Reference

#include <mobu-python-api.h>

+ Inheritance diagram for FBKeyingGroup:

Public Member Functions

__reduce__ ()
 
ClearAllItems ()
 
FBDelete ()
 
FindPropertyIndex ()
 
GetCumulativePropertyCount ()
 
GetParentKeyingGroupCount ()
 
GetCumulativeProperty ()
 
GetParentKeyingGroup ()
 
GetProperty ()
 
AddProperty ()
 
__init__ ()
 
AddObjectDependency ()
 
RemoveAllObjectDependency ()
 
GetSubKeyingGroup ()
 
SetActive ()
 
RemoveAllProperties ()
 
RemoveProperty ()
 
SetActiveAppend ()
 
SetEnabled ()
 
RemoveAllSubKeyingGroup ()
 
GetSubObject ()
 
SetObjectType ()
 
GetPropertyCount ()
 
IsObjectDependency ()
 
IsObjectDependencySelected ()
 
GetSubObjectCount ()
 
RemoveObjectDependency ()
 
GetSubKeyingGroupCount ()
 
DeselectAllAnimatableProperties ()
 
- Public Member Functions inherited from FBComponent
HardSelect ()
 
GetObjectStatus ()
 
SetObjectStatus ()
 
DisableObjectFlags ()
 
GetOwnerFileReference ()
 
SetObjectFlags ()
 
GetObjectFlags ()
 
EnableObjectFlags ()
 
FBDelete ()
 
PropertyRemove ()
 
ProcessNamespaceHierarchy ()
 
PropertyCreate ()
 
HasObjectFlags ()
 
Is ()
 
ProcessObjectNamespace ()
 
PropertyAddReferenceProperty ()
 
ClassName ()
 
FBDestroy ()
 
FBCreate ()
 
PropertyAdd ()
 
PropertyGetModifiedList ()
 
__reduce__ ()
 
__init__ ()
 
- Public Member Functions inherited from FBPlug
ClassName ()
 
ConnectDstAt ()
 
ConnectSrc ()
 
ConnectSrcAt ()
 
DisconnectAllDst ()
 
DisconnectAllSrc ()
 
BeginChange ()
 
DisconnectDst ()
 
ConnectDst ()
 
GetSrcCount ()
 
SetContentModified ()
 
DisconnectDstAt ()
 
DisconnectSrcAt ()
 
GetDst ()
 
GetPlugConnectionModifiedList ()
 
GetDstType ()
 
GetSrcType ()
 
RevertModification ()
 
GetSrc ()
 
GetDstCount ()
 
IsSDKComponent ()
 
ReplaceSrcAt ()
 
MoveSrcAt ()
 
GetContentModified ()
 
SwapSrc ()
 
GetSelfModified ()
 
EndChange ()
 
GetOwner ()
 
ReplaceDstAt ()
 
GetOwnedCount ()
 
SetSelfModified ()
 
DisconnectSrc ()
 
Is ()
 
GetOwned ()
 
__reduce__ ()
 
__init__ ()
 
PrintClassDefinitions ()
 
- Public Member Functions inherited from FBPythonWrapper
__reduce__ ()
 
__init__ ()
 

Additional Inherited Members

- Public Attributes inherited from FBComponent
object OwnerNamespace
 
object Components
 
object Name
 
object LongName
 
object FullName
 
object Parents
 
object PropertyList
 
object Selected
 
- Public Attributes inherited from FBPythonWrapper
object OnUnbind
 

Member Function Documentation

__init__ ( )

Python Docstring:

__init__( (object)arg1, (str)arg2, (FBKeyingGroupType)arg3) -> None 
__reduce__ ( )
AddObjectDependency ( )

Python Docstring:

AddObjectDependency( (FBKeyingGroup)arg1, (FBComponent)arg2) -> None 
AddProperty ( )

Python Docstring:

AddProperty( (FBKeyingGroup)arg1, (FBProperty)arg2) -> None 
ClearAllItems ( )

Python Docstring:

ClearAllItems( (FBKeyingGroup)arg1) -> None 
DeselectAllAnimatableProperties ( )

Python Docstring:

staticmethod(function) -> method

Convert a function to be a static method.

A static method does not receive an implicit first argument.
To declare a static method, use this idiom:

     class C:
     def f(arg1, arg2, ...): ...
     f = staticmethod(f)

It can be called either on the class (e.g. C.f()) or on an instance
(e.g. C().f()).  The instance is ignored except for its class.

Static methods in Python are similar to those found in Java or C++.
For a more advanced concept, see the classmethod builtin. 
FBDelete ( )

Python Docstring:

FBDelete( (FBKeyingGroup)arg1) -> None 
FindPropertyIndex ( )

Python Docstring:

FindPropertyIndex( (FBKeyingGroup)arg1, (FBProperty)arg2) -> int 
GetCumulativeProperty ( )

Python Docstring:

GetCumulativeProperty( (FBKeyingGroup)arg1, (object)arg2, (object)arg3) -> object 
GetCumulativePropertyCount ( )

Python Docstring:

GetCumulativePropertyCount( (FBKeyingGroup)arg1 [, (object)arg2]) -> int 
GetParentKeyingGroup ( )

Python Docstring:

GetParentKeyingGroup( (FBKeyingGroup)arg1, (object)arg2) -> object 
GetParentKeyingGroupCount ( )

Python Docstring:

GetParentKeyingGroupCount( (FBKeyingGroup)arg1) -> int 
GetProperty ( )

Python Docstring:

GetProperty( (FBKeyingGroup)arg1, (object)arg2) -> object 
GetPropertyCount ( )

Python Docstring:

GetPropertyCount( (FBKeyingGroup)arg1) -> int 
GetSubKeyingGroup ( )

Python Docstring:

GetSubKeyingGroup( (FBKeyingGroup)arg1, (object)arg2) -> object 
GetSubKeyingGroupCount ( )

Python Docstring:

GetSubKeyingGroupCount( (FBKeyingGroup)arg1) -> int 
GetSubObject ( )

Python Docstring:

GetSubObject( (FBKeyingGroup)arg1, (object)arg2) -> object 
GetSubObjectCount ( )

Python Docstring:

GetSubObjectCount( (FBKeyingGroup)arg1) -> int 
IsObjectDependency ( )

Python Docstring:

IsObjectDependency( (FBKeyingGroup)arg1, (FBComponent)arg2) -> bool 
IsObjectDependencySelected ( )

Python Docstring:

IsObjectDependencySelected( (FBKeyingGroup)arg1) -> bool 
RemoveAllObjectDependency ( )

Python Docstring:

RemoveAllObjectDependency( (FBKeyingGroup)arg1) -> None 
RemoveAllProperties ( )

Python Docstring:

RemoveAllProperties( (FBKeyingGroup)arg1) -> None 
RemoveAllSubKeyingGroup ( )

Python Docstring:

RemoveAllSubKeyingGroup( (FBKeyingGroup)arg1) -> None 
RemoveObjectDependency ( )

Python Docstring:

RemoveObjectDependency( (FBKeyingGroup)arg1, (FBComponent)arg2) -> None 
RemoveProperty ( )

Python Docstring:

RemoveProperty( (FBKeyingGroup)arg1, (FBProperty)arg2) -> None 
SetActive ( )

Python Docstring:

SetActive( (FBKeyingGroup)arg1, (object)arg2) -> None 
SetActiveAppend ( )

Python Docstring:

SetActiveAppend( (FBKeyingGroup)arg1, (object)arg2) -> None 
SetEnabled ( )

Python Docstring:

SetEnabled( (FBKeyingGroup)arg1, (object)arg2) -> None 
SetObjectType ( )

Python Docstring:

SetObjectType( (FBKeyingGroup)arg1, (FBComponent)arg2) -> None