File: Signal.qml

package info (click to toggle)
doxyqml 0.3.0-1.2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 216 kB
  • sloc: python: 780; cpp: 54; makefile: 6
file content (7 lines) | stat: -rw-r--r-- 96 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
Item {
    function move(x, y);

    signal moved(int x, int y);

    function doSomething();
}