15 std::deque<Graph>* graph_queue, std::deque<Graph>* character_queue)
16 :
UiBase(rpc_value, base, graph_queue, character_queue)
29 std::deque<Graph>* graph_queue, std::deque<Graph>* character_queue)
30 :
GroupUiBase(rpc_value, base, graph_queue, character_queue)
47 std::deque<Graph>* character_queue)
48 :
FlashGroupUi(rpc_value, base,
"customize_display", graph_queue, character_queue)
53 for (
int i = 0; i < static_cast<int>(rpc_value[
"data"].size()); i++)
55 graph_vector_.insert(std::pair<std::string, Graph*>(std::to_string(
static_cast<int>(data[i][
"flag"])),
71 std::deque<Graph>* character_queue)
72 :
FlashUi(rpc_value, base,
"cover", graph_queue, character_queue){};
85 std::deque<Graph>* character_queue)
86 :
FlashUi(rpc_value, base,
"spin", graph_queue, character_queue){};
98 std::deque<Graph>* character_queue)
99 :
FlashUi(rpc_value, base,
"deploy", graph_queue, character_queue){};
113 std::deque<Graph>* character_queue)
114 :
FlashGroupUi(rpc_value, base,
" hero_hit", graph_queue, character_queue)
122 it.second->setStartX(960 + 50);
123 it.second->setStartY(540 + 50);
124 it.second->setEndX(960 - 50);
125 it.second->setEndY(540 - 50);
127 else if (it.first ==
"2")
129 it.second->setStartX(960 - 50);
130 it.second->setStartY(540 + 50);
131 it.second->setEndX(960 + 50);
132 it.second->setEndY(540 - 50);
148 std::deque<Graph>* character_queue)
149 :
FlashUi(rpc_value, base,
"exceed_bullet_speed", graph_queue, character_queue)
163 std::deque<Graph>* character_queue)
164 :
FlashUi(rpc_value, base,
"burst", graph_queue, character_queue)