C# 클래스 AGS.Editor.TabbedDocumentManager

파일 보기 프로젝트 열기: adventuregamestudio/ags

공개 메소드들

메소드 설명
AddDocument ( AGS.Types.ContentDocument pane ) : void
ContainsDocument ( AGS.Types.ContentDocument pane ) : bool
DocumentTitlesChanged ( ) : void
Init ( ) : void
ProcessKeyDown ( Keys key ) : bool
ProcessKeyUp ( Keys key ) : bool
RemoveAllDocuments ( AGS.Types.ContentDocument except ) : void
RemoveDocument ( AGS.Types.ContentDocument pane ) : void
SetActiveDocument ( AGS.Types.ContentDocument pane ) : void
TabbedDocumentManager ( ) : System
TabbedDocumentManager ( DockPanel dockPanel ) : System

비공개 메소드들

메소드 설명
AttachTabContextMenu ( AGS.Types.ContentDocument document ) : void
DocumentListMenuEventHandler ( object sender, EventArgs e ) : void
Document_DockStateChanged ( object sender, EventArgs e ) : void
GetDockData ( AGS.Types.ContentDocument pane ) : AGS.Types.DockData
RefreshWindowsMenu ( ) : void
RemoveDocument ( AGS.Types.ContentDocument pane, bool canCancel ) : void
SetActiveDocument ( AGS.Types.ContentDocument pane, bool updatePaneOrder ) : void
SetIcon ( AGS.Types.ContentDocument pane ) : void
TreeContextMenuEventHandler ( object sender, EventArgs e ) : void
_dockPanel_ActiveContentChanged ( object sender, EventArgs e ) : void
btnClose_Click ( object sender, EventArgs e ) : void

메소드 상세

AddDocument() 공개 메소드

public AddDocument ( AGS.Types.ContentDocument pane ) : void
pane AGS.Types.ContentDocument
리턴 void

ContainsDocument() 공개 메소드

public ContainsDocument ( AGS.Types.ContentDocument pane ) : bool
pane AGS.Types.ContentDocument
리턴 bool

DocumentTitlesChanged() 공개 메소드

public DocumentTitlesChanged ( ) : void
리턴 void

Init() 공개 메소드

public Init ( ) : void
리턴 void

ProcessKeyDown() 공개 메소드

public ProcessKeyDown ( Keys key ) : bool
key Keys
리턴 bool

ProcessKeyUp() 공개 메소드

public ProcessKeyUp ( Keys key ) : bool
key Keys
리턴 bool

RemoveAllDocuments() 공개 메소드

public RemoveAllDocuments ( AGS.Types.ContentDocument except ) : void
except AGS.Types.ContentDocument
리턴 void

RemoveDocument() 공개 메소드

public RemoveDocument ( AGS.Types.ContentDocument pane ) : void
pane AGS.Types.ContentDocument
리턴 void

SetActiveDocument() 공개 메소드

public SetActiveDocument ( AGS.Types.ContentDocument pane ) : void
pane AGS.Types.ContentDocument
리턴 void

TabbedDocumentManager() 공개 메소드

public TabbedDocumentManager ( ) : System
리턴 System

TabbedDocumentManager() 공개 메소드

public TabbedDocumentManager ( DockPanel dockPanel ) : System
dockPanel WeifenLuo.WinFormsUI.Docking.DockPanel
리턴 System