Home
last modified time | relevance | path

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

/dports/cad/leocad/leocad-21.06/common/
H A Dlc_commands.h97 LC_EDIT_ACTION_FIRST, enumerator
98 LC_EDIT_ACTION_INSERT = LC_EDIT_ACTION_FIRST,
H A Dlc_mainwindow.cpp329 for (int ActionIdx = LC_EDIT_ACTION_FIRST; ActionIdx <= LC_EDIT_ACTION_LAST; ActionIdx++) in CreateActions()
1632 QAction* Action = mActions[LC_EDIT_ACTION_FIRST + static_cast<int>(mTool)]; in SetTool()