|
KanoopCommonQt 2.1.1
Kanoop foundational Qt utility library
|
|
A list of TreePathVertice pointers. More...
#include <treepathvertice.h>
Inheritance diagram for TreePathVertice::List:
Collaboration diagram for TreePathVertice::List:Public Member Functions | |
| List () | |
| Default constructor. | |
| List (const QList< TreePathVertice * > source) | |
| Construct from a QList of TreePathVertice pointers. | |
A list of TreePathVertice pointers.
Definition at line 58 of file treepathvertice.h.
|
inline |
Default constructor.
Definition at line 62 of file treepathvertice.h.
|
inline |
Construct from a QList of TreePathVertice pointers.
| source | Source list to copy |
Definition at line 66 of file treepathvertice.h.