|
Krita Source Code Documentation
|
#include <KisForest.h>
Inheritance diagram for KisForestDetail::Node< T >:Public Member Functions | |
| template<typename X > | |
| Node (X &&newValue) | |
Public Member Functions inherited from KisForestDetail::RootNodeImpl< Base > | |
| bool | isRoot () const |
Public Attributes | |
| T | value |
Public Attributes inherited from KisForestDetail::BaseNode< Node< T > > | |
| Node< T > * | nextSibling |
| Node< T > * | prevSibling |
Public Attributes inherited from KisForestDetail::RootNodeImpl< Base > | |
| Base * | firstChild = nullptr |
| Base * | lastChild = nullptr |
| RootNodeImpl< Base > * | parent = nullptr |
Definition at line 42 of file KisForest.h.
|
inlineexplicit |
Definition at line 45 of file KisForest.h.
| T KisForestDetail::Node< T >::value |
Definition at line 50 of file KisForest.h.