FormatInfo Struct Reference

Information about this Format Plug-in. More...

#include <PIFormat.h>

Data Fields

PlugInInfo plugInInfo
 The information common to all plug-ins.
int16 typeCount
 The number of types in the type list.
int16 extensionCount
 The number of extensions in the type list.
Boolean canRead
 Can we read using this format?
Boolean readsAllTypes
 Can this plug-in read from all files?
Boolean canWrite
 Can we write using this format?
Boolean canWriteIfRead
 Can we write if we read using this format?
Boolean savesImageResources
 Does this file format save the resource data.
Boolean padFlag
 Padding.
int16 maxChannels [16]
 Maximum # of channels with each plug-in mode.
int16 maxRows
 Maximum rows allowed in document.
int16 maxCols
 Maximum columns allowed in document.
OSType fileType
 The file type if we create a file.
OSType creatorType
 The creator type if we create a file.
OSType typeList [1]
 The types and extensions supported.

Detailed Description

Information about this Format Plug-in.


Field Documentation

The information common to all plug-ins.

The number of types in the type list.

The number of extensions in the type list.

Can we read using this format?

Can this plug-in read from all files?

Can we write using this format?

Can we write if we read using this format?

Does this file format save the resource data.

Padding.

Maximum # of channels with each plug-in mode.

Maximum rows allowed in document.

Maximum columns allowed in document.

The file type if we create a file.

The creator type if we create a file.

The types and extensions supported.


The documentation for this struct was generated from the following file: