Searched refs:DoubleComboBox (Results 1 – 3 of 3) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/demowin/ |
| D | demowin_double_combo_box.h | 16 struct DoubleComboBox : public MenuItem struct 18 …DoubleComboBox(Window* window, CVec3 position, CVec2 size, SubCombo** _data, int _count, int* _tar… 21 static DoubleComboBox* Add(const DoubleComboBox& item); argument
|
| /CafeSDK-2.12.13-1/system/include/cafe/demo/demowin/ |
| D | demowin_double_combo_box.h | 16 struct DoubleComboBox : public MenuItem struct 18 …DoubleComboBox(Window* window, CVec3 position, CVec2 size, SubCombo** _data, int _count, int* _tar… 21 static DoubleComboBox* Add(const DoubleComboBox& item); argument
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/demowin/ |
| D | demowin_double_combo_box.cpp | 19 DoubleComboBox* DoubleComboBox::Add(const DoubleComboBox& item) in Add() 23 DoubleComboBox* pItem = new DoubleComboBox(item); in Add() 30 bool DoubleComboBox::CursorOver() in CursorOver() 73 bool DoubleComboBox::Update() in Update() 416 void DoubleComboBox::Draw() in Draw() 574 void DoubleComboBox::Reset() in Reset()
|