public class uiList extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__dyn_data
Field descriptor (offset) for struct member 'dyn_data'.
|
static long[] |
__DNA__FIELD__filter_byname
Field descriptor (offset) for struct member 'filter_byname'.
|
static long[] |
__DNA__FIELD__filter_flag
Field descriptor (offset) for struct member 'filter_flag'.
|
static long[] |
__DNA__FIELD__filter_sort_flag
Field descriptor (offset) for struct member 'filter_sort_flag'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__layout_type
Field descriptor (offset) for struct member 'layout_type'.
|
static long[] |
__DNA__FIELD__list_grip
Field descriptor (offset) for struct member 'list_grip'.
|
static long[] |
__DNA__FIELD__list_id
Field descriptor (offset) for struct member 'list_id'.
|
static long[] |
__DNA__FIELD__list_last_activei
Field descriptor (offset) for struct member 'list_last_activei'.
|
static long[] |
__DNA__FIELD__list_last_len
Field descriptor (offset) for struct member 'list_last_len'.
|
static long[] |
__DNA__FIELD__list_scroll
Field descriptor (offset) for struct member 'list_scroll'.
|
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 long[] |
__DNA__FIELD__properties
Field descriptor (offset) for struct member 'properties'.
|
static long[] |
__DNA__FIELD__type
Field descriptor (offset) for struct member 'type'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct uiList.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
uiList(long __address,
Block __block,
BlockTable __blockTable) |
protected |
uiList(uiList that) |
Modifier and Type | Method and Description |
---|---|
CPointer<uiList> |
__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<java.lang.Object> |
getDyn_data()
Get method for struct member 'dyn_data'.
|
CArrayFacade<java.lang.Byte> |
getFilter_byname()
Get method for struct member 'filter_byname'.
|
int |
getFilter_flag()
Get method for struct member 'filter_flag'.
|
int |
getFilter_sort_flag()
Get method for struct member 'filter_sort_flag'.
|
int |
getFlag()
Get method for struct member 'flag'.
|
int |
getLayout_type()
Get method for struct member 'layout_type'.
|
int |
getList_grip()
Get method for struct member 'list_grip'.
|
CArrayFacade<java.lang.Byte> |
getList_id()
Get method for struct member 'list_id'.
|
int |
getList_last_activei()
Get method for struct member 'list_last_activei'.
|
int |
getList_last_len()
Get method for struct member 'list_last_len'.
|
int |
getList_scroll()
Get method for struct member 'list_scroll'.
|
CPointer<uiList> |
getNext()
Get method for struct member 'next'.
|
CPointer<uiList> |
getPrev()
Get method for struct member 'prev'.
|
CPointer<IDProperty> |
getProperties()
Get method for struct member 'properties'.
|
CPointer<java.lang.Object> |
getType()
Get method for struct member 'type'.
|
void |
setDyn_data(CPointer<java.lang.Object> dyn_data)
Set method for struct member 'dyn_data'.
|
void |
setFilter_byname(CArrayFacade<java.lang.Byte> filter_byname)
Set method for struct member 'filter_byname'.
|
void |
setFilter_flag(int filter_flag)
Set method for struct member 'filter_flag'.
|
void |
setFilter_sort_flag(int filter_sort_flag)
Set method for struct member 'filter_sort_flag'.
|
void |
setFlag(int flag)
Set method for struct member 'flag'.
|
void |
setLayout_type(int layout_type)
Set method for struct member 'layout_type'.
|
void |
setList_grip(int list_grip)
Set method for struct member 'list_grip'.
|
void |
setList_id(CArrayFacade<java.lang.Byte> list_id)
Set method for struct member 'list_id'.
|
void |
setList_last_activei(int list_last_activei)
Set method for struct member 'list_last_activei'.
|
void |
setList_last_len(int list_last_len)
Set method for struct member 'list_last_len'.
|
void |
setList_scroll(int list_scroll)
Set method for struct member 'list_scroll'.
|
void |
setNext(CPointer<uiList> next)
Set method for struct member 'next'.
|
void |
setPrev(CPointer<uiList> prev)
Set method for struct member 'prev'.
|
void |
setProperties(CPointer<IDProperty> properties)
Set method for struct member 'properties'.
|
void |
setType(CPointer<java.lang.Object> type)
Set method for struct member 'type'.
|
__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 uiList.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__next
some list UI data need to be saved in file
This is how you get a reference on the corresponding field in the struct:
uiList uilist = ...; CPointer<Object> p = uilist.__dna__addressof(uiList.__DNA__FIELD__next); CPointer<CPointer<uiList>> p_next = p.cast(new Class[]{CPointer.class, uiList.class});
public static final long[] __DNA__FIELD__prev
This is how you get a reference on the corresponding field in the struct:
uiList uilist = ...; CPointer<Object> p = uilist.__dna__addressof(uiList.__DNA__FIELD__prev); CPointer<CPointer<uiList>> p_prev = p.cast(new Class[]{CPointer.class, uiList.class});
public static final long[] __DNA__FIELD__type
runtime
This is how you get a reference on the corresponding field in the struct:
uiList uilist = ...; CPointer<Object> p = uilist.__dna__addressof(uiList.__DNA__FIELD__type); CPointer<CPointer<Object>> p_type = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__list_id
defined as UI_MAX_NAME_STR
This is how you get a reference on the corresponding field in the struct:
uiList uilist = ...; CPointer<Object> p = uilist.__dna__addressof(uiList.__DNA__FIELD__list_id); CPointer<CArrayFacade<Byte>> p_list_id = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__layout_type
How items are layedout in the list
This is how you get a reference on the corresponding field in the struct:
uiList uilist = ...; CPointer<Object> p = uilist.__dna__addressof(uiList.__DNA__FIELD__layout_type); CPointer<Integer> p_layout_type = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
uiList uilist = ...; CPointer<Object> p = uilist.__dna__addressof(uiList.__DNA__FIELD__flag); CPointer<Integer> p_flag = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__list_scroll
This is how you get a reference on the corresponding field in the struct:
uiList uilist = ...; CPointer<Object> p = uilist.__dna__addressof(uiList.__DNA__FIELD__list_scroll); CPointer<Integer> p_list_scroll = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__list_grip
This is how you get a reference on the corresponding field in the struct:
uiList uilist = ...; CPointer<Object> p = uilist.__dna__addressof(uiList.__DNA__FIELD__list_grip); CPointer<Integer> p_list_grip = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__list_last_len
This is how you get a reference on the corresponding field in the struct:
uiList uilist = ...; CPointer<Object> p = uilist.__dna__addressof(uiList.__DNA__FIELD__list_last_len); CPointer<Integer> p_list_last_len = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__list_last_activei
This is how you get a reference on the corresponding field in the struct:
uiList uilist = ...; CPointer<Object> p = uilist.__dna__addressof(uiList.__DNA__FIELD__list_last_activei); CPointer<Integer> p_list_last_activei = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__filter_byname
Filtering data. defined as UI_MAX_NAME_STR
This is how you get a reference on the corresponding field in the struct:
uiList uilist = ...; CPointer<Object> p = uilist.__dna__addressof(uiList.__DNA__FIELD__filter_byname); CPointer<CArrayFacade<Byte>> p_filter_byname = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__filter_flag
This is how you get a reference on the corresponding field in the struct:
uiList uilist = ...; CPointer<Object> p = uilist.__dna__addressof(uiList.__DNA__FIELD__filter_flag); CPointer<Integer> p_filter_flag = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__filter_sort_flag
This is how you get a reference on the corresponding field in the struct:
uiList uilist = ...; CPointer<Object> p = uilist.__dna__addressof(uiList.__DNA__FIELD__filter_sort_flag); CPointer<Integer> p_filter_sort_flag = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__properties
Custom sub-classes properties.
This is how you get a reference on the corresponding field in the struct:
uiList uilist = ...; CPointer<Object> p = uilist.__dna__addressof(uiList.__DNA__FIELD__properties); CPointer<CPointer<IDProperty>> p_properties = p.cast(new Class[]{CPointer.class, IDProperty.class});
public static final long[] __DNA__FIELD__dyn_data
Dynamic data (runtime).
This is how you get a reference on the corresponding field in the struct:
uiList uilist = ...; CPointer<Object> p = uilist.__dna__addressof(uiList.__DNA__FIELD__dyn_data); CPointer<CPointer<Object>> p_dyn_data = p.cast(new Class[]{CPointer.class, Object.class});
public uiList(long __address, Block __block, BlockTable __blockTable)
protected uiList(uiList that)
public CPointer<uiList> getNext() throws java.io.IOException
some list UI data need to be saved in file
java.io.IOException
__DNA__FIELD__next
public void setNext(CPointer<uiList> next) throws java.io.IOException
some list UI data need to be saved in file
java.io.IOException
__DNA__FIELD__next
public CPointer<uiList> getPrev() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public void setPrev(CPointer<uiList> prev) throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public CPointer<java.lang.Object> getType() throws java.io.IOException
runtime
java.io.IOException
__DNA__FIELD__type
public void setType(CPointer<java.lang.Object> type) throws java.io.IOException
runtime
java.io.IOException
__DNA__FIELD__type
public CArrayFacade<java.lang.Byte> getList_id() throws java.io.IOException
defined as UI_MAX_NAME_STR
java.io.IOException
__DNA__FIELD__list_id
public void setList_id(CArrayFacade<java.lang.Byte> list_id) throws java.io.IOException
defined as UI_MAX_NAME_STR
java.io.IOException
__DNA__FIELD__list_id
public int getLayout_type() throws java.io.IOException
How items are layedout in the list
java.io.IOException
__DNA__FIELD__layout_type
public void setLayout_type(int layout_type) throws java.io.IOException
How items are layedout in the list
java.io.IOException
__DNA__FIELD__layout_type
public int getFlag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public void setFlag(int flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public int getList_scroll() throws java.io.IOException
java.io.IOException
__DNA__FIELD__list_scroll
public void setList_scroll(int list_scroll) throws java.io.IOException
java.io.IOException
__DNA__FIELD__list_scroll
public int getList_grip() throws java.io.IOException
java.io.IOException
__DNA__FIELD__list_grip
public void setList_grip(int list_grip) throws java.io.IOException
java.io.IOException
__DNA__FIELD__list_grip
public int getList_last_len() throws java.io.IOException
java.io.IOException
__DNA__FIELD__list_last_len
public void setList_last_len(int list_last_len) throws java.io.IOException
java.io.IOException
__DNA__FIELD__list_last_len
public int getList_last_activei() throws java.io.IOException
java.io.IOException
__DNA__FIELD__list_last_activei
public void setList_last_activei(int list_last_activei) throws java.io.IOException
java.io.IOException
__DNA__FIELD__list_last_activei
public CArrayFacade<java.lang.Byte> getFilter_byname() throws java.io.IOException
Filtering data. defined as UI_MAX_NAME_STR
java.io.IOException
__DNA__FIELD__filter_byname
public void setFilter_byname(CArrayFacade<java.lang.Byte> filter_byname) throws java.io.IOException
Filtering data. defined as UI_MAX_NAME_STR
java.io.IOException
__DNA__FIELD__filter_byname
public int getFilter_flag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__filter_flag
public void setFilter_flag(int filter_flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__filter_flag
public int getFilter_sort_flag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__filter_sort_flag
public void setFilter_sort_flag(int filter_sort_flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__filter_sort_flag
public CPointer<IDProperty> getProperties() throws java.io.IOException
Custom sub-classes properties.
java.io.IOException
__DNA__FIELD__properties
public void setProperties(CPointer<IDProperty> properties) throws java.io.IOException
Custom sub-classes properties.
java.io.IOException
__DNA__FIELD__properties
public CPointer<java.lang.Object> getDyn_data() throws java.io.IOException
Dynamic data (runtime).
java.io.IOException
__DNA__FIELD__dyn_data
public void setDyn_data(CPointer<java.lang.Object> dyn_data) throws java.io.IOException
Dynamic data (runtime).
java.io.IOException
__DNA__FIELD__dyn_data