#include <mi32/rvctext.h>
#include <mi32/mistruct.h>
#include <mi32/rvcdefns.h>
Include dependency graph for rvcparms.h:

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

Go to the source code of this file.
Classes | |
| struct | RVCPARMINFO |
| Parameter header structure. More... | |
Defines | |
| #define | DPARMUSAGE_Display 0 |
| #define | DPARMUSAGE_Edit 1 |
| #define | DPARMUSAGE_NumericOutput 2 |
| #define | DPARMUSAGE_Surface 3 |
| #define | DPARMUSAGE_Unspecified 99 |
Typedefs | |
| typedef RVCPARMINFO | RVCDPARMINFO |
Functions | |
| PREVENT_MEMFUNC (RVCPARMINFO) | |
| int | MfReadDispParmHeader (int fhandle, RVCINODENUM inode, RVCPARMINFO *info) |
| int | MfWriteDispParmHeader (int fhandle, RVCINODENUM inode, RVCPARMINFO *info) |
| int | MdlgGetDispGroupObject (MDLGPARENT dlgparent, UNICODE *filename, INT32 *inode, const void *prompt, RVCDPARMINFO *objinfo, MfFiltFuncProto filter=0, void *filtuserdata=0, GETOBJFLAGS flags=GETOBJFLAG_None) |
| int | MdlgGetDispLayoutObject (MDLGPARENT dlgparent, UNICODE *filename, INT32 *inode, const void *prompt, RVCDPARMINFO *objinfo, MfFiltFuncProto filter=0, void *filtuserdata=0, GETOBJFLAGS flags=GETOBJFLAG_None) |
| int | MdlgGetDispSim3dObject (MDLGPARENT dlgparent, UNICODE *filename, INT32 *inode, const void *prompt, RVCDPARMINFO *objinfo, MfFiltFuncProto filter=0, void *filtuserdata=0, GETOBJFLAGS flags=GETOBJFLAG_None) |
| int | MfReadParms (int handle, MISTRUCTDATA *kwdata, void *data, UINT32 flags) |
| int | MfWriteParms (int handle, MISTRUCTDATA *kwdata, void *data, UINT32 flags) |
| int | MfCloseParms (int id, RVCPARMINFO *info) |
| int | MfOpenParms (int fid, INT32 inode, RVCPARMINFO *info, UINT32 flags) |
| int | MfMakeParms (int fid, RVCPARMINFO *info, UINT32 flags) |
Functions for saving/loading structures in the style of dispwsl.c, but much simpler. Currently used for OTYPE_DBPARM. Objects of this type are based on OTYPE_TEXT with no changes to the structure.
Definition in file rvcparms.h.
|
|
Definition at line 101 of file rvcparms.h. |
|
|
Definition at line 102 of file rvcparms.h. |
|
|
Definition at line 103 of file rvcparms.h. |
|
|
Definition at line 104 of file rvcparms.h. |
|
|
Definition at line 105 of file rvcparms.h. |
|
|
Definition at line 97 of file rvcparms.h. |
|
||||||||||||||||||||||||||||||||||||
|
Pop-up dialog allowing user to select a display group layout object.
Definition at line 128 of file rvcparms.h. |
|
||||||||||||||||||||||||||||||||||||
|
Pop-up dialog allowing user to select a display layout object.
Definition at line 142 of file rvcparms.h. |
|
||||||||||||||||||||||||||||||||||||
|
X_NATIVE || WIN32_MFC.
Definition at line 156 of file rvcparms.h. |
|
||||||||||||
|
Close the object.
|
|
||||||||||||||||
|
Create the object and make sure it's the right OTYPE of this.
|
|
||||||||||||||||||||
|
Open the object and make sure it's the right OTYPE of this.
|
|
||||||||||||||||
|
Read parameter header.
Definition at line 108 of file rvcparms.h. |
|
||||||||||||||||||||
|
Read the object.
|
|
||||||||||||||||
|
Write parameter header.
Definition at line 117 of file rvcparms.h. |
|
||||||||||||||||||||
|
Write the object.
|
|
|
|
1.3.4-20031026