Class MusicSearchResult

#include <Geode/binding/MusicSearchResult.hpp>
classMusicSearchResult:publiccocos2d::CCObject,publicOptionsObjectDelegate{ ... }
No description provided
Examples0
Public static methods1
staticMusicSearchResult*create(
GJSongTypesongType
)

MacOS (ARM): 0x4e2a54

MacOS (Intel): 0x599160

Windows: Out of line

iOS: 0x15c66c

Android

No description provided
Public member functions10
virtualvoidupdateObjects()

MacOS (ARM): 0x4e3438

MacOS (Intel): 0x599e80

Windows: 0x347330

iOS: 0x15caa4

Android

No description provided
virtualvoidstateChanged()

MacOS (ARM): 0x4e3408

MacOS (Intel): 0x599e20

Windows: 0x347320

iOS: 0x15ca74

Android

No description provided
cocos2d::CCArray*applyArtistFilters()

MacOS (ARM): 0x4e2ebc

MacOS (Intel): 0x599710

Windows: Out of line

iOS: 0x15c888

Android

No description provided
cocos2d::CCArray*applyTagFilters()

MacOS (ARM): 0x4e2cf4

MacOS (Intel): 0x5994d0

Windows: 0x347250

iOS: 0x15c7e8

Android

No description provided
voidcreateArtistFilterObjects()

MacOS (ARM): 0x4e2be4

MacOS (Intel): 0x599360

Windows: Out of line

iOS: 0x15c764

Android

No description provided
voidcreateTagFilterObjects()

MacOS (ARM): 0x4e2ad4

MacOS (Intel): 0x5991f0

Windows: Out of line

iOS: 0x15c6e0

Android

No description provided
cocos2d::CCArray*getFilesMatchingSearch(,)

MacOS (ARM): 0x4e36d0

MacOS (Intel): 0x59a1a0

Windows: 0x347880

iOS: 0x15cbf8

Android: Rebinded

No description provided
boolinit(
GJSongTypesongType
)

MacOS (ARM): 0x4e2ac8

MacOS (Intel): 0x5991e0

Windows: Out of line

iOS: Out of line

Android

No description provided
voidupdateFutureCount(,)

MacOS (ARM): 0x4e3068

MacOS (Intel): 0x599950

Windows: Out of line

iOS: 0x15c978

Android

No description provided
voidupdateObjects()

MacOS (ARM): 0x4e3428

MacOS (Intel): 0x599e60

Windows: Out of line

iOS: 0x15ca94

Android

No description provided
Fields10
cocos2d::CCArray*m_filterObjects
;
No description provided
cocos2d::CCArray*m_tagFilterObjects
;
No description provided
cocos2d::CCArray*m_artistFilterObjects
;
No description provided
intm_startIndex
;
No description provided
intm_audioType
;
No description provided
gd::stringm_searchQuery
;
No description provided
AudioSortTypem_sortType
;
No description provided
boolm_tagFilter
;
No description provided
boolm_artistFilter
;
No description provided
GJSongTypem_songType
;
No description provided
Protected member functions0
Protected fields0
Derived classes1