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