Static Public Member Functions | |
static ViewFunc_Update | SetUpdatePreFunction (ViewFunc_Update newFunc) |
An MDL application can use this to set a function to be called before a view updates. More... | |
static ViewFunc_Update | SetUpdatePostFunction (ViewFunc_Update newFunc) |
An MDL application can use this to set a function to be called after a view updates. More... | |
static ViewFunc_Motion | SetMotionFunction (ViewFunc_Motion newFunc) |
An MDL application can use this to set a function to be called when the cursor moved in a view. More... | |
static ViewFunc_Motion | SetNoMotionFunction (ViewFunc_Motion newFunc) |
An MDL application can use this to set a function to be called when the cursor is stopped in a view. More... | |
static ViewFunc_SubstituteElem | SetSubstituteElemFunction (ViewFunc_SubstituteElem substFunc) |
Set or clear an "element substitution hook" to modify the display of elements in MicroStation views. More... | |