#include <string.h>#include <string>#include "ut_assert.h"#include "ut_png.h"#include "ut_jpeg.h"#include "ut_string.h"#include "ut_debugmsg.h"#include "ut_bytebuf.h"#include "fl_ContainerLayout.h"#include "px_CR_Object.h"#include "pd_Document.h"#include "pp_AttrProp.h"#include "fg_GraphicRaster.h"Variables | |
| static const std::string | s_none |
| static const std::string | s_png_type = "image/png" |
| static const std::string | s_jpeg_type = "image/jpeg" |
const std::string s_jpeg_type = "image/jpeg" [static] |
Referenced by FG_GraphicRaster::getMimeType().
const std::string s_none [static] |
Referenced by FG_GraphicRaster::getMimeType().
const std::string s_png_type = "image/png" [static] |
Referenced by FG_GraphicRaster::getMimeType().
1.7.1