Home
last modified time | relevance | path

Searched refs:ComboBox (Results 1 – 5 of 5) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/demowin/
Ddemowin_combo_box.h22 struct ComboBox : public MenuItem struct
24ComboBox(Window* window, CVec3 position, CVec2 size, SubCombo** _data, int _count, int* _target, V…
27 static ComboBox* Add(const ComboBox& item); argument
/CafeSDK-2.12.13-1/system/include/cafe/demo/demowin/
Ddemowin_combo_box.h22 struct ComboBox : public MenuItem struct
24ComboBox(Window* window, CVec3 position, CVec2 size, SubCombo** _data, int _count, int* _target, V…
27 static ComboBox* Add(const ComboBox& item); argument
/CafeSDK-2.12.13-1/system/src/lib/demo/demowin/
Ddemowin_combo_box.cpp27 ComboBox* ComboBox::Add(const ComboBox& item) in Add()
31 ComboBox* pItem = new ComboBox(item); in Add()
38 bool ComboBox::CursorOver() in CursorOver()
69 bool ComboBox::Update() in Update()
239 void ComboBox::Draw() in Draw()
321 void ComboBox::Reset() in Reset()
/CafeSDK-2.12.13-1/system/src/tool/CatLog/
DSelectPortDialog.Designer.cs33 this.cmbPorts = new System.Windows.Forms.ComboBox(); in InitializeComponent()
98 private System.Windows.Forms.ComboBox cmbPorts;
/CafeSDK-2.12.13-1/system/src/lib/demo/
Ddemowin.cpp132 ComboBox box(this, CVec3(0.4, 0, 0.1), CVec2(0.4, 0.09), NULL, 0, NULL); in Init()
158 ComboBox::Add(box); in Init()