Home
last modified time | relevance | path

Searched refs:Del_Item (Results 1 – 22 of 22) sorted by relevance

/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_gui/
H A Dwksp_base_manager.h110 bool Del_Item (CWKSP_Base_Item *pItem);
111 bool Del_Item (int iItem);
H A Dwksp_base_manager.cpp152 bool CWKSP_Base_Manager::Del_Item(int iItem) in Del_Item() function in CWKSP_Base_Manager
154 return( Del_Item(Get_Item(iItem)) ); in Del_Item()
157 bool CWKSP_Base_Manager::Del_Item(CWKSP_Base_Item *pItem) in Del_Item() function in CWKSP_Base_Manager
H A Dwksp_tool_library.cpp104 Del_Item(pItem); in Update()
163 Del_Item(pItem); in _Del_Tools()
H A Dwksp_base_item.cpp134 m_pManager->Del_Item(this); in ~CWKSP_Base_Item()
247 if( Parameters[i].asList()->Del_Item(pObject) ) in _On_Data_Deletion()
H A Dwksp_map_control.cpp264 bool CWKSP_Map_Control::Del_Item(CWKSP_Map *pMap, CWKSP_Base_Item *pItem) in Del_Item() function in CWKSP_Map_Control
371 Del_Item(pSrc_Map, pSrc); in On_Drag_End()
H A Dwksp_map_control.h88 bool Del_Item (class CWKSP_Map *pMap , class CWKSP_Base_Item *pItem);
H A Dwksp_base_control.h98 bool Del_Item (class CWKSP_Base_Item *pItem, bool bSilent);
H A Dwksp_map_manager.cpp396 if( g_pMap_Ctrl->Del_Item(Get_Map(i), pLayer) ) in Del()
H A Ddlg_list.cpp156 m_pParameter->Del_Item(i); in IMPLEMENT_CLASS()
H A Dwksp_base_control.cpp262 bool CWKSP_Base_Control::Del_Item(CWKSP_Base_Item *pItem, bool bSilent) in Del_Item() function in CWKSP_Base_Control
H A Dproject.cpp824 g_pMaps->Get_Control()->Del_Item(pMap, true); in _Load_Map()
H A Dwksp_data_manager.cpp1366 Get_Control()->Del_Item(pItem, true); in Update()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/shapes/shapes_points/
H A Dseparate_by_direction.cpp197 pOutput->Del_Item(iSector); in On_Execute()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/shapes/shapes_tools/
H A DShapes_Merge.cpp146 pList->Del_Item(i); in On_Execute()
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dparameter_data.cpp1855 pList->Del_Item(j); in _Set_Value()
2776 bool CSG_Parameter_List::Del_Item(CSG_Data_Object *pObject, bool bUpdateData) in Del_Item() function in CSG_Parameter_List
2791 bool CSG_Parameter_List::Del_Item(int Index, bool bUpdateData) in Del_Item() function in CSG_Parameter_List
2986 bool CSG_Parameter_Grid_List::Del_Item(CSG_Data_Object *pItem, bool bUpdateData) in Del_Item() function in CSG_Parameter_Grid_List
2988 return( CSG_Parameter_List::Del_Item(pItem, bUpdateData) ); in Del_Item()
2992 bool CSG_Parameter_Grid_List::Del_Item(int Index, bool bUpdateData) in Del_Item() function in CSG_Parameter_Grid_List
2994 return( CSG_Parameter_List::Del_Item(Index, bUpdateData) ); in Del_Item()
H A Dparameters.h1309 virtual bool Del_Item (CSG_Data_Object *pItem, bool bUpdateData = true);
1310 virtual bool Del_Item (int Index , bool bUpdateData = true);
1359 virtual bool Del_Item (CSG_Data_Object *pItem, bool bUpdateData = true);
1360 virtual bool Del_Item (int Index , bool bUpdateData = true);
H A Dparameter.cpp925 asList()->Del_Item(j, false); in Check()
H A Dparameters.cpp1566 p->asList()->Del_Item(j); in DataObjects_Create()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/imagery/imagery_classification/
H A Dclassify_supervised.cpp294 m_pFeatures->Del_Item(i); in Get_Features()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/io/io_gdal/
H A Dgdal_catalogue.cpp387 m_pCatalogues->Del_Item(i); in On_Execute()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/grid/grid_filter/
H A Dwombling.cpp611 pOutput->Del_Item(i); in On_Execute()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/imagery/imagery_svm/
H A Dsvm_grids.cpp315 m_pGrids->Del_Item(i); in On_Execute()