C# 클래스 Myre.UI.Controls.MultiButton

An abstract button control, where the button can have multiple values swichable by the user.
상속: Myre.UI.Controls.Button
파일 보기 프로젝트 열기: TomGillen/Myre

공개 메소드들

메소드 설명
MultiButton ( Control parent ) : System

Initializes a new instance of the MultiButton class.

보호된 메소드들

메소드 설명
OnSelectionChanged ( ) : void

Called when the selection changes.

비공개 메소드들

메소드 설명
BindGestures ( ) : void

Binds the left and right buttons to next and previous.

NextOption ( IGesture gesture, GameTime time, IInputDevice device ) : void
PreviousOption ( IGesture gesture, GameTime time, IInputDevice device ) : void

메소드 상세

MultiButton() 공개 메소드

Initializes a new instance of the MultiButton class.
public MultiButton ( Control parent ) : System
parent Control This controls parent control.
리턴 System

OnSelectionChanged() 보호된 메소드

Called when the selection changes.
protected OnSelectionChanged ( ) : void
리턴 void