KDDockWidgets API Documentation 2.1
|
#include <node.h>
Public Member Functions | |
Node (std::unique_ptr< NodeInterface< ResultType > > &&nodeInterface) | |
const ResultType & | evaluate () const |
bool | isDirty () const |
void | setParent (Dirtyable *newParent) |
|
inline |
|
inline |
Definition at line 108 of file node.h.
Referenced by KDBindings::Binding< T, EvaluatorT >::evaluate(), and KDBindings::Binding< T, EvaluatorT >::get().
|
inline |
|
inline |
Definition at line 113 of file node.h.
Referenced by KDBindings::Binding< T, EvaluatorT >::Binding().