C# 클래스 _3PA.MainFeatures.FileExplorer.FileExplorer

파일 보기 프로젝트 열기: jcaillon/3P 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DockableCommandIndex int

공개 메소드들

메소드 설명
ApplyColorSettings ( ) : void

Use this to redraw the docked form

ForceClose ( ) : void
ListFileOjectsInDirectory ( string dirPath, bool recursive = true, bool includeFolders = true, bool firstCall = true ) : List

Add each files/folders of a given path to the output List of FileObject, can be set to be recursive, can be set to not add the subfolders in the results

RebuildFileList ( ) : void

Refresh the files list

RedrawFileExplorerList ( ) : void

Just redraw the file explorer ovl list, it is used to update the "selected" scope when the user changes the current document

StartSearch ( ) : void

Start a new search for files

Toggle ( ) : void

Toggle the docked form on and off, can be called first and will initialize the form

Toggle ( bool doShow ) : void
UpdateMenuItemChecked ( ) : void

Either check or uncheck the menu, depending on the visibility of the form (does it both on the menu and toolbar)

비공개 메소드들

메소드 설명
Init ( ) : void

Initialize the form

메소드 상세

ApplyColorSettings() 공개 정적인 메소드

Use this to redraw the docked form
public static ApplyColorSettings ( ) : void
리턴 void

ForceClose() 공개 정적인 메소드

public static ForceClose ( ) : void
리턴 void

ListFileOjectsInDirectory() 공개 정적인 메소드

Add each files/folders of a given path to the output List of FileObject, can be set to be recursive, can be set to not add the subfolders in the results
public static ListFileOjectsInDirectory ( string dirPath, bool recursive = true, bool includeFolders = true, bool firstCall = true ) : List
dirPath string
recursive bool
includeFolders bool
firstCall bool
리턴 List

RebuildFileList() 공개 정적인 메소드

Refresh the files list
public static RebuildFileList ( ) : void
리턴 void

RedrawFileExplorerList() 공개 정적인 메소드

Just redraw the file explorer ovl list, it is used to update the "selected" scope when the user changes the current document
public static RedrawFileExplorerList ( ) : void
리턴 void

StartSearch() 공개 정적인 메소드

Start a new search for files
public static StartSearch ( ) : void
리턴 void

Toggle() 공개 정적인 메소드

Toggle the docked form on and off, can be called first and will initialize the form
public static Toggle ( ) : void
리턴 void

Toggle() 공개 정적인 메소드

public static Toggle ( bool doShow ) : void
doShow bool
리턴 void

UpdateMenuItemChecked() 공개 정적인 메소드

Either check or uncheck the menu, depending on the visibility of the form (does it both on the menu and toolbar)
public static UpdateMenuItemChecked ( ) : void
리턴 void

프로퍼티 상세

DockableCommandIndex 공개적으로 정적으로 프로퍼티

public static int DockableCommandIndex
리턴 int