The base class of many other classes. This class is also a linked list which allows you to link several objects with each other. To get more information about this data structure, check out this article.
Insert self under obj.
Note : | Please take care, obj is a correct type. For example you cannot insert a document under an BaseObject. You can check it by using C4DAtom.GetClassification() and C4DAtom.GetType() |
---|---|
Parameters: | obj (GeListNode) – The object insert under. |
Insert self after obj.
Note : | Please take care, obj is a correct type. For example you cannot insert a document under an BaseObject. You can check it by using C4DAtom.GetClassification() and C4DAtom.GetType() |
---|---|
Parameters: | obj (GeListNode) – The object insert after. |
Insert self before obj.
Note : | Please take care, obj is a correct type. For example you cannot insert a document under an BaseObject. You can check it by using C4DAtom.GetClassification>() and C4DAtom.GetType() |
---|---|
Parameters: | obj (GeListNode) – The object insert before. |
Returns the parent object.
Return type: | GeListNode or None |
---|---|
Returns: | The parent object |
Returns the first child of this object in the list.
Return type: | GeListNode or None |
---|---|
Returns: | The first child object. |
Returns the last child of this object in the list.
Return type: | GeListNode or None |
---|---|
Returns: | The first child object. |
Returns the next object in the list.
Return type: | GeListNode or None |
---|---|
Returns: | The next object. |
Returns the previous object in the list.
Return type: | GeListNode or None |
---|---|
Returns: | The previous object. |
Returns all childs in a list (not the grandchilds).
Return type: | list of type GeListNode |
---|---|
Returns: | All childs in a list. |
Removes this node from a list.
Get the document for this node.
Return type: | BaseDocument |
---|---|
Returns: | The document. |
Returns the list head.
Return type: | GeListNode |
---|---|
Returns: | The list head. |
Checks if the node is of a type that can be inserted into a BaseDocument
Return type: | bool |
---|---|
Returns: | True if the node is document related, otherwise False. |
Raw access to a 64-bit bitfield, containing information about the node state.
Parameters: |
bit (int) –
Bit index.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Return type: | bool | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Returns: | Bit state. |
Sets bits in the 64-bit bitfield of the node.
Parameters: |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Return type: |
bool |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Returns: |
Bit state. |