C# 클래스 MoodSwingGUI.MSCheckbox

MSCheckbox represents a checkbox that has two discrete states, ticked and unticked.
상속: MSGUIClickable
파일 보기 프로젝트 열기: verngutz/MoodSwing

보호된 프로퍼티들

프로퍼티 타입 설명
current MSButton

공개 메소드들

메소드 설명
Draw ( GameTime gameTime ) : void
Hover ( ) : void
LeftClick ( ) : void
MSCheckbox ( MSButton unticked, MSButton ticked, bool isTicked ) : System

Creates an MSCheckbox using two MSButtons

MiddleClick ( ) : void
RightClick ( ) : void
UnHover ( ) : void
UnLeftClick ( ) : void
UnMiddleClick ( ) : void
UnRightClick ( ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void

Hover() 공개 메소드

public Hover ( ) : void
리턴 void

LeftClick() 공개 메소드

public LeftClick ( ) : void
리턴 void

MSCheckbox() 공개 메소드

Creates an MSCheckbox using two MSButtons
public MSCheckbox ( MSButton unticked, MSButton ticked, bool isTicked ) : System
unticked MSButton an MSButton representing the unticked state of this MSCheckbox and which will become invisible once this MSCheckbox is ticked
ticked MSButton an MSButton representing the ticked state of this MSCheckbox and which will become invisible once this MSCheckbox is unticked
isTicked bool true if this MSCheckbox is initially ticked, false otherwise
리턴 System

MiddleClick() 공개 메소드

public MiddleClick ( ) : void
리턴 void

RightClick() 공개 메소드

public RightClick ( ) : void
리턴 void

UnHover() 공개 메소드

public UnHover ( ) : void
리턴 void

UnLeftClick() 공개 메소드

public UnLeftClick ( ) : void
리턴 void

UnMiddleClick() 공개 메소드

public UnMiddleClick ( ) : void
리턴 void

UnRightClick() 공개 메소드

public UnRightClick ( ) : void
리턴 void

프로퍼티 상세

current 보호되어 있는 프로퍼티

protected MSButton,MoodSwingGUI current
리턴 MSButton