C# Класс AGS.Editor.frmMain

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

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

Метод Описание
AddOrShowPane ( ContentDocument pane ) : void
DocumentTitlesChanged ( ) : void
GetPropertyGridScreenCoordinates ( ) : Point
GetStartupPanes ( ) : List
RefreshPropertyGridForDocument ( ContentDocument document ) : void
RemovePaneIfExists ( ContentDocument pane ) : void
SelectPropertyByName ( string propertyName ) : void
SelectTabInPropertyGrid ( string tabName ) : bool
SetDrawingSuspended ( bool isSuspended ) : void
SetPropertyObject ( object propertiesObject ) : void
SetPropertyObjectList ( object>.Dictionary propertyObjects ) : void
SetPropertyObjects ( object propertiesObjects ) : void
SetTreeImageList ( ImageList imageList ) : void
frmMain ( ) : System

Приватные методы

Метод Описание
FindPropertyGridItemForType ( string fullTypeName ) : GridItem
LoadLayout ( ) : void
RecursiveFindGridItem ( GridItem startFromHere, string fullTypeName ) : GridItem
RestoreSelectedPropertyGridItem ( ContentDocument newActiveDocument ) : void
SelectObjectInPropertyList ( object propertiesObject ) : void
SetDefaultLayout ( ) : void
frmMain_Activated ( object sender, EventArgs e ) : void
frmMain_Deactivated ( object sender, EventArgs e ) : void
frmMain_FormClosing ( object sender, FormClosingEventArgs e ) : void
frmMain_KeyDown ( object sender, KeyEventArgs e ) : void
frmMain_KeyUp ( object sender, KeyEventArgs e ) : void
frmMain_Load ( object sender, EventArgs e ) : void
frmMain_Shown ( object sender, EventArgs e ) : void
projectTree_Enter ( object sender, EventArgs e ) : void
propertiesPanel_PropertyValueChanged ( object s, PropertyValueChangedEventArgs e ) : void
propertyObjectCombo_SelectedIndexChanged ( object sender, EventArgs e ) : void
tabbedDocumentContainer1_ActiveDocumentChanged ( ContentDocument newActiveDocument ) : void
tabbedDocumentContainer1_ActiveDocumentChanging ( ContentDocument newActiveDocument ) : void
tabbedDocumentContainer1_Enter ( object sender, EventArgs e ) : void

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

AddOrShowPane() публичный метод

public AddOrShowPane ( ContentDocument pane ) : void
pane ContentDocument
Результат void

DocumentTitlesChanged() публичный метод

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

GetPropertyGridScreenCoordinates() публичный метод

public GetPropertyGridScreenCoordinates ( ) : Point
Результат Point

GetStartupPanes() публичный метод

public GetStartupPanes ( ) : List
Результат List

RefreshPropertyGridForDocument() публичный метод

public RefreshPropertyGridForDocument ( ContentDocument document ) : void
document ContentDocument
Результат void

RemovePaneIfExists() публичный метод

public RemovePaneIfExists ( ContentDocument pane ) : void
pane ContentDocument
Результат void

SelectPropertyByName() публичный метод

public SelectPropertyByName ( string propertyName ) : void
propertyName string
Результат void

SelectTabInPropertyGrid() публичный метод

public SelectTabInPropertyGrid ( string tabName ) : bool
tabName string
Результат bool

SetDrawingSuspended() публичный метод

public SetDrawingSuspended ( bool isSuspended ) : void
isSuspended bool
Результат void

SetPropertyObject() публичный метод

public SetPropertyObject ( object propertiesObject ) : void
propertiesObject object
Результат void

SetPropertyObjectList() публичный метод

public SetPropertyObjectList ( object>.Dictionary propertyObjects ) : void
propertyObjects object>.Dictionary
Результат void

SetPropertyObjects() публичный метод

public SetPropertyObjects ( object propertiesObjects ) : void
propertiesObjects object
Результат void

SetTreeImageList() публичный метод

public SetTreeImageList ( ImageList imageList ) : void
imageList ImageList
Результат void

frmMain() публичный метод

public frmMain ( ) : System
Результат System