Home
last modified time | relevance | path

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

/dports/cad/leocad/leocad-21.06/common/
H A Dlc_commands.h181 LC_VIEW_PROJECTION_FIRST, enumerator
182 LC_VIEW_PROJECTION_PERSPECTIVE = LC_VIEW_PROJECTION_FIRST,
H A Dlc_mainwindow.cpp344 for (int ActionIdx = LC_VIEW_PROJECTION_FIRST; ActionIdx <= LC_VIEW_PROJECTION_LAST; ActionIdx++) in CreateActions()