control.idx 2.2 KB

123456789101112131415161718
  1. ControlXYHandler nodesnim/nodescontrol/control.html#ControlXYHandler control: ControlXYHandler
  2. ControlHandler nodesnim/nodescontrol/control.html#ControlHandler control: ControlHandler
  3. ControlObj nodesnim/nodescontrol/control.html#ControlObj control: ControlObj
  4. ControlRef nodesnim/nodescontrol/control.html#ControlRef control: ControlRef
  5. controlpattern nodesnim/nodescontrol/control.html#controlpattern.t control: controlpattern(): untyped
  6. Control nodesnim/nodescontrol/control.html#Control,string control: Control(name: string = "Control"): ControlRef
  7. calcPositionAnchor nodesnim/nodescontrol/control.html#calcPositionAnchor.e,ControlRef control: calcPositionAnchor(self: ControlRef)
  8. draw nodesnim/nodescontrol/control.html#draw.e,ControlRef,GLfloat,GLfloat control: draw(self: ControlRef; w, h: GLfloat)
  9. duplicate nodesnim/nodescontrol/control.html#duplicate.e,ControlRef control: duplicate(self: ControlRef): ControlRef
  10. getGlobalMousePosition nodesnim/nodescontrol/control.html#getGlobalMousePosition.e,ControlRef control: getGlobalMousePosition(self: ControlRef): Vector2Obj
  11. handle nodesnim/nodescontrol/control.html#handle.e,ControlRef,InputEvent,NodeRef control: handle(self: ControlRef; event: InputEvent; mouse_on: var NodeRef)
  12. setBackground nodesnim/nodescontrol/control.html#setBackground.e,ControlRef,DrawableRef control: setBackground(self: ControlRef; drawable: DrawableRef)
  13. setBackgroundColor nodesnim/nodescontrol/control.html#setBackgroundColor.e,ControlRef,ColorRef control: setBackgroundColor(self: ControlRef; color: ColorRef)
  14. setMargin nodesnim/nodescontrol/control.html#setMargin.e,ControlRef,AnchorObj control: setMargin(self: ControlRef; margin: AnchorObj)
  15. setMargin nodesnim/nodescontrol/control.html#setMargin.e,ControlRef,float,float,float,float control: setMargin(self: ControlRef; x1, y1, x2, y2: float)
  16. setPadding nodesnim/nodescontrol/control.html#setPadding.e,ControlRef,AnchorObj control: setPadding(self: ControlRef; padding: AnchorObj)
  17. setPadding nodesnim/nodescontrol/control.html#setPadding.e,ControlRef,float,float,float,float control: setPadding(self: ControlRef; x1, y1, x2, y2: float)
  18. setStyle nodesnim/nodescontrol/control.html#setStyle.e,ControlRef,StyleSheetRef control: setStyle(self: ControlRef; style: StyleSheetRef)