![]() |
KDDockWidgets API Documentation 2.0
|
#include <node.h>


Public Member Functions | |
| PropertyNode (const PropertyNode< PropertyType > &other) | |
| PropertyNode (Property< PropertyType > &property) | |
| PropertyNode (PropertyNode< PropertyType > &&)=delete | |
| virtual | ~PropertyNode () |
| const PropertyType & | evaluate () const override |
| void | propertyDestroyed () |
| void | propertyMoved (Property< PropertyType > &property) |
Public Member Functions inherited from KDBindings::Private::Dirtyable | |
| Dirtyable ()=default | |
| virtual | ~Dirtyable ()=default |
| bool | isDirty () const |
| virtual void | markDirty () |
| void | setParent (Dirtyable *newParent) |
Protected Member Functions | |
| const bool * | dirtyVariable () const override |
| Dirtyable ** | parentVariable () override |
Protected Member Functions inherited from KDBindings::Private::NodeInterface< PropertyType > | |
| NodeInterface ()=default | |
|
inlineexplicit |
|
delete |
|
inline |
|
inlinevirtual |
Definition at line 170 of file node.h.
References KDBindings::ConnectionHandle::disconnect().
|
inlineoverrideprotectedvirtual |
Implements KDBindings::Private::Dirtyable.
|
inlineoverridevirtual |
Implements KDBindings::Private::NodeInterface< PropertyType >.
Definition at line 177 of file node.h.
References KDBindings::Property< T >::get().
|
inlineoverrideprotectedvirtual |
Implements KDBindings::Private::Dirtyable.
|
inline |
|
inline |
KDDockWidgets