File: xview.h

package info (click to toggle)
kdelibs 4%3A2.2.2-13.woody.14
  • links: PTS
  • area: main
  • in suites: woody
  • size: 36,832 kB
  • ctags: 40,077
  • sloc: cpp: 313,284; ansic: 20,558; xml: 11,448; sh: 11,318; makefile: 2,426; perl: 2,084; yacc: 1,663; java: 1,538; lex: 629; python: 300
file content (12 lines) | stat: -rw-r--r-- 216 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
// This library is distributed under the conditions of the GNU LGPL.
#ifndef XVIEW_H
#define XVIEW_H

class QImageIO;

extern "C" {   
void kimgio_xv_read( QImageIO * );
void kimgio_xv_write( QImageIO * );
}

#endif