public class TextLine extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad0
Field descriptor (offset) for struct member '_pad0'.
|
static long[] |
__DNA__FIELD__format
Field descriptor (offset) for struct member 'format'.
|
static long[] |
__DNA__FIELD__len
Field descriptor (offset) for struct member 'len'.
|
static long[] |
__DNA__FIELD__line
Field descriptor (offset) for struct member 'line'.
|
static long[] |
__DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.
|
static long[] |
__DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct TextLine.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
TextLine(long __address,
Block __block,
BlockTable __blockTable) |
protected |
TextLine(TextLine that) |
Modifier and Type | Method and Description |
---|---|
CPointer<TextLine> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad0()
Get method for struct member '_pad0'.
|
CPointer<java.lang.Byte> |
getFormat()
Get method for struct member 'format'.
|
int |
getLen()
Get method for struct member 'len'.
|
CPointer<java.lang.Byte> |
getLine()
Get method for struct member 'line'.
|
CPointer<TextLine> |
getNext()
Get method for struct member 'next'.
|
CPointer<TextLine> |
getPrev()
Get method for struct member 'prev'.
|
void |
set_pad0(CArrayFacade<java.lang.Byte> _pad0)
Set method for struct member '_pad0'.
|
void |
setFormat(CPointer<java.lang.Byte> format)
Set method for struct member 'format'.
|
void |
setLen(int len)
Set method for struct member 'len'.
|
void |
setLine(CPointer<java.lang.Byte> line)
Set method for struct member 'line'.
|
void |
setNext(CPointer<TextLine> next)
Set method for struct member 'next'.
|
void |
setPrev(CPointer<TextLine> prev)
Set method for struct member 'prev'.
|
__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
public static final int __DNA__SDNA_INDEX
It is required when allocating a new block to store data for TextLine.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__next
This is how you get a reference on the corresponding field in the struct:
TextLine textline = ...; CPointer<Object> p = textline.__dna__addressof(TextLine.__DNA__FIELD__next); CPointer<CPointer<TextLine>> p_next = p.cast(new Class[]{CPointer.class, TextLine.class});
public static final long[] __DNA__FIELD__prev
This is how you get a reference on the corresponding field in the struct:
TextLine textline = ...; CPointer<Object> p = textline.__dna__addressof(TextLine.__DNA__FIELD__prev); CPointer<CPointer<TextLine>> p_prev = p.cast(new Class[]{CPointer.class, TextLine.class});
public static final long[] __DNA__FIELD__line
This is how you get a reference on the corresponding field in the struct:
TextLine textline = ...; CPointer<Object> p = textline.__dna__addressof(TextLine.__DNA__FIELD__line); CPointer<CPointer<Byte>> p_line = p.cast(new Class[]{CPointer.class, Byte.class});
public static final long[] __DNA__FIELD__format
May be NULL if syntax is off or not yet formatted.
This is how you get a reference on the corresponding field in the struct:
TextLine textline = ...; CPointer<Object> p = textline.__dna__addressof(TextLine.__DNA__FIELD__format); CPointer<CPointer<Byte>> p_format = p.cast(new Class[]{CPointer.class, Byte.class});
public static final long[] __DNA__FIELD__len
Blen unused.
This is how you get a reference on the corresponding field in the struct:
TextLine textline = ...; CPointer<Object> p = textline.__dna__addressof(TextLine.__DNA__FIELD__len); CPointer<Integer> p_len = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD___pad0
This is how you get a reference on the corresponding field in the struct:
TextLine textline = ...; CPointer<Object> p = textline.__dna__addressof(TextLine.__DNA__FIELD___pad0); CPointer<CArrayFacade<Byte>> p__pad0 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public TextLine(long __address, Block __block, BlockTable __blockTable)
protected TextLine(TextLine that)
public CPointer<TextLine> getNext() throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public void setNext(CPointer<TextLine> next) throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public CPointer<TextLine> getPrev() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public void setPrev(CPointer<TextLine> prev) throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public CPointer<java.lang.Byte> getLine() throws java.io.IOException
java.io.IOException
__DNA__FIELD__line
public void setLine(CPointer<java.lang.Byte> line) throws java.io.IOException
java.io.IOException
__DNA__FIELD__line
public CPointer<java.lang.Byte> getFormat() throws java.io.IOException
May be NULL if syntax is off or not yet formatted.
java.io.IOException
__DNA__FIELD__format
public void setFormat(CPointer<java.lang.Byte> format) throws java.io.IOException
May be NULL if syntax is off or not yet formatted.
java.io.IOException
__DNA__FIELD__format
public int getLen() throws java.io.IOException
Blen unused.
java.io.IOException
__DNA__FIELD__len
public void setLen(int len) throws java.io.IOException
Blen unused.
java.io.IOException
__DNA__FIELD__len
public CArrayFacade<java.lang.Byte> get_pad0() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad0
public void set_pad0(CArrayFacade<java.lang.Byte> _pad0) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad0