C# 클래스 Gochiusearch.Mac.MainWindowController

상속: NSWindowController, INSTouchBarDelegate
파일 보기 프로젝트 열기: ksasao/Gochiusearch 1 사용 예제들

공개 메소드들

메소드 설명
AwakeFromNib ( ) : void
MainWindowController ( IntPtr handle ) : System
MainWindowController ( NSString containerDirectory ) : System
WindowDidLoad ( ) : void

비공개 메소드들

메소드 설명
ClearLog ( ) : void

Clears the present logs.

FindImage ( string file ) : void

Finds the related story from image.

FindImageByUrl ( NSString url ) : void
HideTouchBar ( ) : void
InitializeUserInterfaces ( ) : void
LoadImageInfoAsync ( ) : System.Threading.Tasks.Task

Loads the image information from index.db.

LoadStoryInfo ( ) : void

Loads the story information from index.txt.

MainWindowController ( NSCoder coder ) : System
OnOpenNiconicoChanged ( NSObject sender ) : void
OutputLog ( string text, NSStringAttributes attributes = null ) : void

Outputs the log.

ShowAlertOnWindow ( string msg, string title, NSAlertStyle style = NSAlertStyle.Informational ) : void

Shows the alert on this window.

ShowTouchBar ( string result, NSUrl url, string file ) : void
SupportsTouchBar ( ) : bool

메소드 상세

AwakeFromNib() 공개 메소드

public AwakeFromNib ( ) : void
리턴 void

MainWindowController() 공개 메소드

public MainWindowController ( IntPtr handle ) : System
handle System.IntPtr
리턴 System

MainWindowController() 공개 메소드

public MainWindowController ( NSString containerDirectory ) : System
containerDirectory NSString
리턴 System

WindowDidLoad() 공개 메소드

public WindowDidLoad ( ) : void
리턴 void