#include <gtk/gtk.h>#include <gdk/gdkrgb.h>#include <tiffio.h>#include <freetype2/freetype/freetype.h>#include <Alloc.hh>#include "Config.h"#include "Palette.hh"Include dependency graph for FrameBuf.hh:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Compounds | |
| class | clFrameBuf |
| Framebuffer class. More... | |
Defines | |
| #define | FB_TIFF_MODE "w" |
| #define | FB_TIFF_RESOLUTION 100 |
| #define | FB_TIFF_FONTSIZE 12 |
| #define | FB_TIFF_DATELEN 19 |
Enumerations | |
| enum | { FB_TYPE_NONE = 0, FB_TYPE_LINE = 1, FB_TYPE_COLUMN = 2 } |
| Frame buffer types. More... | |
| enum | { FB_TIFF_COMPRESS_NONE = COMPRESSION_NONE, FB_TIFF_COMPRESS_RLE = COMPRESSION_CCITTRLE, FB_TIFF_COMPRESS_LZW = COMPRESSION_LZW, FB_TIFF_COMPRESS_JPEG = COMPRESSION_JPEG, FB_TIFF_COMPRESS_DEFLATE = COMPRESSION_ADOBE_DEFLATE } |
| TIFF CODECs. More... | |
| enum | { FB_TIFF_CONT_NO, FB_TIFF_CONT_VERTICAL, FB_TIFF_CONT_HORIZONTAL } |
| TIFF save mode. More... | |
|
|
Definition at line 39 of file FrameBuf.hh. Referenced by clSpectGUI::SaveInfo(), clGUILofar::SaveInfo(), clGUIDir::SaveInfo(), clFrameBuf::SaveToFile(), and clFrameBuf::StartSaveToFile(). |
|
|
Definition at line 40 of file FrameBuf.hh. Referenced by clFrameBuf::clFrameBuf(), clFrameBuf::DrawText(), and clFrameBuf::SetTiffTags(). |
|
|
Definition at line 41 of file FrameBuf.hh. Referenced by clFrameBuf::clFrameBuf(). |
|
|
Definition at line 42 of file FrameBuf.hh. Referenced by clFrameBuf::SetTiffTags(). |
|
|
Frame buffer types.
Definition at line 48 of file FrameBuf.hh. |
|
|
TIFF CODECs.
Definition at line 58 of file FrameBuf.hh. |
|
|
TIFF save mode.
Definition at line 70 of file FrameBuf.hh. |
1.3.3