#include <mi32/rvcdefns.h>
Include dependency graph for rvclegnd.h:

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

Go to the source code of this file.
Classes | |
| struct | RVCLEGENDINFO |
| Legend Header. More... | |
| struct | RVCLEGENDLINE |
| All list entries in a legend object are a series of UWORDs This structure is used in-memory only. More... | |
| struct | RVCLEGENDTEXTSTYLE |
| Legend text style structure. More... | |
Defines | |
| #define | LEGENDFLAG_DescDQuery 0x08 |
| #define | LEGENDFLAG_DescFromField 0x02 |
| #define | LEGENDFLAG_DescFromTheme 0x10 |
| #define | LEGENDFLAG_DescQuery 0x04 |
| #define | LEGENDFLAG_Selected 0x01 |
Functions | |
| int | MfCloseLegend (int id, RVCLEGENDINFO *info) |
| void | MfFreeLegendLine (RVCLEGENDLINE *llp) |
| int | MfMakeLegend (int fid, RVCLEGENDINFO *info, UINT32 flags) |
| int | MfOpenLegend (int fid, INT32 inode, RVCLEGENDINFO *info, UINT32 flags) |
| int | MfReadLegend (int id, INT32 num, RVCLEGENDLINE *inllp) |
| RVCAPPLIBEXPORT int | MfReadLegendBuf (int id, INT32 num, void *buf) |
| int | MfReadLegendHeader (int fhandle, RVCINODENUM inode, RVCLEGENDINFO *info) |
| int | MfWriteLegend (int id, INT32 num, RVCLEGENDLINE *inllp) |
| RVCAPPLIBEXPORT int | MfWriteLegendBuf (int id, INT32 num, INT32 size, const void *buf) |
| int | MfWriteLegendHeader (int fhandle, RVCINODENUM inode, RVCLEGENDINFO *info) |
Definition in file rvclegnd.h.
|
|
Get description from default query.
Definition at line 135 of file rvclegnd.h. |
|
|
Description just gives table.field.
Definition at line 133 of file rvclegnd.h. |
|
|
Get description from a theme.
Definition at line 136 of file rvclegnd.h. |
|
|
Description is a string query.
Definition at line 134 of file rvclegnd.h. |
|
|
Draw an entry for this style.
Definition at line 132 of file rvclegnd.h. |
|
||||||||||||
|
Close a legend.
Definition at line 222 of file rvclegnd.h. |
|
|
Free a legend.
Definition at line 267 of file rvclegnd.h. |
|
||||||||||||||||
|
Make a legend.
Definition at line 230 of file rvclegnd.h. |
|
||||||||||||||||||||
|
Open a legend.
Definition at line 239 of file rvclegnd.h. |
|
||||||||||||||||
|
Read a legend.
Definition at line 249 of file rvclegnd.h. |
|
||||||||||||||||
|
Legend functions< GENERATING_DOXYGEN_OUTPUT Read a legend into a buffer.
|
|
||||||||||||||||
|
Read legend header.
Definition at line 139 of file rvclegnd.h. |
|
||||||||||||||||
|
Write a legend.
Definition at line 258 of file rvclegnd.h. |
|
||||||||||||||||||||
|
Write a legend from a buffer.
|
|
||||||||||||||||
|
Write legend header.
Definition at line 148 of file rvclegnd.h. |
1.3.8-20040913