OD_UPDATE_FLAGS
enum OD_UPDATE_FLAGS {
OD_UPDATE_ALL,
OD_UPDATE_CURRENT_POS,
OD_UPDATE_OLD_AND_NEW_POS,
OD_UPDATE_DIAGRAM_SIZE,
OD_UPDATE_PAGE_SETTINGS,
OD_UPDATE_DIAGRAM_INIT,
};
The type of update performed by a CODUpdateCommand.Defined in: OdUpdateCmd.h
Members
OD_UPDATE_ALL
Update all of the currently visible components in the model.
OD_UPDATE_CURRENT_POS
Update the list components in their current positions.
OD_UPDATE_OLD_AND_NEW_POS
Update the list of components in both their old and new positions.
OD_UPDATE_DIAGRAM_SIZE
Updates the diagram after a size operation was performed.
OD_UPDATE_PAGE_SETTINGS
Updates the diagram after the page settings have been altered.
OD_UPDATE_DIAGRAM_INIT
Perform the diagram's initial update.