File: imageview

package info (click to toggle)
nip2 8.9.1-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 23,352 kB
  • sloc: ansic: 64,077; sh: 4,681; yacc: 1,133; makefile: 927; lex: 386; xml: 40; perl: 17
file content (8 lines) | stat: -rw-r--r-- 382 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
imagemodel is the base model class ... imageview_new makes the imagemodel, then
all the component widgets (imagepresent, statusview, paintboxview,
conversionview, imageview) watch this for updates

the conversion from the real image to the display image is handled by
conversion, a sub-model of imagemodel

imageview holds the ref to imagemodel ... destroy this and everything goes