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