#include <objchge.h>
Public Member Functions | |
ObjChangeMask () | |
constructor for ObjChangeMask. This sets the various maskable changes to false, ie they will not be sent during and interactive change. | |
void | CorrectMask () |
Checks the ObjChangeMask settings and corrects them where necessary. It thus ensures object change messages are not called out of sequence or or missed out when necessary. | |
void | ClaimAll () |
A quick way of setting all the mask bits to true, for a particular ObjChangeMask. This starts forcing all ObjChange messages for a particular op to be sent. | |
Public Attributes | |
BYTE | EorBlobs: 1 |
BYTE | Finished: 1 |
Definition at line 202 of file objchge.h.
|
constructor for ObjChangeMask. This sets the various maskable changes to false, ie they will not be sent during and interactive change.
Definition at line 171 of file objchge.cpp.
|
|
A quick way of setting all the mask bits to true, for a particular ObjChangeMask. This starts forcing all ObjChange messages for a particular op to be sent.
Definition at line 190 of file objchge.cpp.
|
|
Checks the ObjChangeMask settings and corrects them where necessary. It thus ensures object change messages are not called out of sequence or or missed out when necessary.
Definition at line 209 of file objchge.cpp.
|
|
|
|
|