MCPcopy Create free account
hub / github.com/DiscordMessenger/dm / QuickSwitchItem

Class QuickSwitchItem

src/windows/QuickSwitcher.cpp:33–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33struct QuickSwitchItem
34{
35 QuickMatch m_match;
36 int m_iconIdx;
37 Snowflake m_guildID;
38 std::string m_name;
39 std::string m_categ;
40 std::string m_guild;
41
42 QuickSwitchItem(QuickMatch& qm, int hi, const std::string& nm, const std::string& ct, const std::string& gl, Snowflake gi):
43 m_match(qm), m_iconIdx(hi), m_name(nm), m_categ(ct), m_guild(gl), m_guildID(gi) {};
44};
45
46static std::vector<QuickSwitchItem> g_qsItems;
47

Callers 1

OnUpdateQueryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected