| public | PathBar(PathBarCreateParams& createParams, ControlCreateParams& emptyViewCreateParams, ParentPathSelectorCreateParams& parentPathSelectorCreateParams, PathDividerCreateParams& pathDividerCreateParams, PathViewCreateParams& pathViewCreateParams) |
| public inline Node* | CurrentNode() const |
| public ParentPathSelector* | GetParentPathSelector() const |
| public PathView* | GetPathView() const |
| protected override Result<bool> | OnPaint(PaintEventArgs& args) |
| protected override Result<bool> | OnSizeChanged(SizeChangedEventArgs& args) |
| public Result<bool> | SetCurrentNode(Node* currentNode_) |
| public Result<bool> | SetEmptyViewWidth(int width) |
| public Result<bool> | SetPathViewMaxWidth(int width) |
| private Node* | currentNode |
| private EmptyView* | emptyView |
| private ParentPathSelector* | parentPathSelector |
| private PathDivider* | pathDivider1 |
| private PathDivider* | pathDivider2 |
| private PathView* | pathView |