C# Class AGS.Editor.frmMain

Afficher le fichier Open project: adventuregamestudio/ags Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

AddOrShowPane() public méthode

public AddOrShowPane ( ContentDocument pane ) : void
pane ContentDocument
Résultat void

DocumentTitlesChanged() public méthode

public DocumentTitlesChanged ( ) : void
Résultat void

GetPropertyGridScreenCoordinates() public méthode

public GetPropertyGridScreenCoordinates ( ) : Point
Résultat Point

GetStartupPanes() public méthode

public GetStartupPanes ( ) : List
Résultat List

RefreshPropertyGridForDocument() public méthode

public RefreshPropertyGridForDocument ( ContentDocument document ) : void
document ContentDocument
Résultat void

RemovePaneIfExists() public méthode

public RemovePaneIfExists ( ContentDocument pane ) : void
pane ContentDocument
Résultat void

SelectPropertyByName() public méthode

public SelectPropertyByName ( string propertyName ) : void
propertyName string
Résultat void

SelectTabInPropertyGrid() public méthode

public SelectTabInPropertyGrid ( string tabName ) : bool
tabName string
Résultat bool

SetDrawingSuspended() public méthode

public SetDrawingSuspended ( bool isSuspended ) : void
isSuspended bool
Résultat void

SetPropertyObject() public méthode

public SetPropertyObject ( object propertiesObject ) : void
propertiesObject object
Résultat void

SetPropertyObjectList() public méthode

public SetPropertyObjectList ( object>.Dictionary propertyObjects ) : void
propertyObjects object>.Dictionary
Résultat void

SetPropertyObjects() public méthode

public SetPropertyObjects ( object propertiesObjects ) : void
propertiesObjects object
Résultat void

SetTreeImageList() public méthode

public SetTreeImageList ( ImageList imageList ) : void
imageList ImageList
Résultat void

frmMain() public méthode

public frmMain ( ) : System
Résultat System