Krita Source Code Documentation
Loading...
Searching...
No Matches
KisForestDetail::BaseNode< Base > Struct Template Reference

#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
 

Detailed Description

template<typename Base>
struct KisForestDetail::BaseNode< Base >

Definition at line 35 of file KisForest.h.

Member Data Documentation

◆ nextSibling

template<typename Base >
Base* KisForestDetail::BaseNode< Base >::nextSibling = nullptr

Definition at line 37 of file KisForest.h.

◆ prevSibling

template<typename Base >
Base* KisForestDetail::BaseNode< Base >::prevSibling = nullptr

Definition at line 38 of file KisForest.h.


The documentation for this struct was generated from the following file: