|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
Go to the source code of this file.
Functions | |
| SECORE_API int | SECORE_demote (tag_t selectedBOMLine, tag_t *modifiedBOMLine) |
| SECORE_API int | SECORE_move_down (tag_t selectedBOMLine, tag_t *modifiedBOMLine) |
| SECORE_API int | SECORE_move_to (tag_t selectedBOMLine, char *number, tag_t *modifiedBOMLine) |
| SECORE_API int | SECORE_move_up (tag_t selectedBOMLine, tag_t *modifiedBOMLine) |
| SECORE_API int | SECORE_promote (tag_t selectedBOMLine, tag_t *modifiedBOMLine) |
This file contains the defined values and ITK function declarations for secore.
Definition in file secore.h.
Demotes the selected BOM line to its previous sibling.
| selectedBOMLine | (I) Selected BOM line for demote |
| modifiedBOMLine | (O) Repositioned BOM line after demote |
Moves down the selected BOM line with respect to its parent
| selectedBOMLine | (I) Selected BOM line to move down |
| modifiedBOMLine | (O) Repositioned BOM line after move down |
Moves the selected BOM line to specified position.
| number | (I) Selected BOM line to move to a specified position |
| modifiedBOMLine | (I) New position number to reposition the BOM line (O) Repositioned BOM line after move |
Moves up the selected BOM line with respect to its parent
| selectedBOMLine | (I) Selected BOM line to move up |
| modifiedBOMLine | (O) Repositioned BOM line after move up |