Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

htfltimg.h

Go to the documentation of this file.
00001 /* 
00002  *      HT Editor
00003  *      htfltimg.h
00004  *
00005  *      Copyright (C) 2003 Sebastian Biallas (sb@biallas.net)
00006  *
00007  *      This program is free software; you can redistribute it and/or modify
00008  *      it under the terms of the GNU General Public License version 2 as
00009  *      published by the Free Software Foundation.
00010  *
00011  *      This program is distributed in the hope that it will be useful,
00012  *      but WITHOUT ANY WARRANTY; without even the implied warranty of
00013  *      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00014  *      GNU General Public License for more details.
00015  *
00016  *      You should have received a copy of the GNU General Public License
00017  *      along with this program; if not, write to the Free Software
00018  *      Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
00019  */
00020 
00021 #ifndef __HTFLTIMG_H__
00022 #define __HTFLTIMG_H__
00023 
00024 #include "htanaly.h"
00025 #include "htflt.h"
00026 #include "formats.h"
00027 
00028 extern format_viewer_if htfltimage_if;
00029 
00030 /*
00031  *      CLASS ht_flt_aviewer
00032  */
00033 
00034 class ht_flt_aviewer: public ht_aviewer {
00035 public:
00036         ht_flt_shared_data *flt_shared;
00037                 void init(bounds *b, char *desc, int caps, ht_streamfile *file, ht_format_group *format_group, Analyser *Analyser, ht_flt_shared_data *flt_shared);
00038         virtual void setAnalyser(Analyser *a);
00039 };
00040 
00041 #endif /* !__HTFLTIMG_H__ */
00042 

Generated on Fri May 7 21:15:33 2004 by doxygen 1.3.5