Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
165
cde/doc/C/guides/man/man5/mmdbgifo.sgm
Normal file
165
cde/doc/C/guides/man/man5/mmdbgifo.sgm
Normal file
@@ -0,0 +1,165 @@
|
||||
<!-- $XConsortium: mmdbgifo.sgm /main/7 1996/09/08 20:01:38 rws $ -->
|
||||
<!-- (c) Copyright 1996 Digital Equipment Corporation. -->
|
||||
<!-- (c) Copyright 1996 Hewlett-Packard Company. -->
|
||||
<!-- (c) Copyright 1996 International Business Machines Corp. -->
|
||||
<!-- (c) Copyright 1996 Sun Microsystems, Inc. -->
|
||||
<!-- (c) Copyright 1996 Novell, Inc. -->
|
||||
<!-- (c) Copyright 1996 FUJITSU LIMITED. -->
|
||||
<!-- (c) Copyright 1996 Hitachi. -->
|
||||
<![ %CDE.C.CDE; [<RefEntry Id="CDE.INFO.dtmmdbgraphicinfo">]]>
|
||||
<RefMeta>
|
||||
<RefEntryTitle>
|
||||
DtMmdbGraphicInfo
|
||||
</RefEntryTitle>
|
||||
<ManVolNum>file formats</ManVolNum>
|
||||
</RefMeta>
|
||||
<RefNameDiv>
|
||||
<RefName><StructName Role="typedef">DtMmdbGraphicInfo</StructName>
|
||||
</RefName>
|
||||
<RefPurpose>graphic object structure in <command>dtinfo</command>
|
||||
</RefPurpose>
|
||||
</RefNameDiv>
|
||||
<RefSect1>
|
||||
<Title>DESCRIPTION</Title>
|
||||
<para>The <StructName Role="typedef">DtMmdbGraphicInfo</StructName>
|
||||
structure contains information about a graphic object in <command>dtinfo</command>.
|
||||
</para>
|
||||
<para>The <StructName Role="typedef">DtMmdbGraphicInfo</StructName>
|
||||
structure is defined as follows:
|
||||
</para>
|
||||
<literallayout>
|
||||
#include <DtInfo/DtMmdb.h>
|
||||
typedef struct _DtMmdbGraphicInfo {
|
||||
unsigned short coding;
|
||||
unsigned short width;
|
||||
unsigned short height;
|
||||
unsigned int llx;
|
||||
unsigned int lly;
|
||||
unsigned int urx;
|
||||
unsigned int ury;
|
||||
char* version;
|
||||
} DtMmdbGraphicInfo;
|
||||
</literallayout>
|
||||
<para>The <StructName Role="typedef">DtMmdbGraphicInfo</StructName>
|
||||
members have the following meanings:
|
||||
</para>
|
||||
<variablelist>
|
||||
<varlistentry><term><symbol role="Variable">coding</symbol></term>
|
||||
<listitem>
|
||||
<para>Specifies the type of the object. Valid values are:
|
||||
</para>
|
||||
<variablelist>
|
||||
<varlistentry><term><Symbol>DtMmdbGraphicEPS</Symbol></term>
|
||||
<listitem>
|
||||
<para>Indicates an Encapsulated PostScript typed object.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><Symbol>DtMmdbGraphicGIF</Symbol></term>
|
||||
<listitem>
|
||||
<para>Indicates a GIF typed object.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><Symbol>DtMmdbGraphicXPM</Symbol></term>
|
||||
<listitem>
|
||||
<para>Indicates an XPM typed object.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><Symbol>DtMmdbGraphicXBM</Symbol></term>
|
||||
<listitem>
|
||||
<para>Indicates an XBM typed object.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><Symbol>DtMmdbGraphicCGM</Symbol></term>
|
||||
<listitem>
|
||||
<para>Indicates a CGM typed object (not supported)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><Symbol>DtMmdbGraphicJPEG</Symbol></term>
|
||||
<listitem>
|
||||
<para>Indicates a JPEG typed object (not supported)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><Symbol>DtMmdbGraphicTIFF</Symbol></term>
|
||||
<listitem>
|
||||
<para>Indicates a TIFF typed object (not supported)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><Symbol>DtMmdbGraphicXWD</Symbol></term>
|
||||
<listitem>
|
||||
<para>Indicates an XWD typed object (not supported)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><Symbol>DtMmdbGraphicUnknown</Symbol></term>
|
||||
<listitem>
|
||||
<para>Indicates an object of unknown type
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><symbol role="Variable">width</symbol></term>
|
||||
<listitem>
|
||||
<para>Specifies the width of the object (in points).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><symbol role="Variable">height</symbol></term>
|
||||
<listitem>
|
||||
<para>Specifies the height of the object (in points).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><symbol role="Variable">llx</symbol></term>
|
||||
<listitem>
|
||||
<para>Specifies the X coordinate for the lower left corner if the object is of
|
||||
type Encapsulated PostScript.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><symbol role="Variable">lly</symbol></term>
|
||||
<listitem>
|
||||
<para>Specifies the Y coordinate for the lower left corner if the object is of
|
||||
type Encapsulated PostScript.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><symbol role="Variable">urx</symbol></term>
|
||||
<listitem>
|
||||
<para>Specifies the X coordinate for the upper right corner if the object is of
|
||||
type Encapsulated PostScript.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><symbol role="Variable">ury</symbol></term>
|
||||
<listitem>
|
||||
<para>Specifies the Y coordinate for the upper right corner if the object is of
|
||||
type Encapsulated PostScript.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><symbol role="Variable">version</symbol></term>
|
||||
<listitem>
|
||||
<para>Specifies the version of the object. Currently returns NULL. To be
|
||||
specified in the future.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</RefSect1>
|
||||
<RefSect1>
|
||||
<Title>SEE ALSO</Title>
|
||||
<Para>&cdeman.DtMmdbFreeGraphicInfo;,
|
||||
&cdeman.DtMmdbGraphicGetData;,
|
||||
&cdeman.DtMmdbGraphicGetInfo;
|
||||
</Para>
|
||||
</RefSect1>
|
||||
</RefEntry>
|
||||
Reference in New Issue
Block a user