Source Code (Use browser search to find items of interest.)

Class Index

kiconedit'imageFormat (./kdegraphics/kiconedit/utils.h:52)

struct imageFormat
{
  imageFormat(const char *f, const char *t, const char *e) { format = f; title = t, extension = e;}
  const char *format;
  const char *title;
  const char *extension;
};