Functions | |
| int | MfCloseHyper (int id, RVCHYPERINFO *info) |
| void | MfCopyHyperLink (HYPERLINK *dest, const HYPERLINK *src) |
| RVCAPPLIBEXPORT INT32 | MfFindHyperShape (int id, INT32 element, int ShapeType) |
| void | MfFreeHyperLink (HYPERLINK *link) |
| int | MfHyperChangeShape (int id, INT32 num, const HYPERSHAPE *newshape, const DPOINT2D *points) |
| RVCAPPLIBEXPORT INT32 | MfHyperNumLinks (int id) |
| RVCAPPLIBEXPORT INT32 | MfHyperNumShapes (int id) |
| RVCAPPLIBEXPORT int | MfHyperShapeAddLink (int id, INT32 num, INT32 link) |
| RVCAPPLIBEXPORT int | MfHyperShapeRemoveLink (int id, INT32 num, INT32 link) |
| int | MfMakeHyper (int fileindex, RVCHYPERINFO *info, UINT32 flags) |
| int | MfOpenHyper (int fileindex, INT32 inode, RVCHYPERINFO *newinfo, UINT32 flags) |
| int | MfReadHyperLink (int id, INT32 num, HYPERLINK *newlink) |
| int | MfReadHyperShape (int id, INT32 num, HYPERSHAPE *newshape, DPOINT2D **points_p, INT32 **links_p) |
| int | MfReadOpenHyperHeader (int id, RVCHYPERINFO *newinfo) |
| RVCAPPLIBEXPORT int | MfResizeHyperShape (int id, INT32 numshapes) |
| RVCAPPLIBEXPORT int | MfSwapHyperShapes (int id, INT32 item1, INT32 item2) |
| int | MfWriteHyperLink (int id, INT32 num, HYPERLINK *newlink) |
| int | MfWriteHyperShape (int id, INT32 num, const HYPERSHAPE *newshape, const DPOINT2D *points, const INT32 *links) |
|
||||||||||||
|
Close a previously opened hyperlink object.
Definition at line 390 of file rvchyper.h. |
|
||||||||||||
|
Copy a hyperlink.
Definition at line 483 of file rvchyper.h. |
|
||||||||||||||||
|
< GENERATING_DOXYGEN_OUTPUT Find a shape in a hyperlink object.
|
|
|
Free a hyperlink.
Definition at line 475 of file rvchyper.h. |
|
||||||||||||||||||||
|
Change a hyperlink shape.
Definition at line 447 of file rvchyper.h. |
|
|
Return number of links in a hyperlink object.
|
|
|
Return number of shapes in a hyperlink object.
|
|
||||||||||||||||
|
Add a link to a hyperlink shape.
|
|
||||||||||||||||
|
Remove a link from a hyperlink shape.
|
|
||||||||||||||||
|
Create a new RVC hyperlink object.
Definition at line 398 of file rvchyper.h. |
|
||||||||||||||||||||
|
Open an existing RVC hyperlink object.
Definition at line 407 of file rvchyper.h. |
|
||||||||||||||||
|
Read a hyperlink.
Definition at line 457 of file rvchyper.h. |
|
||||||||||||||||||||||||
|
Read a hyperlink shape.
Definition at line 425 of file rvchyper.h. |
|
||||||||||||
|
Read the header for an open hyperlink given a handle.
Definition at line 417 of file rvchyper.h. |
|
||||||||||||
|
Resize a HypderIndex shape list.
|
|
||||||||||||||||
|
Swap two hyperlink shapes.
|
|
||||||||||||||||
|
Write a hyperlink.
Definition at line 466 of file rvchyper.h. |
|
||||||||||||||||||||||||
|
Write a hyperlink shape.
Definition at line 436 of file rvchyper.h. |
1.3.8-20040913