Home
last modified time | relevance | path

Searched refs:TOOL_INTERACTIVE_MOVE_LDOWN (Results 1 – 10 of 10) sorted by relevance

/dports/math/saga/saga-8.1.3/saga-gis/src/tools/grid/grid_tools/
H A DGrid_Value_Replace_Interactive.cpp124 case TOOL_INTERACTIVE_MOVE_LDOWN: in On_Execute_Position()
H A DGrid_Value_Request.cpp216 if( Mode == TOOL_INTERACTIVE_LDOWN || Mode == TOOL_INTERACTIVE_MOVE_LDOWN ) in On_Execute_Position()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/terrain_analysis/ta_hydrology/
H A DFlow_AreaDownslope.cpp304 case TOOL_INTERACTIVE_MOVE_LDOWN: in On_Execute_Position()
H A DFlow_AreaUpslope.cpp704 case TOOL_INTERACTIVE_MOVE_LDOWN: in On_Execute_Position()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/grid/grid_analysis/
H A DLeastCostPathProfile.cpp167 case TOOL_INTERACTIVE_MOVE_LDOWN: in On_Execute_Position()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/terrain_analysis/ta_profiles/
H A DGrid_Flow_Profile.cpp177 case TOOL_INTERACTIVE_MOVE_LDOWN: in On_Execute_Position()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/climate/climate_tools/
H A Dfrost_change_frequency.cpp414 if( Mode != TOOL_INTERACTIVE_LDOWN && Mode != TOOL_INTERACTIVE_MOVE_LDOWN ) in On_Execute_Position()
H A Dtreeline.cpp891 if( Mode != TOOL_INTERACTIVE_LDOWN && Mode != TOOL_INTERACTIVE_MOVE_LDOWN ) in On_Execute_Position()
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dtool.h449 TOOL_INTERACTIVE_MOVE_LDOWN, enumerator
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_gui/
H A Dview_map_control.cpp1056 = event.LeftIsDown () ? TOOL_INTERACTIVE_MOVE_LDOWN in On_Mouse_Motion()