60 typedef void EnterScopeApplyActionCB(
SoAction* action);
61 typedef void EnterScopeFieldNotifyCB(
SoField* action);
63 typedef void EnterScopeProcessDelayQueueCB();
64 typedef void EnterScopeProcessTimerQueueCB();
69 typedef void LeaveScopeCB();
101 static bool _enabled;
103 static EnterScopeApplyActionCB* _enterScopeApplyActionCB;
104 static EnterScopeFieldNotifyCB* _enterScopeFieldNotifyCB;
105 static EnterScopeFieldContainerNotifyCB* _enterScopeFieldContainerNotifyCB;
106 static EnterScopeProcessDelayQueueCB* _enterScopeProcessDelayQueueCB;
107 static EnterScopeProcessTimerQueueCB* _enterScopeProcessTimerQueueCB;
108 static LeaveScopeCB* _leaveScopeCB;