Sandbox::CustomCallableEvent Class Reference
Public Member Functions | |
| CustomCallableEvent (const AbstractCallable &call) | |
| void | execute () |
| ~CustomCallableEvent () | |
Public Member Functions inherited from Sandbox::AbstractCustomProtectorEvent | |
| AbstractCustomProtectorEvent () | |
| ~AbstractCustomProtectorEvent () | |
Protected Attributes | |
| const AbstractCallable & | callable |
Additional Inherited Members | |
Public Attributes inherited from Sandbox::AbstractCustomProtectorEvent | |
| QSemaphore * | semaphore |
Constructor & Destructor Documentation
◆ CustomCallableEvent()
| Sandbox::CustomCallableEvent::CustomCallableEvent | ( | const AbstractCallable & | call | ) |
◆ ~CustomCallableEvent()
| Sandbox::CustomCallableEvent::~CustomCallableEvent | ( | ) |
Member Function Documentation
◆ execute()
|
virtual |
Implements Sandbox::AbstractCustomProtectorEvent.
References callable.
Referenced by ArchSite.Compass::buildCoordinates(), ArchSchedule.CommandArchSchedule::IsActive(), and FeaturePython.DistanceBolt::onChanged().
Member Data Documentation
◆ callable
|
protected |
Referenced by execute().
The documentation for this class was generated from the following file:
- src/Mod/Sandbox/App/DocumentProtector.cpp
Public Member Functions inherited from
1.8.17