HOOPS/3dGS I.M. Interface

     << Back      Full Index      Forward >>


Abort_XXX


Functions

void Abort_Update (HT_Rendition *nr)
void Abort_Selection (HT_Rendition *nr)

Function Documentation

void Abort_Update HT_Rendition *  nr  ) 
 

Aborts database traversal in progress.

Parameters:
nr - Net rendition. Passed by reference.

DETAILS

This function sets flags to signal the system to abort the traversal in progress. It is for use in the "draw ..." callbacks.

The system can abort the traversal at an appropriate time after this function is called. On abortion the database is returned to its pretraversal state. In the case of abortion of a display update, the display is left in its partially drawn condition.

See also:
Abort_Selection

void Abort_Selection HT_Rendition *  nr  ) 
 

Aborts database traversal in progress.

Parameters:
nr - Net rendition. Passed by reference.

DETAILS

This function sets flags to signal the system that you wish to abort the traversal in progress. It is for use in the "select ..." callbacks.

The system can abort the traversal at an appropriate time after this function is called. On abortion the database is returned to its pretraversal state.

NOTES

HIC_Abort_Selection() has no effect when called from any routine other than a "select ..." callback function.

See also:
Abort_Update
Main Index

HOOPS/3dGS I.M. Interface

     << Back      Full Index      Forward >>