![]() |
KDDockWidgets API Documentation 2.0
|


Go to the source code of this file.
Namespaces | |
| namespace | KDBindings |
| The main namespace of the KDBindings library. | |
| namespace | KDBindings::Private |
| A namespace containing parts of KDBindings that are not part of the public API. | |
Typedefs | |
| template<typename T > | |
| using | KDBindings::Private::bindable_value_type_t = typename bindable_value_type< T >::type |
| template<typename Operator , typename... Ts> | |
| using | KDBindings::Private::operator_node_result = std::decay< std::invoke_result_t< std::decay_t< Operator >, bindable_value_type_t< Ts >... > > |
| template<typename Operator , typename... Ts> | |
| using | KDBindings::Private::operator_node_result_t = typename operator_node_result< Operator, Ts... >::type |
Functions | |
| template<typename T > | |
| Node< T > | KDBindings::Private::makeNode (Node< T > &&node) |
| template<typename T > | |
| Node< T > | KDBindings::Private::makeNode (Property< T > &property) |
| template<typename T > | |
| Node< std::decay_t< T > > | KDBindings::Private::makeNode (T &&value) |
Variables | |
| template<typename Operator , typename... Ts, typename = std::enable_if_t<sizeof...(Ts) >= 1> | |
| KDBindings::Private::ResultType | |
KDDockWidgets