Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QOverload< Args > Member List

This is the complete list of members for QOverload< Args >, including all inherited members.

of(R(*ptr)(Args...)) noexcept -> decltype(ptr)QOverload< Args >inlinestatic
QConstOverload< Args... >::of(R(T::*ptr)(Args...) const) noexcept -> decltype(ptr)QConstOverload< Args... >inlinestatic
QNonConstOverload< Args... >::of(R(T::*ptr)(Args...)) noexcept -> decltype(ptr)QNonConstOverload< Args... >inlinestatic
operator()(R(*ptr)(Args...)) const noexcept -> decltype(ptr)QOverload< Args >inline
QConstOverload< Args... >::operator()(R(T::*ptr)(Args...) const) const noexcept -> decltype(ptr)QConstOverload< Args... >inline
QNonConstOverload< Args... >::operator()(R(T::*ptr)(Args...)) const noexcept -> decltype(ptr)QNonConstOverload< Args... >inline