ITK Function Reference

(V10000.1.0.60_20160308.00)
Functions
secore.h File Reference
#include <unidefs.h>
#include <secore/libsecore_exports.h>
#include <secore/libsecore_undef.h>

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)
 

Detailed Description

This file contains the defined values and ITK function declarations for secore.

Definition in file secore.h.

Function Documentation

SECORE_API int SECORE_demote ( tag_t  selectedBOMLine,
tag_t modifiedBOMLine 
)

Demotes the selected BOM line to its previous sibling.

Parameters
selectedBOMLine(I) Selected BOM line for demote
modifiedBOMLine(O) Repositioned BOM line after demote
SECORE_API int SECORE_move_down ( tag_t  selectedBOMLine,
tag_t modifiedBOMLine 
)

Moves down the selected BOM line with respect to its parent

Parameters
selectedBOMLine(I) Selected BOM line to move down
modifiedBOMLine(O) Repositioned BOM line after move down
SECORE_API int SECORE_move_to ( tag_t  selectedBOMLine,
char *  number,
tag_t modifiedBOMLine 
)

Moves the selected BOM line to specified position.

Parameters
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
SECORE_API int SECORE_move_up ( tag_t  selectedBOMLine,
tag_t modifiedBOMLine 
)

Moves up the selected BOM line with respect to its parent

Parameters
selectedBOMLine(I) Selected BOM line to move up
modifiedBOMLine(O) Repositioned BOM line after move up
SECORE_API int SECORE_promote ( tag_t  selectedBOMLine,
tag_t modifiedBOMLine 
)

Promotes the selected BOM line to its immediate Super Parent

Parameters
selectedBOMLine(I) Selected BOM line for promote
modifiedBOMLine(O) Repositioned BOM line after promote