C# 클래스 ARCed.Scintilla.DocumentNavigation

상속: TopLevelHelper
파일 보기 프로젝트 열기: borisblizzard/arcreator

공개 프로퍼티들

프로퍼티 타입 설명
_backwardStack FakeStack
_forewardStack FakeStack

Private Properties

프로퍼티 타입 설명
DocumentNavigation System
NewRange NavigationPont
ResetIsEnabled void
ResetMaxHistorySize void
ResetNavigationPointTimeout void
ShouldSerialize bool
ShouldSerializeIsEnabled bool
ShouldSerializeMaxHistorySize bool
ShouldSerializeNavigationPointTimeout bool
scintilla_SelectionChanged void
t_Tick void

공개 메소드들

메소드 설명
NavigateBackward ( ) : void

Causes the current position to navigate to the last snapshotted document position.

NavigateForward ( ) : void

After 1 or more backwards navigations this command navigates to the previous backwards navigation point.

Reset ( ) : void

비공개 메소드들

메소드 설명
DocumentNavigation ( Scintilla scintilla ) : System
NewRange ( int pos ) : NavigationPont
ResetIsEnabled ( ) : void
ResetMaxHistorySize ( ) : void
ResetNavigationPointTimeout ( ) : void
ShouldSerialize ( ) : bool
ShouldSerializeIsEnabled ( ) : bool
ShouldSerializeMaxHistorySize ( ) : bool
ShouldSerializeNavigationPointTimeout ( ) : bool
scintilla_SelectionChanged ( object sender, EventArgs e ) : void
t_Tick ( object sender, EventArgs e ) : void

메소드 상세

NavigateBackward() 공개 메소드

Causes the current position to navigate to the last snapshotted document position.
public NavigateBackward ( ) : void
리턴 void

NavigateForward() 공개 메소드

After 1 or more backwards navigations this command navigates to the previous backwards navigation point.
public NavigateForward ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

프로퍼티 상세

_backwardStack 공개적으로 프로퍼티

public FakeStack _backwardStack
리턴 FakeStack

_forewardStack 공개적으로 프로퍼티

public FakeStack _forewardStack
리턴 FakeStack