counter.idx 1.0 KB

123456789
  1. CounterObj nodesnim/nodescontrol/counter.html#CounterObj counter: CounterObj
  2. CounterRef nodesnim/nodescontrol/counter.html#CounterRef counter: CounterRef
  3. Counter nodesnim/nodescontrol/counter.html#Counter,string counter: Counter(name: string = "Counter"): CounterRef
  4. changeValue nodesnim/nodescontrol/counter.html#changeValue.e,CounterRef,float counter: changeValue(self: CounterRef; value: float)
  5. draw nodesnim/nodescontrol/counter.html#draw.e,CounterRef,GLfloat,GLfloat counter: draw(self: CounterRef; w, h: GLfloat)
  6. duplicate nodesnim/nodescontrol/counter.html#duplicate.e,CounterRef counter: duplicate(self: CounterRef): CounterRef
  7. handle nodesnim/nodescontrol/counter.html#handle.e,CounterRef,InputEvent,NodeRef counter: handle(self: CounterRef; event: InputEvent; mouse_on: var NodeRef)
  8. setMaxValue nodesnim/nodescontrol/counter.html#setMaxValue.e,CounterRef,float counter: setMaxValue(self: CounterRef; value: float)
  9. setMinValue nodesnim/nodescontrol/counter.html#setMinValue.e,CounterRef,float counter: setMinValue(self: CounterRef; value: float)