public nothrow | Node(const String<char>& name_) |
public void | AddMenuItems(ContextMenu* contextMenu, bool treeView) |
public virtual nothrow bool | CanOpen() const |
public virtual Control* | CreateView(ImageList* imageList) |
public virtual nothrow String<char> | DirectoryPath() |
public void | ExecuteDefaultAction() |
public virtual nothrow String<char> | ExpandedImageName() const |
private void | Explore() |
public virtual nothrow MainWindow* | GetMainWindow() const |
public inline nothrow TreeViewNode* | GetTreeViewNode() const |
public abstract nothrow String<char> | ImageName() const |
public virtual nothrow bool | IsRootDirectory() const |
public inline nothrow const String<char>& | Name() const |
public void | Open() |
public void | OpenAndExpand() |
public inline nothrow Node* | Parent() const |
public void | SetCurrentPathNode() |
public virtual nothrow void | SetData(ListViewItem* item, ImageList* imageList) |
public nothrow void | SetParent(Node* parent_) |
public nothrow void | SetTreeViewNode(TreeViewNode* treeViewNode_) |
public virtual nothrow TreeViewNode* | ToTreeViewNode(bool createChildren, ImageList* imageList) |
private void | ViewContent() |
private ListViewItem* | listViewItem |
private String<char> | name |
private Node* | parent |
private TreeViewNode* | treeViewNode |