Class IDOverrideLibraryProperty
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.IDOverrideLibraryProperty
-
public class IDOverrideLibraryProperty extends CFacade
Generated facet for DNA struct type 'IDOverrideLibraryProperty'.Class Documentation
Blender Source Code
A single overridden property, contain all operations on this one.
-
-
Field Summary
Fields Modifier and Type Field Description static long[]
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.static long[]
__DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.static long[]
__DNA__FIELD__operations
Field descriptor (offset) for struct member 'operations'.static long[]
__DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.static long[]
__DNA__FIELD__rna_path
Field descriptor (offset) for struct member 'rna_path'.static long[]
__DNA__FIELD__rna_prop_type
Field descriptor (offset) for struct member 'rna_prop_type'.static long[]
__DNA__FIELD__tag
Field descriptor (offset) for struct member 'tag'.static int
__DNA__SDNA_INDEX
This is the sdna index of the struct IDOverrideLibraryProperty.-
Fields inherited from class org.cakelab.blender.nio.CFacade
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
-
-
Constructor Summary
Constructors Modifier Constructor Description IDOverrideLibraryProperty(long __address, Block __block, BlockTable __blockTable)
protected
IDOverrideLibraryProperty(IDOverrideLibraryProperty that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CPointer<IDOverrideLibraryProperty>
__io__addressof()
Instantiates a pointer on this instance.CArrayFacade<java.lang.Byte>
get_pad()
Get method for struct member '_pad'.CPointer<IDOverrideLibraryProperty>
getNext()
Get method for struct member 'next'.ListBase
getOperations()
Get method for struct member 'operations'.CPointer<IDOverrideLibraryProperty>
getPrev()
Get method for struct member 'prev'.CPointer<java.lang.Byte>
getRna_path()
Get method for struct member 'rna_path'.int
getRna_prop_type()
Get method for struct member 'rna_prop_type'.short
getTag()
Get method for struct member 'tag'.void
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.void
setNext(CPointer<IDOverrideLibraryProperty> next)
Set method for struct member 'next'.void
setOperations(ListBase operations)
Set method for struct member 'operations'.void
setPrev(CPointer<IDOverrideLibraryProperty> prev)
Set method for struct member 'prev'.void
setRna_path(CPointer<java.lang.Byte> rna_path)
Set method for struct member 'rna_path'.void
setRna_prop_type(int rna_prop_type)
Set method for struct member 'rna_prop_type'.void
setTag(short tag)
Set method for struct member 'tag'.-
Methods inherited from class org.cakelab.blender.nio.CFacade
__io__addressof, __io__addressof, __io__equals, __io__generic__copy, __io__generic__copy, __io__instanceof, __io__native__copy, __io__newInstance, __io__same__encoding, __io__sizeof, __io__sizeof, __io__subclassof, equals, hashCode
-
-
-
-
Field Detail
-
__DNA__SDNA_INDEX
public static final int __DNA__SDNA_INDEX
This is the sdna index of the struct IDOverrideLibraryProperty.It is required when allocating a new block to store data for IDOverrideLibraryProperty.
- See Also:
StructDNA
,BlockTable
, Constant Field Values
-
__DNA__FIELD__next
public static final long[] __DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
IDOverrideLibraryProperty idoverridelibraryproperty = ...; CPointer<Object> p = idoverridelibraryproperty.__dna__addressof(IDOverrideLibraryProperty.__DNA__FIELD__next); CPointer<CPointer<IDOverrideLibraryProperty>> p_next = p.cast(new Class[]{CPointer.class, IDOverrideLibraryProperty.class});
Metadata
- Field: 'next'
- Signature: 'IDOverrideLibraryProperty*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__prev
public static final long[] __DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
IDOverrideLibraryProperty idoverridelibraryproperty = ...; CPointer<Object> p = idoverridelibraryproperty.__dna__addressof(IDOverrideLibraryProperty.__DNA__FIELD__prev); CPointer<CPointer<IDOverrideLibraryProperty>> p_prev = p.cast(new Class[]{CPointer.class, IDOverrideLibraryProperty.class});
Metadata
- Field: 'prev'
- Signature: 'IDOverrideLibraryProperty*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__rna_path
public static final long[] __DNA__FIELD__rna_path
Field descriptor (offset) for struct member 'rna_path'.Field Documentation
Blender Python API
(read-only) RNA path leading to that property, from owning IDBlender Source Code
Path from
ID
include indices/names for final arrays/collections items.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
IDOverrideLibraryProperty idoverridelibraryproperty = ...; CPointer<Object> p = idoverridelibraryproperty.__dna__addressof(IDOverrideLibraryProperty.__DNA__FIELD__rna_path); CPointer<CPointer<Byte>> p_rna_path = p.cast(new Class[]{CPointer.class, Byte.class});
Metadata
- Field: 'rna_path'
- Signature: 'char*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__operations
public static final long[] __DNA__FIELD__operations
Field descriptor (offset) for struct member 'operations'.Field Documentation
Blender Python API
(read-only) List of overriding operations for a propertyBlender Source Code
List of overriding operations (
IDOverrideLibraryPropertyOperation
) applied to this property. Recreated as part of the diffing, so do not store any of these elsewhere.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
IDOverrideLibraryProperty idoverridelibraryproperty = ...; CPointer<Object> p = idoverridelibraryproperty.__dna__addressof(IDOverrideLibraryProperty.__DNA__FIELD__operations); CPointer<ListBase> p_operations = p.cast(new Class[]{ListBase.class});
Metadata
- Field: 'operations'
- Signature: 'ListBase'
- Actual Size (32bit/64bit): 8/16
-
__DNA__FIELD__tag
public static final long[] __DNA__FIELD__tag
Field descriptor (offset) for struct member 'tag'.Field Documentation
Blender Source Code
Runtime, tags are common to both
IDOverrideLibraryProperty
andIDOverrideLibraryPropertyOperation
.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
IDOverrideLibraryProperty idoverridelibraryproperty = ...; CPointer<Object> p = idoverridelibraryproperty.__dna__addressof(IDOverrideLibraryProperty.__DNA__FIELD__tag); CPointer<Short> p_tag = p.cast(new Class[]{Short.class});
Metadata
- Field: 'tag'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD___pad
public static final long[] __DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
IDOverrideLibraryProperty idoverridelibraryproperty = ...; CPointer<Object> p = idoverridelibraryproperty.__dna__addressof(IDOverrideLibraryProperty.__DNA__FIELD___pad); CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
Metadata
- Field: '_pad'
- Signature: 'char[2]'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD__rna_prop_type
public static final long[] __DNA__FIELD__rna_prop_type
Field descriptor (offset) for struct member 'rna_prop_type'.Field Documentation
Blender Source Code
The property type matching the rna_path.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
IDOverrideLibraryProperty idoverridelibraryproperty = ...; CPointer<Object> p = idoverridelibraryproperty.__dna__addressof(IDOverrideLibraryProperty.__DNA__FIELD__rna_prop_type); CPointer<Integer> p_rna_prop_type = p.cast(new Class[]{Integer.class});
Metadata
- Field: 'rna_prop_type'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
-
Constructor Detail
-
IDOverrideLibraryProperty
public IDOverrideLibraryProperty(long __address, Block __block, BlockTable __blockTable)
-
IDOverrideLibraryProperty
protected IDOverrideLibraryProperty(IDOverrideLibraryProperty that)
-
-
Method Detail
-
getNext
public CPointer<IDOverrideLibraryProperty> getNext() throws java.io.IOException
Get method for struct member 'next'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__next
-
setNext
public void setNext(CPointer<IDOverrideLibraryProperty> next) throws java.io.IOException
Set method for struct member 'next'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__next
-
getPrev
public CPointer<IDOverrideLibraryProperty> getPrev() throws java.io.IOException
Get method for struct member 'prev'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__prev
-
setPrev
public void setPrev(CPointer<IDOverrideLibraryProperty> prev) throws java.io.IOException
Set method for struct member 'prev'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__prev
-
getRna_path
public CPointer<java.lang.Byte> getRna_path() throws java.io.IOException
Get method for struct member 'rna_path'.Field Documentation
Blender Python API
(read-only) RNA path leading to that property, from owning IDBlender Source Code
Path from
ID
include indices/names for final arrays/collections items.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__rna_path
-
setRna_path
public void setRna_path(CPointer<java.lang.Byte> rna_path) throws java.io.IOException
Set method for struct member 'rna_path'.Field Documentation
Blender Python API
(read-only) RNA path leading to that property, from owning IDBlender Source Code
Path from
ID
include indices/names for final arrays/collections items.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__rna_path
-
getOperations
public ListBase getOperations() throws java.io.IOException
Get method for struct member 'operations'.Field Documentation
Blender Python API
(read-only) List of overriding operations for a propertyBlender Source Code
List of overriding operations (
IDOverrideLibraryPropertyOperation
) applied to this property. Recreated as part of the diffing, so do not store any of these elsewhere.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__operations
-
setOperations
public void setOperations(ListBase operations) throws java.io.IOException
Set method for struct member 'operations'.Field Documentation
Blender Python API
(read-only) List of overriding operations for a propertyBlender Source Code
List of overriding operations (
IDOverrideLibraryPropertyOperation
) applied to this property. Recreated as part of the diffing, so do not store any of these elsewhere.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__operations
-
getTag
public short getTag() throws java.io.IOException
Get method for struct member 'tag'.Field Documentation
Blender Source Code
Runtime, tags are common to both
IDOverrideLibraryProperty
andIDOverrideLibraryPropertyOperation
.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__tag
-
setTag
public void setTag(short tag) throws java.io.IOException
Set method for struct member 'tag'.Field Documentation
Blender Source Code
Runtime, tags are common to both
IDOverrideLibraryProperty
andIDOverrideLibraryPropertyOperation
.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__tag
-
get_pad
public CArrayFacade<java.lang.Byte> get_pad() throws java.io.IOException
Get method for struct member '_pad'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD___pad
-
set_pad
public void set_pad(CArrayFacade<java.lang.Byte> _pad) throws java.io.IOException
Set method for struct member '_pad'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD___pad
-
getRna_prop_type
public int getRna_prop_type() throws java.io.IOException
Get method for struct member 'rna_prop_type'.Field Documentation
Blender Source Code
The property type matching the rna_path.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__rna_prop_type
-
setRna_prop_type
public void setRna_prop_type(int rna_prop_type) throws java.io.IOException
Set method for struct member 'rna_prop_type'.Field Documentation
Blender Source Code
The property type matching the rna_path.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__rna_prop_type
-
__io__addressof
public CPointer<IDOverrideLibraryProperty> __io__addressof()
Instantiates a pointer on this instance.
-
-