FileExplorer Namespace

Classes

public class ComputerNode
public class ContentView
public class DirectoryNode
public class DirectoryTreeView
public class DriveNode
public class EmptyView
public class FileNode
public class MainWindow
public abstract class Node
public class OpenAction
public class OpenAndExpandAction
public class ParentPathSelector
public class ParentPathSelectorCreateParams
public class PathBar
public class PathBarCreateParams
public class PathDivider
public class PathDividerCreateParams

Functions

public nothrow Color DefaultContentViewFrameColor()
public nothrow Color DefaultDirectoryTreeViewFrameColor()
public nothrow Padding DefaultDirectoryTreeViewNodeImagePadding()
public nothrow float DefaultDirectoryTreeViewNodeIndentPercent()
public nothrow Color DefaultParentPathSelectorBackgroundColor()
public nothrow Padding DefaultParentPathSelectorImagePadding()
public nothrow Color DefaultParentPathSelectorMouseClickColor()
public nothrow Color DefaultParentPathSelectorMouseOverColor()
public nothrow Color DefaultPathBarBackgroundColor()
public nothrow Color DefaultPathBarFrameColor()
public nothrow Color DefaultPathDividerBackgroundColor()
public nothrow Color DefaultPathDividerLineColor()
public nothrow ControlCreateParams& EmptyViewControlCreateParams(ControlCreateParams& controlCreateParams)
public List<String<char>> GetLogicalDrives()
PathBar* MakePathBar(ImageList* imageList)
public nothrow ControlCreateParams& ParentPathSelectorControlCreateParams(ControlCreateParams& controlCreateParams)
public nothrow ControlCreateParams& PathBarControlCreateParams(ControlCreateParams& controlCreateParams)
public nothrow ControlCreateParams& PathDividerControlCreateParams(ControlCreateParams& controlCreateParams)

Function Details

DefaultContentViewFrameColor Function

public nothrow Color DefaultContentViewFrameColor()

Definition
Line 6 of FileExplorer/ContentView.cm


DefaultDirectoryTreeViewFrameColor Function

public nothrow Color DefaultDirectoryTreeViewFrameColor()

Definition
Line 7 of FileExplorer/DirectoryTreeView.cm


DefaultDirectoryTreeViewNodeImagePadding Function

public nothrow Padding DefaultDirectoryTreeViewNodeImagePadding()

Definition
Line 12 of FileExplorer/DirectoryTreeView.cm


DefaultDirectoryTreeViewNodeIndentPercent Function

public nothrow float DefaultDirectoryTreeViewNodeIndentPercent()

Definition
Line 17 of FileExplorer/DirectoryTreeView.cm


DefaultParentPathSelectorBackgroundColor Function

public nothrow Color DefaultParentPathSelectorBackgroundColor()

Definition
Line 6 of FileExplorer/ParentPathSelector.cm


DefaultParentPathSelectorImagePadding Function

public nothrow Padding DefaultParentPathSelectorImagePadding()

Definition
Line 21 of FileExplorer/ParentPathSelector.cm


DefaultParentPathSelectorMouseClickColor Function

public nothrow Color DefaultParentPathSelectorMouseClickColor()

Definition
Line 16 of FileExplorer/ParentPathSelector.cm


DefaultParentPathSelectorMouseOverColor Function

public nothrow Color DefaultParentPathSelectorMouseOverColor()

Definition
Line 11 of FileExplorer/ParentPathSelector.cm


DefaultPathBarBackgroundColor Function

public nothrow Color DefaultPathBarBackgroundColor()

Definition
Line 6 of FileExplorer/PathBar.cm


DefaultPathBarFrameColor Function

public nothrow Color DefaultPathBarFrameColor()

Definition
Line 11 of FileExplorer/PathBar.cm


DefaultPathDividerBackgroundColor Function

public nothrow Color DefaultPathDividerBackgroundColor()

Definition
Line 6 of FileExplorer/PathDivider.cm


DefaultPathDividerLineColor Function

public nothrow Color DefaultPathDividerLineColor()

Definition
Line 11 of FileExplorer/PathDivider.cm


EmptyViewControlCreateParams Function

public nothrow ControlCreateParams& EmptyViewControlCreateParams(ControlCreateParams& controlCreateParams)

Definition
Line 6 of FileExplorer/EmptyView.cm


GetLogicalDrives Function

public List<String<char>> GetLogicalDrives()

Definition
Line 7 of FileExplorer/Util.cm


MakePathBar Function

PathBar* MakePathBar(ImageList* imageList)

Definition
Line 7 of FileExplorer/MainWindow.cm


ParentPathSelectorControlCreateParams Function

public nothrow ControlCreateParams& ParentPathSelectorControlCreateParams(ControlCreateParams& controlCreateParams)

Definition
Line 26 of FileExplorer/ParentPathSelector.cm


PathBarControlCreateParams Function

public nothrow ControlCreateParams& PathBarControlCreateParams(ControlCreateParams& controlCreateParams)

Definition
Line 16 of FileExplorer/PathBar.cm


PathDividerControlCreateParams Function

public nothrow ControlCreateParams& PathDividerControlCreateParams(ControlCreateParams& controlCreateParams)

Definition
Line 16 of FileExplorer/PathDivider.cm