C# 클래스 WindowHelper.MapBasicWindowController

파일 보기 프로젝트 열기: PeterHorsbollMoller/mbWindowHelper 1 사용 예제들

공개 메소드들

메소드 설명
DockWindowChange ( ) : void
DockWindowClose ( ) : void

Close the dockable usercontrol(Named view Dialog)

GetDockWindowClosed ( ) : bool

get the open/close status of dockable user control(WindowHelper dialog)

MapBasicWindowClose ( ) : void

This function is called to close the WindowHelper dialog and release the resources when the end handeler is called

MapBasicWindowController ( ) : System

Construction

MapBasicWindowShow ( ) : void
SetDockWindowPositionFromFile ( ) : void

Method for Setting the Docking state from xml file containg docking persistance information

비공개 메소드들

메소드 설명
ApplyDockWindowState ( ) : void

Method for setting the docking and position of dockable window

GetWindowWrapper ( int hMainWnd ) : System.Windows.Forms.WindowWrapper

Returns the window wrapper. If window wrapper is null it correctly initializes the static member

LoadDockWindowStateFromFile ( ) : void

Load the dock window state from the xml file It uses mutexes to synchronize the threads accessing the xml file

SetDefaultDockingInfo ( ) : void

Method for setting some resaonable position/ docked state

WriteDockWindowStateToFile ( ) : void

Write the dock window state to file It uses mutexes to synchronize the threads accessing the xml file

getDockWindowState ( ) : DockWindowState

Method for getting the Docking state related information

메소드 상세

DockWindowChange() 공개 메소드

public DockWindowChange ( ) : void
리턴 void

DockWindowClose() 공개 메소드

Close the dockable usercontrol(Named view Dialog)
public DockWindowClose ( ) : void
리턴 void

GetDockWindowClosed() 공개 메소드

get the open/close status of dockable user control(WindowHelper dialog)
public GetDockWindowClosed ( ) : bool
리턴 bool

MapBasicWindowClose() 공개 정적인 메소드

This function is called to close the WindowHelper dialog and release the resources when the end handeler is called
public static MapBasicWindowClose ( ) : void
리턴 void

MapBasicWindowController() 공개 메소드

Construction
public MapBasicWindowController ( ) : System
리턴 System

MapBasicWindowShow() 공개 정적인 메소드

public static MapBasicWindowShow ( ) : void
리턴 void

SetDockWindowPositionFromFile() 공개 메소드

Method for Setting the Docking state from xml file containg docking persistance information
public SetDockWindowPositionFromFile ( ) : void
리턴 void