Home
last modified time | relevance | path

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

/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_gui/
H A Dwksp_tool.cpp100 if( m_pTool->is_Interactive() ) in ~CWKSP_Tool()
117 return( m_pTool->is_Interactive() in Get_Name()
254 bool CWKSP_Tool::is_Interactive(void) in is_Interactive() function in CWKSP_Tool
256 return( m_pTool->is_Interactive() ); in is_Interactive()
289 else if( m_pTool->is_Interactive() ) in Execute()
332 if( !m_pTool->is_Interactive() || !bResult ) in Execute()
352 if( g_pTool == this && m_pTool->is_Interactive() ) in Execute()
H A Dwksp_tool.h92 bool is_Interactive (void);
H A Dcallback.cpp156 else if( g_pTool && g_pTool->is_Interactive() ) in Callback()
H A Dview_map_control.cpp673 if( g_pTool && g_pTool->is_Interactive() ) in On_Mouse_LDown()
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dtool_summary.cpp276 m.Add_Child (SG_XML_SPEC_ATT_INTERA , is_Interactive () ? "true" : "false"); in Get_Summary()
329 if( is_Interactive() && is_Grid() ) in Get_Summary()
333 else if( is_Interactive() ) in Get_Summary()
472 if( is_Interactive() && is_Grid() ) in Get_Summary()
476 else if( is_Interactive() ) in Get_Summary()
H A Dtool.h222 virtual bool is_Interactive (void) const { return( false ); } in is_Interactive() function
547 virtual bool is_Interactive (void) const { return( true ); } in is_Interactive() function
573 virtual bool is_Interactive (void) const { return( true ); } in is_Interactive() function
H A Dtool.cpp328 if( is_Interactive() ) in Execute()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/develop/dev_tools/
H A Dtool_py_updater.cpp209 if( !pTool->is_Interactive() ) in On_Execute()
H A Dqgistoolbox.cpp253 … || pTool == TLB_INTERFACE_SKIP_TOOL || pTool->needs_GUI() || pTool->is_Interactive() || pTool->Ge… in Get_Tool()
H A Darctoolbox.cpp544 … || pTool == TLB_INTERFACE_SKIP_TOOL || pTool->needs_GUI() || pTool->is_Interactive() || pTool->Ge… in Get_Tool()