public nothrow | DirectoryNode(const String<char>& name_) |
public nothrow void | AddDirectory(DirectoryNode* directory) |
public nothrow void | AddFile(FileNode* file) |
private void | Clear() |
public override Control* | CreateView(ImageList* imageList) |
protected override nothrow String<char> | DirectoryPath() |
public override nothrow String<char> | ExpandedImageName() const |
public override nothrow String<char> | ImageName() const |
public override nothrow bool | IsRootDirectory() const |
public nothrow void | SetRootDirectory() |
public override nothrow TreeViewNode* | ToTreeViewNode(bool createChilren, ImageList* imageList) |
private List<UniquePtr<DirectoryNode>> | directories |
private List<UniquePtr<FileNode>> | files |
private bool | isRootDirectory |