|
Krita Source Code Documentation
|
#include <KisForest.h>
Inheritance diagram for KisForestDetail::RootNodeImpl< Base >:Public Member Functions | |
| bool | isRoot () const |
Public Attributes | |
| Base * | firstChild = nullptr |
| Base * | lastChild = nullptr |
| RootNodeImpl< Base > * | parent = nullptr |
Definition at line 22 of file KisForest.h.
|
inline |
Definition at line 28 of file KisForest.h.
References KisForestDetail::RootNodeImpl< Base >::parent.
| Base* KisForestDetail::RootNodeImpl< Base >::firstChild = nullptr |
Definition at line 25 of file KisForest.h.
| Base* KisForestDetail::RootNodeImpl< Base >::lastChild = nullptr |
Definition at line 26 of file KisForest.h.
| RootNodeImpl<Base>* KisForestDetail::RootNodeImpl< Base >::parent = nullptr |
Definition at line 24 of file KisForest.h.