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