C# Класс _3PA.MainFeatures.CodeExplorer.CodeExplorer

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
DockableCommandIndex int

Открытые методы

Метод Описание
ApplyColorSettings ( ) : void

Use this to redraw the docked form

ForceClose ( ) : void
Init ( ) : void

Initialize the form

RedrawCodeExplorerList ( ) : void

Just redraw the code explorer, it is used to update the "selected" scope when the user click in scintilla

Toggle ( ) : void

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

Toggle ( bool doShow ) : void
UpdateCodeExplorer ( ) : void

Call this method to update the code explorer tree with the data from the Parser Handler

UpdateMenuItemChecked ( ) : void

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

Описание методов

ApplyColorSettings() публичный статический Метод

Use this to redraw the docked form
public static ApplyColorSettings ( ) : void
Результат void

ForceClose() публичный статический Метод

public static ForceClose ( ) : void
Результат void

Init() публичный статический Метод

Initialize the form
public static Init ( ) : void
Результат void

RedrawCodeExplorerList() публичный статический Метод

Just redraw the code explorer, it is used to update the "selected" scope when the user click in scintilla
public static RedrawCodeExplorerList ( ) : 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

UpdateCodeExplorer() публичный статический Метод

Call this method to update the code explorer tree with the data from the Parser Handler
public static UpdateCodeExplorer ( ) : void
Результат 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