Class SpreadsheetContextObject


  • public class SpreadsheetContextObject
    extends CFacade
    Generated facet for DNA struct type 'SpreadsheetContextObject'.

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

        public static final int __DNA__SDNA_INDEX
        This is the sdna index of the struct SpreadsheetContextObject.

        It is required when allocating a new block to store data for SpreadsheetContextObject.

        See Also:
        StructDNA, BlockTable, Constant Field Values
      • __DNA__FIELD__base

        public static final long[] __DNA__FIELD__base
        Field descriptor (offset) for struct member 'base'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         SpreadsheetContextObject spreadsheetcontextobject = ...;
         CPointer<Object> p = spreadsheetcontextobject.__dna__addressof(SpreadsheetContextObject.__DNA__FIELD__base);
         CPointer<SpreadsheetContext> p_base = p.cast(new Class[]{SpreadsheetContext.class});
         

        Metadata

        • Field: 'base'
        • Signature: 'SpreadsheetContext'
        • Actual Size (32bit/64bit): 16/24
      • __DNA__FIELD__object

        public static final long[] __DNA__FIELD__object
        Field descriptor (offset) for struct member 'object'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         SpreadsheetContextObject spreadsheetcontextobject = ...;
         CPointer<Object> p = spreadsheetcontextobject.__dna__addressof(SpreadsheetContextObject.__DNA__FIELD__object);
         CPointer<CPointer<BlenderObject>> p_object = p.cast(new Class[]{CPointer.class, BlenderObject.class});
         

        Metadata

        • Field: 'object'
        • Signature: 'Object*'
        • Actual Size (32bit/64bit): 4/8
    • Constructor Detail

      • SpreadsheetContextObject

        public SpreadsheetContextObject​(long __address,
                                        Block __block,
                                        BlockTable __blockTable)