Home
last modified time | relevance | path

Searched refs:_current_category (Results 1 – 25 of 40) sorted by relevance

12

/dports/games/allacrost/allacrost-1.0.2/src/modes/shop/
H A Dshop_sell.cpp54 _current_category(0) in SellInterface()
127 _current_category = _number_categories - 1; in Initialize()
129 …_category_display.ChangeCategory(_category_names[_current_category], _category_icons[_current_cate… in Initialize()
154 _current_category = _number_categories - 1; in TransactionNotification()
263 _list_displays[_current_category]->Update(); in Update()
282 _list_displays[_current_category]->Draw(); in Draw()
431 _current_category = (_current_category == 0) ? (_number_categories -1) : (_current_category - 1); in _ChangeCategory()
434 _current_category = (_current_category >= (_number_categories - 1)) ? 0 : (_current_category + 1); in _ChangeCategory()
437 …_category_display.ChangeCategory(_category_names[_current_category], _category_icons[_current_cate… in _ChangeCategory()
440 _list_displays[_current_category]->RefreshAllEntries(); in _ChangeCategory()
[all …]
H A Dshop_buy.cpp54 _current_category(0) in BuyInterface()
106 _current_category = _number_categories - 1; in Initialize()
108 …_category_display.ChangeCategory(_category_names[_current_category], _category_icons[_current_cate… in Initialize()
220 _current_category = _number_categories - 1; in TransactionNotification()
329 _list_displays[_current_category]->Update(); in Update()
348 _list_displays[_current_category]->Draw(); in Draw()
412 _current_category = (_current_category == 0) ? (_number_categories - 1) : (_current_category - 1); in _ChangeCategory()
415 _current_category = (_current_category >= (_number_categories - 1)) ? 0 : (_current_category + 1); in _ChangeCategory()
418 …_category_display.ChangeCategory(_category_names[_current_category], _category_icons[_current_cate… in _ChangeCategory()
421 _list_displays[_current_category]->RefreshAllEntries(); in _ChangeCategory()
[all …]
H A Dshop_sell.h82 uint32 _current_category; variable
H A Dshop_buy.h76 uint32 _current_category; variable
/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/menu/menu_states/
H A Dmenu_skill_state.cpp21 switch (_current_category) { in _ActiveWindowUpdate()
38 if (_current_category == SKILLS_OPTIONS_SKILL_GRAPH) { in _IsActive()
58 _current_category = SKILLS_OPTIONS_USE; in Reset()
59 _options.SetSelection(_current_category); in Reset()
64 _current_category = static_cast<SKILLS_CATEGORY>(selection); in GetTransitionState()
65 switch(_current_category) in GetTransitionState()
83 if ((_current_category == SKILLS_OPTIONS_SKILL_GRAPH in _OnDrawSideWindow()
85 || _current_category != SKILLS_OPTIONS_SKILL_GRAPH) { in _OnDrawSideWindow()
96 switch (_current_category) { in _OnDrawMainWindow()
110 switch (_current_category) { in _DrawBottomMenu()
H A Dmenu_skill_state.h40 _current_category(SKILLS_OPTIONS_USE) in SkillsState()
55 SKILLS_CATEGORY _current_category;
/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/shop/
H A Dshop_sell.cpp56 _current_category(0) in SellInterface()
272 …_category_display.ChangeCategory(_category_names[_current_category], _category_icons[_current_cate… in Reinitialize()
372 _list_displays[_current_category]->Update(); in Update()
390 _list_displays[_current_category]->Draw(); in Draw()
449 _current_category = (_current_category == 0) ? in _ChangeCategory()
451 (_current_category - 1); in _ChangeCategory()
453 _current_category = (_current_category >= (_number_categories - 1)) ? in _ChangeCategory()
455 (_current_category + 1); in _ChangeCategory()
458 …_category_display.ChangeCategory(_category_names[_current_category], _category_icons[_current_cate… in _ChangeCategory()
469 if(_current_category >= _list_displays.size()) in _ChangeSelection()
[all …]
H A Dshop_buy.cpp56 _current_category(0) in BuyInterface()
171 _current_category = _number_categories > 0 ? _number_categories - 1 : 0; in Reinitialize()
174 …_category_display.ChangeCategory(_category_names[_current_category], _category_icons[_current_cate… in Reinitialize()
364 _list_displays[_current_category]->Update(); in Update()
382 _list_displays[_current_category]->Draw(); in Draw()
435 if (_list_displays[_current_category]->ChangeBuyQuantity(true, 1)) in ChangeViewMode()
450_current_category = (_current_category == 0) ? (_number_categories - 1) : (_current_category - 1); in _ChangeCategory()
452_current_category = (_current_category >= (_number_categories - 1)) ? 0 : (_current_category + 1); in _ChangeCategory()
455 …_category_display.ChangeCategory(_category_names[_current_category], _category_icons[_current_cate… in _ChangeCategory()
469 if(_current_category >= _list_displays.size()) in _ChangeSelection()
[all …]
H A Dshop_trade.cpp53 _current_category(0) in TradeInterface()
359 _list_displays[_current_category]->Update(); in Update()
377 _list_displays[_current_category]->Draw(); in Draw()
442 _current_category = (_current_category == 0) ? in _ChangeCategory()
444 (_current_category - 1); in _ChangeCategory()
446 _current_category = (_current_category >= (_number_categories - 1)) ? in _ChangeCategory()
448 (_current_category + 1); in _ChangeCategory()
451 _category_display.ChangeCategory(_category_names[_current_category], in _ChangeCategory()
452 _category_icons[_current_category]); in _ChangeCategory()
463 if(_current_category >= _list_displays.size()) in _ChangeSelection()
[all …]
H A Dshop_sell.h92 uint32_t _current_category; variable
H A Dshop_trade.h83 uint32_t _current_category; variable
H A Dshop_buy.h87 uint32_t _current_category; variable
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/locale/
H A Dlocale.c128 p->_current_category = category;
249 p->_current_category = category;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/locale/
H A Dlocale.c128 p->_current_category = category;
249 p->_current_category = category;
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/include/sys/
H A Dreent.h353 int _current_category; /* used by setlocale */ member
397 var->_current_category = 0; \
545 int _current_category; /* used by setlocale */ member
628 var->_current_category = 0; \
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/include/sys/
H A Dreent.h353 int _current_category; /* used by setlocale */ member
397 var->_current_category = 0; \
545 int _current_category; /* used by setlocale */ member
628 var->_current_category = 0; \
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/include/sys/
H A Dreent.h387 int _current_category; /* unused */ member
580 int _current_category; /* used by setlocale */ member
/dports/devel/py-pycparser/pycparser-2.21/tests/c_files/
H A Dcppd_with_stdio_h.c2574 int _current_category; member
/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/menu/
H A Dmenu_mode.cpp674 …_skills_state._current_category = private_menu::SkillsState::SKILLS_CATEGORY::SKILLS_OPTIONS_SKILL… in GoToImproveSkillMenu()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.target/arm/
H A Dpr59896.c123 int _current_category; member
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/arm/
H A Dpr59896.c123 int _current_category; member
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.target/arm/
H A Dpr59896.c123 int _current_category; member
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/arm/
H A Dpr59896.c123 int _current_category; member
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/arm/
H A Dpr59896.c123 int _current_category; member
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/arm/
H A Dpr59896.c123 int _current_category; member

12