|
Krita Source Code Documentation
|
#include <KisForest.h>
Inheritance diagram for KisForestDetail::BaseNode< Base >:Public Attributes | |
| Base * | nextSibling = nullptr |
| Base * | prevSibling = nullptr |
Public Attributes inherited from KisForestDetail::RootNodeImpl< Base > | |
| Base * | firstChild = nullptr |
| Base * | lastChild = nullptr |
| RootNodeImpl< Base > * | parent = nullptr |
Additional Inherited Members | |
Public Member Functions inherited from KisForestDetail::RootNodeImpl< Base > | |
| bool | isRoot () const |
Definition at line 35 of file KisForest.h.
| Base* KisForestDetail::BaseNode< Base >::nextSibling = nullptr |
Definition at line 37 of file KisForest.h.
| Base* KisForestDetail::BaseNode< Base >::prevSibling = nullptr |
Definition at line 38 of file KisForest.h.