Home
last modified time | relevance | path

Searched refs:m_full_shortcuts (Results 1 – 2 of 2) sorted by relevance

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DKBShortcutsDialog.cpp35 for (size_t i = 0; i < m_full_shortcuts.size(); ++i) { in KBShortcutsDialog()
36 wxPanel* page = create_page(book, m_full_shortcuts[i], font, bold_font); in KBShortcutsDialog()
38 book->AddPage(page, m_full_shortcuts[i].first.first, i == 0); in KBShortcutsDialog()
117 m_full_shortcuts.push_back({ { _L("Commands"), "" }, commands_shortcuts }); in fill_shortcuts()
167 m_full_shortcuts.push_back({ { _L("Plater"), "" }, plater_shortcuts }); in fill_shortcuts()
179m_full_shortcuts.push_back({ { _L("Gizmos"), _L("The following shortcuts are applicable when the s… in fill_shortcuts()
191 m_full_shortcuts.push_back({ { _L("Commands"), "" }, commands_shortcuts }); in fill_shortcuts()
215 m_full_shortcuts.push_back({ { _L("Preview"), "" }, preview_shortcuts }); in fill_shortcuts()
237m_full_shortcuts.push_back({ { _L("Vertical Slider"), _L("The following shortcuts are applicable i… in fill_shortcuts()
253m_full_shortcuts.push_back({ { _L("Horizontal Slider"), _L("The following shortcuts are applicable… in fill_shortcuts()
H A DKBShortcutsDialog.hpp21 ShortcutsVec m_full_shortcuts; member in Slic3r::GUI::KBShortcutsDialog