| /CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/demowin/ |
| D | demowin_peripheral.h | 21 …virtual void DrawWindowQuad(CVec2 position, CVec2 size, bool active, bool enabled, CVec3 color, co… 22 virtual void DrawText(const char* text, CVec3 position, CVec2 size, CVec4 color) = 0; 23 virtual void DrawTextCenter(const char* text, CVec3 position, CVec2 size, CVec4 color) = 0; 24 virtual void DrawTextRight(const char* text, CVec3 position, CVec2 size, CVec4 color) = 0; 25 virtual void DrawMultiLineText(const char* text, CVec3 position, CVec2 size, CVec4 color) = 0; 26 …virtual void DrawBox(CVec3 position, CVec2 size, CVec4 color, CVec4 color1 = CVec4(0, 0, 0, 1.0)) … 27 virtual void DrawLine(CVec3 position, CVec2 size, CVec4 color) = 0; 28 virtual void DrawFastLine(CVec3 position, CVec2 size, CVec4 color) = 0; 29 virtual void DrawQuad(CVec3 position, CVec2 size, CVec4 color) = 0; 30 virtual void DrawTexQuad(GX2Texture* tex, CVec3 position, CVec2 size, CVec4 color) = 0; [all …]
|
| D | demowin_double_combo_box.h | 18 …DoubleComboBox(Window* window, CVec3 position, CVec2 size, SubCombo** _data, int _count, int* _tar… 19 … CVec3(size.x / 4 - SCROLLBAR_WIDTH / 2, 0, position.z + 0.55), CVec2(SCROLLBAR_WIDTH, size.y * CO… in MenuItem()
|
| D | demowin_button.h | 18 …Button(Window* window, CVec3 position, CVec2 size, ColorFunc _colorFunc = BlackLighter, VoidFuncP … 21 …Button(Window* window, CVec3 position, CVec2 size, const char* _text, ColorFunc _colorFunc = Black… 24 …Button(Window* window, CVec3 position, CVec2 size, GX2Texture** _tex, ColorFunc _colorFunc = Black…
|
| D | demowin_held_button.h | 18 …HeldButton(Window* window, CVec3 position, CVec2 size, ColorFunc _colorFunc = BlackLighter, VoidFu… 21 …HeldButton(Window* window, CVec3 position, CVec2 size, const char* _text, ColorFunc _colorFunc = B… 24 …HeldButton(Window* window, CVec3 position, CVec2 size, GX2Texture** _tex, ColorFunc _colorFunc = B…
|
| D | demowin_combo_box.h | 24 …ComboBox(Window* window, CVec3 position, CVec2 size, SubCombo** _data, int _count, int* _target, V… 25 …_target), func(_func), funcExtra(_funcExtra), flipped(false), bar(window, CVec3(size.x / 2 - SCROL… in MenuItem()
|
| D | demowin_scroll_bar.h | 18 ScrollBar(Window* window, CVec3 position, CVec2 size, float _count = 0, float _max = 10) 21 ScrollBar(Window* window, CVec3 position, CVec2 size, float* _pPos, float _count, float _max) in ScrollBar()
|
| D | demowin_text_right.h | 18 MenuTextRight(Window* window, CVec3 position, CVec2 size, const char* _text, CVec4 _color) in MenuTextRight()
|
| D | demowin_text_multi.h | 18 MenuMultiText(Window* window, CVec3 position, CVec2 size, const char* _text, CVec4 _color) in MenuMultiText()
|
| D | demowin_text_center.h | 18 MenuTextCenter(Window* window, CVec3 position, CVec2 size, const char* _text, CVec4 _color) in MenuTextCenter()
|
| /CafeSDK-2.12.13-1/system/include/cafe/demo/demowin/ |
| D | demowin_peripheral.h | 21 …virtual void DrawWindowQuad(CVec2 position, CVec2 size, bool active, bool enabled, CVec3 color, co… 22 virtual void DrawText(const char* text, CVec3 position, CVec2 size, CVec4 color) = 0; 23 virtual void DrawTextCenter(const char* text, CVec3 position, CVec2 size, CVec4 color) = 0; 24 virtual void DrawTextRight(const char* text, CVec3 position, CVec2 size, CVec4 color) = 0; 25 virtual void DrawMultiLineText(const char* text, CVec3 position, CVec2 size, CVec4 color) = 0; 26 …virtual void DrawBox(CVec3 position, CVec2 size, CVec4 color, CVec4 color1 = CVec4(0, 0, 0, 1.0)) … 27 virtual void DrawLine(CVec3 position, CVec2 size, CVec4 color) = 0; 28 virtual void DrawFastLine(CVec3 position, CVec2 size, CVec4 color) = 0; 29 virtual void DrawQuad(CVec3 position, CVec2 size, CVec4 color) = 0; 30 virtual void DrawTexQuad(GX2Texture* tex, CVec3 position, CVec2 size, CVec4 color) = 0; [all …]
|
| D | demowin_double_combo_box.h | 18 …DoubleComboBox(Window* window, CVec3 position, CVec2 size, SubCombo** _data, int _count, int* _tar… 19 … CVec3(size.x / 4 - SCROLLBAR_WIDTH / 2, 0, position.z + 0.55), CVec2(SCROLLBAR_WIDTH, size.y * CO… in MenuItem()
|
| D | demowin_held_button.h | 18 …HeldButton(Window* window, CVec3 position, CVec2 size, ColorFunc _colorFunc = BlackLighter, VoidFu… 21 …HeldButton(Window* window, CVec3 position, CVec2 size, const char* _text, ColorFunc _colorFunc = B… 24 …HeldButton(Window* window, CVec3 position, CVec2 size, GX2Texture** _tex, ColorFunc _colorFunc = B…
|
| D | demowin_button.h | 18 …Button(Window* window, CVec3 position, CVec2 size, ColorFunc _colorFunc = BlackLighter, VoidFuncP … 21 …Button(Window* window, CVec3 position, CVec2 size, const char* _text, ColorFunc _colorFunc = Black… 24 …Button(Window* window, CVec3 position, CVec2 size, GX2Texture** _tex, ColorFunc _colorFunc = Black…
|
| D | demowin_combo_box.h | 24 …ComboBox(Window* window, CVec3 position, CVec2 size, SubCombo** _data, int _count, int* _target, V… 25 …_target), func(_func), funcExtra(_funcExtra), flipped(false), bar(window, CVec3(size.x / 2 - SCROL… in MenuItem()
|
| D | demowin_scroll_bar.h | 18 ScrollBar(Window* window, CVec3 position, CVec2 size, float _count = 0, float _max = 10) 21 ScrollBar(Window* window, CVec3 position, CVec2 size, float* _pPos, float _count, float _max) in ScrollBar()
|
| D | demowin_text_center.h | 18 MenuTextCenter(Window* window, CVec3 position, CVec2 size, const char* _text, CVec4 _color) in MenuTextCenter()
|
| D | demowin_text_multi.h | 18 MenuMultiText(Window* window, CVec3 position, CVec2 size, const char* _text, CVec4 _color) in MenuMultiText()
|
| D | demowin_text_right.h | 18 MenuTextRight(Window* window, CVec3 position, CVec2 size, const char* _text, CVec4 _color) in MenuTextRight()
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/ |
| D | demowin.h | 167 …MenuItem(Window* _window, const CVec3& _position = CVec3(0, 0, 0), const CVec2& _size = CVec2(0, 0… 181 void DrawText(const char* text, CVec3 position, CVec2 size, CVec4 color) in DrawText() 182 …{window->manager->peripheral->DrawText(text, CVec3(window->GetX() + position.x, window->GetY() + p… in DrawText() 183 void DrawTextCenter(const char* text, CVec3 position, CVec2 size, CVec4 color) in DrawTextCenter() 184 …{window->manager->peripheral->DrawTextCenter(text, CVec3(window->GetX() + position.x, window->GetY… in DrawTextCenter() 185 void DrawTextRight(const char* text, CVec3 position, CVec2 size, CVec4 color) in DrawTextRight() 186 …{window->manager->peripheral->DrawTextRight(text, CVec3(window->GetX() + position.x, window->GetY(… in DrawTextRight() 187 void DrawMultiLineText(const char* text, CVec3 position, CVec2 size, CVec4 color) in DrawMultiLineText() 188 …{window->manager->peripheral->DrawMultiLineText(text, CVec3(window->GetX() + position.x, window->G… in DrawMultiLineText() 189 void DrawBox(CVec3 position, CVec2 size, CVec4 color, CVec4 color1 = CVec4(0, 0, 0, 1.0)) [all …]
|
| /CafeSDK-2.12.13-1/system/include/cafe/demo/ |
| D | demowin.h | 167 …MenuItem(Window* _window, const CVec3& _position = CVec3(0, 0, 0), const CVec2& _size = CVec2(0, 0… 181 void DrawText(const char* text, CVec3 position, CVec2 size, CVec4 color) in DrawText() 182 …{window->manager->peripheral->DrawText(text, CVec3(window->GetX() + position.x, window->GetY() + p… in DrawText() 183 void DrawTextCenter(const char* text, CVec3 position, CVec2 size, CVec4 color) in DrawTextCenter() 184 …{window->manager->peripheral->DrawTextCenter(text, CVec3(window->GetX() + position.x, window->GetY… in DrawTextCenter() 185 void DrawTextRight(const char* text, CVec3 position, CVec2 size, CVec4 color) in DrawTextRight() 186 …{window->manager->peripheral->DrawTextRight(text, CVec3(window->GetX() + position.x, window->GetY(… in DrawTextRight() 187 void DrawMultiLineText(const char* text, CVec3 position, CVec2 size, CVec4 color) in DrawMultiLineText() 188 …{window->manager->peripheral->DrawMultiLineText(text, CVec3(window->GetX() + position.x, window->G… in DrawMultiLineText() 189 void DrawBox(CVec3 position, CVec2 size, CVec4 color, CVec4 color1 = CVec4(0, 0, 0, 1.0)) [all …]
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/demowin/ |
| D | demowin_combo_box.cpp | 246 DrawBox(CVec3(this->x, this->y, this->z + 0.003), size, CVec4(0.13, 0.13, 0.13)); in Draw() 247 …DrawBox(CVec3(this->x + this->width / 2 - arrowWidth / 2, this->y, this->z + 0.0035), CVec2(arrowW… in Draw() 251 DrawBox(CVec3(this->x, this->y, this->z + 0.003), size, CVec4(0.03, 0.03, 0.03)); in Draw() 252 …DrawBox(CVec3(this->x + this->width / 2 - arrowWidth / 2, this->y, this->z + 0.0035), CVec2(arrowW… in Draw() 256 …DrawText(this->data[*this->target]->GetName(), CVec3(this->x - arrowWidth / 2, this->y, this->z + … in Draw() 259 …DrawTexQuad(*GetTexture(CW_TEXTURE_COMBODOWNARROW), CVec3(this->x + this->width / 2 - arrowWidth /… in Draw() 286 …DrawBox(CVec3(this->x, this->y - (this->height / 2 + this->height * count / 2) * flipMul, this->z … in Draw() 301 …DrawQuad(CVec3(this->x - widthOffset, startY - (this->over - position) * this->height * flipMul, t… in Draw() 309 …DrawText(this->data[i + position]->GetName(), CVec3(this->x - this->bar.width / 2, startY, this->z… in Draw()
|
| D | demowin_double_combo_box.cpp | 423 DrawBox(CVec3(this->x, this->y, this->z + 0.003), size, CVec4(0.13, 0.13, 0.13)); in Draw() 424 …DrawBox(CVec3(this->x + (this->width - arrowWidth) / 2, this->y, this->z + 0.0035), CVec2(arrowWid… in Draw() 428 DrawBox(CVec3(this->x, this->y, this->z + 0.003), size, CVec4(0.03, 0.03, 0.03)); in Draw() 429 …DrawBox(CVec3(this->x + (this->width - arrowWidth) / 2, this->y, this->z + 0.0035), CVec2(arrowWid… in Draw() 436 …DrawText(buffer, CVec3(this->x - arrowWidth / 2, this->y, this->z + 0.01), CVec2(this->width - arr… in Draw() 439 …DrawTexQuad(*GetTexture(CW_TEXTURE_COMBODOWNARROW), CVec3(this->x + (this->width - arrowWidth) / 2… in Draw() 466 …DrawBox(CVec3(this->x, this->y - (this->height / 2 + this->height * count / 2) * flipMul, this->z … in Draw() 474 …DrawQuad(CVec3(this->x, startY - (this->over1 - position) * this->height * flipMul, this->z + 0.51… in Draw() 478 …DrawQuad(CVec3(this->x - widthOffset, startY - (this->pos1 - position) * this->height * flipMul, t… in Draw() 495 …DrawText(this->data[i + position]->GetName(), CVec3(this->x - this->bar1.width / 2, startY, this->… in Draw() [all …]
|
| D | demowin_tab_window.cpp | 45 … menu->DrawBox(CVec3(x, y, 0.99), CVec2(buttonWidth, buttonHeight), CVec4(0.2, 0.2, 0.2)); in Draw() 47 menu->DrawQuad(CVec3(x, y, 0.99), CVec2(buttonWidth, buttonHeight), CVec4(0, 0, 0, 0)); in Draw() 50 … menu->DrawBox(CVec3(x, y, 0.9901), CVec2(buttonWidth, buttonHeight), CVec4(0.3, 0.3, 0.3)); in Draw() 52 …menu->DrawTextCenter(tabWindowList[i]->name, CVec3(x, y, 0.9902), CVec2(buttonWidth, textHeight), … in Draw()
|
| D | demowin_slider_bar.cpp | 23 …pItem->minus = HeldButton::Add(HeldButton(item.window, CVec3(item.x - (item.width - item.height) /… in Add() 24 …pItem->plus = HeldButton::Add(HeldButton(item.window, CVec3(item.x + (item.width - item.height) /… in Add() 160 …DrawBox(CVec3(this->x + x, this->y, this->z + 0.002), CVec2(this->height, this->height), CVec4(col… in Draw() 165 …DrawTextCenter(buffer, CVec3(this->x + x, this->y, this->z + 0.003), CVec2(this->height, this->hei… in Draw()
|
| D | demowin_slider_bar_float.cpp | 23 …pItem->minus = HeldButton::Add(HeldButton(item.window, CVec3(item.x - (item.width - item.height) /… in Add() 24 …pItem->plus = HeldButton::Add(HeldButton(item.window, CVec3(item.x + (item.width - item.height) /… in Add() 160 …DrawBox(CVec3(this->x + x, this->y, this->z + 0.002), CVec2(this->height, this->height), CVec4(col… in Draw() 203 …DrawTextCenter(buffer, CVec3(this->x + x, this->y, this->z + 0.003), CVec2(this->height, this->hei… in Draw()
|