C# 클래스 WindowHelper.Controller

파일 보기 프로젝트 열기: PeterHorsbollMoller/mbWindowHelper

공개 메소드들

메소드 설명
GetResItemStr ( string itemName ) : string

This is called from MapBasic code to get a named resource string

GetResItemStr ( string itemName, string replaceStrings ) : string

This is called from MapBasic code to get a named resource string and to replace {0}, {1}, etc. with values in the replaceString (; separated)

GetScreenSize ( ) : string

WinHelpDlgAddAllWindows ( int hMainWnd, int windowIDs, string windowNames, int windowTypes ) : void

This function is called from MapBasic code to add all windows to the WindowHelper dialog.

WinHelpDlgAddClosedWindow ( int hMainWnd, int windowID, string windowName, int windowType ) : void

This function is called from MapBasic code to add a closed window to the WindowHelper dialog.

WinHelpDlgAddWindow ( int hMainWnd, int windowID, string windowName, int windowType ) : void

This function is called from MapBasic code to add a window to the WindowHelper dialog.

WinHelpDlgAddWindows ( int hMainWnd, int windowIDs, string windowName, int windowType ) : void

This function is called from MapBasic code to add a window to the WindowHelper dialog.

WinHelpDlgClose ( ) : void

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

WinHelpDlgLoadSpecialWindows ( int hMainWnd ) : void

This function is called from MapBasic code to add the special windows to the WindowHelper dialog.

WinHelpDlgShow ( int hMainWnd ) : void

This is called from MapBasic code to get a named resource string

This function is called from MapBasic code to display the WindowHelper dialog.

WinHelpDlgWinChanged ( int windowID ) : void

This function is called from MapBasic code when a window is changed in some way in MapInfo Pro

WinHelpDlgWinClosed ( int windowID ) : void

This function is called from MapBasic code when a window is closed in MapInfo Pro

WinHelpDlgWinFocusChanged ( int windowID ) : void

This function is called from MapBasic code when another window gets focus in MapInfo Pro

비공개 메소드들

메소드 설명
GetWindowWrapper ( int hMainWnd ) : System.Windows.Forms.WindowWrapper

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

메소드 상세

GetResItemStr() 공개 정적인 메소드

This is called from MapBasic code to get a named resource string
public static GetResItemStr ( string itemName ) : string
itemName string Title of the string resource
리턴 string

GetResItemStr() 공개 정적인 메소드

This is called from MapBasic code to get a named resource string and to replace {0}, {1}, etc. with values in the replaceString (; separated)
public static GetResItemStr ( string itemName, string replaceStrings ) : string
itemName string Title of the string resource
replaceStrings string List of values to insert into the string, ; separated
리턴 string

GetScreenSize() 공개 정적인 메소드

public static GetScreenSize ( ) : string
리턴 string

WinHelpDlgAddAllWindows() 공개 정적인 메소드

This function is called from MapBasic code to add all windows to the WindowHelper dialog.
public static WinHelpDlgAddAllWindows ( int hMainWnd, int windowIDs, string windowNames, int windowTypes ) : void
hMainWnd int
windowIDs int
windowNames string
windowTypes int
리턴 void

WinHelpDlgAddClosedWindow() 공개 정적인 메소드

This function is called from MapBasic code to add a closed window to the WindowHelper dialog.
public static WinHelpDlgAddClosedWindow ( int hMainWnd, int windowID, string windowName, int windowType ) : void
hMainWnd int
windowID int
windowName string
windowType int
리턴 void

WinHelpDlgAddWindow() 공개 정적인 메소드

This function is called from MapBasic code to add a window to the WindowHelper dialog.
public static WinHelpDlgAddWindow ( int hMainWnd, int windowID, string windowName, int windowType ) : void
hMainWnd int
windowID int
windowName string
windowType int
리턴 void

WinHelpDlgAddWindows() 공개 정적인 메소드

This function is called from MapBasic code to add a window to the WindowHelper dialog.
public static WinHelpDlgAddWindows ( int hMainWnd, int windowIDs, string windowName, int windowType ) : void
hMainWnd int
windowIDs int
windowName string
windowType int
리턴 void

WinHelpDlgClose() 공개 정적인 메소드

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

WinHelpDlgLoadSpecialWindows() 공개 정적인 메소드

This function is called from MapBasic code to add the special windows to the WindowHelper dialog.
public static WinHelpDlgLoadSpecialWindows ( int hMainWnd ) : void
hMainWnd int
리턴 void

WinHelpDlgShow() 공개 정적인 메소드

This is called from MapBasic code to get a named resource string This function is called from MapBasic code to display the WindowHelper dialog.
public static WinHelpDlgShow ( int hMainWnd ) : void
hMainWnd int
리턴 void

WinHelpDlgWinChanged() 공개 정적인 메소드

This function is called from MapBasic code when a window is changed in some way in MapInfo Pro
public static WinHelpDlgWinChanged ( int windowID ) : void
windowID int
리턴 void

WinHelpDlgWinClosed() 공개 정적인 메소드

This function is called from MapBasic code when a window is closed in MapInfo Pro
public static WinHelpDlgWinClosed ( int windowID ) : void
windowID int
리턴 void

WinHelpDlgWinFocusChanged() 공개 정적인 메소드

This function is called from MapBasic code when another window gets focus in MapInfo Pro
public static WinHelpDlgWinFocusChanged ( int windowID ) : void
windowID int
리턴 void