![]() |
NDEVR
API Documentation
|
Describes a single step in a relative path traversal, optionally filtering by type. More...
Public Member Functions | |
| RelativePathObject (RelativePath path) | |
| Constructs a RelativePathObject with a path direction. | |
| RelativePathObject (RelativePath path, StringView type) | |
| Constructs a RelativePathObject with a path direction and type filter. | |
Public Attributes | |
| std::function< void(DesignObject &)> | create_callback = nullptr |
| A callback for creating the missing child, if it does not exist. | |
| RelativePath | path |
| The direction to navigate. | |
| String | type |
| Optional type filter for the target object. | |
Describes a single step in a relative path traversal, optionally filtering by type.
Definition at line 83 of file DesignTableModel.h.
|
inline |
Constructs a RelativePathObject with a path direction.
| [in] | path | The relative path direction. |
Definition at line 92 of file DesignTableModel.h.
References path.
|
inline |
Constructs a RelativePathObject with a path direction and type filter.
Definition at line 100 of file DesignTableModel.h.