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