Home
last modified time | relevance | path

Searched refs:SubComboBasic (Results 1 – 7 of 7) sorted by relevance

/CafeSDK-2.12.13/system/src/lib/demo/headers/cafe/demo/demowin/
Ddemowin_assets.h251 struct SubComboBasic : public SubCombo struct
253 SubComboBasic(const char* _name) in SubComboBasic() function
255 SubComboBasic() {} in SubComboBasic() argument
257 SubComboBasic& operator=(const char* txt) {name = txt; return *this;}
284 SubComboBasic<MAX_NAME_LENGTH_T> list[NUM_POINTERS]; argument
Ddemowin_combo_box.h17 extern SubComboBasic<10> basicNums[];
/CafeSDK-2.12.13/system/include/cafe/demo/demowin/
Ddemowin_assets.h251 struct SubComboBasic : public SubCombo struct
253 SubComboBasic(const char* _name) in SubComboBasic() function
255 SubComboBasic() {} in SubComboBasic() argument
257 SubComboBasic& operator=(const char* txt) {name = txt; return *this;}
284 SubComboBasic<MAX_NAME_LENGTH_T> list[NUM_POINTERS]; argument
Ddemowin_combo_box.h17 extern SubComboBasic<10> basicNums[];
/CafeSDK-2.12.13/system/src/lib/demo/demowin/
Ddemowin_combo_box.cpp20 SubComboBasic<10> basicNums[] = {"0", "1", "2", "3", "4", "5", "6", "7", "8", "9",
/CafeSDK-2.12.13/system/src/lib/demo/headers/cafe/demo/
Ddemowin.h158 std::vector<SubComboBasic<MAX_NAME_LENGTH> > options[10];
/CafeSDK-2.12.13/system/include/cafe/demo/
Ddemowin.h158 std::vector<SubComboBasic<MAX_NAME_LENGTH> > options[10];