Classes | |
| struct | CallbackFunction |
| struct | CallbackFunctionBase |
Functions | |
| void | removeWindowSystemFd () noexcept |
| template<typename FdCallbackFunction > | |
| void | setWindowSystemFd (int fd, FdCallbackFunction readCallback) |
| void | setWindowSystemFdInternal (int fd, CallbackFunctionBase *readCallback) noexcept |
|
noexcept |
Referenced by setWindowSystemFd().
| void juce::LinuxEventLoop::setWindowSystemFd | ( | int | fd, |
| FdCallbackFunction | readCallback | ||
| ) |
References removeWindowSystemFd(), and setWindowSystemFdInternal().
|
noexcept |
Referenced by setWindowSystemFd().