Uses of Class
org.blender.dna.uiList
-
Packages that use uiList Package Description org.blender.dna -
-
Uses of uiList in org.blender.dna
Methods in org.blender.dna that return types with arguments of type uiList Modifier and Type Method Description CPointer<uiList>
uiList. __io__addressof()
Instantiates a pointer on this instance.CPointer<uiList>
uiList. getNext()
Get method for struct member 'next'.CPointer<uiList>
uiList. getPrev()
Get method for struct member 'prev'.Method parameters in org.blender.dna with type arguments of type uiList Modifier and Type Method Description void
uiList. setNext(CPointer<uiList> next)
Set method for struct member 'next'.void
uiList. setPrev(CPointer<uiList> prev)
Set method for struct member 'prev'.Constructors in org.blender.dna with parameters of type uiList Constructor Description uiList(uiList that)
-