C# 클래스 Beyond_Beyaan.BBComboBox

파일 보기 프로젝트 열기: Beyonders/Beyond-Beyaan

공개 메소드들

메소드 설명
Draw ( ) : void
Initialize ( List items, int xPos, int yPos, int width, int height, int maxVisible, Random r, string &reason ) : bool

MouseDown ( int x, int y ) : bool
MouseHover ( int x, int y, float frameDeltaTime ) : bool
MouseUp ( int x, int y ) : bool
MoveTo ( int x, int y ) : void

비공개 메소드들

메소드 설명
RefreshLabels ( ) : void
RefreshSelection ( ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( List items, int xPos, int yPos, int width, int height, int maxVisible, Random r, string &reason ) : bool
items List
xPos int
yPos int
width int
height int
maxVisible int
r System.Random
reason string
리턴 bool

MouseDown() 공개 메소드

public MouseDown ( int x, int y ) : bool
x int
y int
리턴 bool

MouseHover() 공개 메소드

public MouseHover ( int x, int y, float frameDeltaTime ) : bool
x int
y int
frameDeltaTime float
리턴 bool

MouseUp() 공개 메소드

public MouseUp ( int x, int y ) : bool
x int
y int
리턴 bool

MoveTo() 공개 메소드

public MoveTo ( int x, int y ) : void
x int
y int
리턴 void