public | MainWindow(const String<char>& caption) |
public nothrow void | AddListViewEventHandlers(ListView* listView) |
private void | ContentViewSizeChanged(uint windowState) |
private void | DirectoryTreeViewSizeChanged(uint windowState) |
public inline nothrow ContentView* | GetContentView() const |
public inline nothrow DirectoryTreeView* | GetDirectoryTreeView() const |
public inline nothrow PathBar* | GetPathBar() const |
private void | ListViewItemClick(ListViewItemEventArgs& args) |
private void | ListViewItemDoubleClick(ListViewItemEventArgs& args) |
private void | ListViewItemRightClick(ListViewItemEventArgs& args) |
protected override void | MouseUpNotification(MouseEventArgs& args) |
protected override void | OnKeyDown(KeyEventArgs& args) |
protected override void | OnShown() |
private void | ParentPathSelectorClick() |
private void | PathComponentSelected(PathComponentEventArgs& args) |
private UniquePtr<ComputerNode> | computer |
private ContentView* | contentView |
private DirectoryTreeView* | directoryTreeView |
private ImageList | imageList |
private List<String<char>> | logicalDrives |
private PathBar* | pathBar |
private bool | setSplitterDistance |
private SplitContainer* | splitContainer |