Property | Type | Description | |
---|---|---|---|
Allsets | BeatmapSet>.Dictionary | ||
Collections | List | ||
CurrentListName | string | ||
MainIsVisible | bool | ||
Scores | List | ||
Scoresearched | bool |
Method | Description | |
---|---|---|
Exit ( ) : void | ||
GetNext ( ) : int |
获得下一首音乐
|
|
GetPrev ( ) : int | ||
Getdetail ( int index ) : System.Windows.Forms.ListViewItem | ||
Getscore ( ) : IEnumerable |
||
Init ( |
全局初始化
|
|
LoadPreference ( ) : void |
载入设置
|
|
PauseOrResume ( ) : void | ||
Play ( ) : void | ||
RefreashSet ( ) : void | ||
Remove ( int index ) : void | ||
Remove ( string key ) : void | ||
Resize ( |
||
Search ( string k ) : void | ||
Seek ( double time ) : void | ||
SetBG ( ) : void | ||
SetHistory ( bool front = false, bool back = false, bool init = false ) : void | ||
SetMap ( int value, bool p = false ) : bool | ||
SetPlayerSpeed ( bool nc, int speed ) : void | ||
SetQQ ( bool show = true ) : void |
设置QQ
|
|
SetSet ( int value, bool p = false ) : bool | ||
SetVolume ( int set, int volume ) : void | ||
Setpath ( ) : bool |
设置路径
|
|
Stop ( ) : void | ||
Tmp2Current ( bool set ) : void |
Method | Description | |
---|---|---|
Getpath ( ) : void |
获取OSU路径
|
|
Initplaylist ( ) : void |
初始化播放列表,初始时与Set一一对应
|
|
Initset ( ) : void |
初始化Set的总方法,从文件读取或从osu!.db读取
|
|
Render ( object sender ) : void |
public static Getdetail ( int index ) : System.Windows.Forms.ListViewItem | ||
index | int | |
return | System.Windows.Forms.ListViewItem |
public static Init ( |
||
shandle | 显示区域的handle | |
ssize | 显示区域的大小 | |
return | void |
public static Resize ( |
||
size | ||
return | void |
public static SetHistory ( bool front = false, bool back = false, bool init = false ) : void | ||
front | bool | |
back | bool | |
init | bool | |
return | void |
public static SetMap ( int value, bool p = false ) : bool | ||
value | int | |
p | bool | |
return | bool |
public static SetPlayerSpeed ( bool nc, int speed ) : void | ||
nc | bool | |
speed | int | |
return | void |
public static SetQQ ( bool show = true ) : void | ||
show | bool | 是否显示设置窗口 |
return | void |
public static SetSet ( int value, bool p = false ) : bool | ||
value | int | |
p | bool | |
return | bool |
public static SetVolume ( int set, int volume ) : void | ||
set | int | |
volume | int | |
return | void |
public static Tmp2Current ( bool set ) : void | ||
set | bool | |
return | void |