C# 클래스 FC3Editor.Tools.ToolObject.RotateMode

상속: ToolObject.Mode
파일 보기 프로젝트 열기: Azerothian/fc3editor 1 사용 예제들

공개 메소드들

메소드 설명
Activate ( ) : void
Deactivate ( ) : void
GetContextHelp ( ) : string
GetParameters ( ) : IEnumerable
GetToolImage ( ) : Image
GetToolName ( ) : string
OnKeyEvent ( Editor keyEvent, KeyEventArgs keyEventArgs ) : bool
OnMouseEvent ( Editor mouseEvent, MouseEventArgs mouseEventArgs ) : bool
RotateMode ( ToolObject context ) : System
UpdateParams ( ) : void

비공개 메소드들

메소드 설명
action_ResetAngles ( ) : void
rotation_ValueChanged ( object sender, EventArgs e ) : void
snap_ValueChanged ( object sender, EventArgs e ) : void

메소드 상세

Activate() 공개 메소드

public Activate ( ) : void
리턴 void

Deactivate() 공개 메소드

public Deactivate ( ) : void
리턴 void

GetContextHelp() 공개 메소드

public GetContextHelp ( ) : string
리턴 string

GetParameters() 공개 메소드

public GetParameters ( ) : IEnumerable
리턴 IEnumerable

GetToolImage() 공개 메소드

public GetToolImage ( ) : Image
리턴 Image

GetToolName() 공개 메소드

public GetToolName ( ) : string
리턴 string

OnKeyEvent() 공개 메소드

public OnKeyEvent ( Editor keyEvent, KeyEventArgs keyEventArgs ) : bool
keyEvent FC3Editor.Nomad.Editor
keyEventArgs System.Windows.Forms.KeyEventArgs
리턴 bool

OnMouseEvent() 공개 메소드

public OnMouseEvent ( Editor mouseEvent, MouseEventArgs mouseEventArgs ) : bool
mouseEvent FC3Editor.Nomad.Editor
mouseEventArgs MouseEventArgs
리턴 bool

RotateMode() 공개 메소드

public RotateMode ( ToolObject context ) : System
context ToolObject
리턴 System

UpdateParams() 공개 메소드

public UpdateParams ( ) : void
리턴 void