Home
last modified time | relevance | path

Searched refs:Get_Name (Results 1 – 25 of 944) sorted by relevance

12345678910>>...38

/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_gui/
H A Dwksp_data_item.cpp110 MSG_General_Add(wxString::Format("%s: %s...", _TL("Closing"), pObject->Get_Name()), true, true); in ~CWKSP_Data_Item()
151 … P.Add_Info_String(pParent, SG_Get_String(P.Get_Count()), M[i].Get_Name(), Properties, Properties); in Add_Metadata2Parameters()
155 …P.Add_Info_String(pParent, SG_Get_String(P.Get_Count()), M[i].Get_Name(), Properties, M[i].Get_Con… in Add_Metadata2Parameters()
209 DLG_Parameters(&P, wxString::Format("%s [%s]", _TL("View Metadata"), m_pObject->Get_Name())); in On_Command()
251 wxString CWKSP_Data_Item::Get_Name(void) in Get_Name() function in CWKSP_Data_Item
255 if( m_pObject && *m_pObject->Get_Name() ) in Get_Name()
257 Name = m_pObject->Get_Name(); in Get_Name()
297 …rs.Add_String("NODE_GENERAL", "OBJECT_NAME" , _TL("Name" ), _TL(""), m_pObject->Get_Name()); in On_Create_Parameters()
325 : m_pObject->Get_Name(); in Save()
391 m_Parameters.Set_Name(CSG_String::Format("%02d. %s", 1 + Get_ID(), m_pObject->Get_Name())); in DataObject_Changed()
[all …]
H A Dactive_history.cpp162 _Add_History(AddRoot(pObject->Get_Name(), IMG_ROOT), pObject->Get_History()); in _Set_History()
166 _Add_History_OLD(AddRoot(pObject->Get_Name(), IMG_ROOT), pObject->Get_History()); in _Set_History()
334 AppendItem(Parent, Data.Get_Name().c_str(), IMG_FILE); in _Add_History()
357 if( !pEntry->Get_Name().Cmp("OPTION") ) in _Add_History()
413 if( !pEntry->Get_Name().Cmp("INPUT") ) in _Add_History()
417 else if( !pEntry->Get_Name().Cmp("INPUT_LIST") ) in _Add_History()
471 else if( !pEntry->Get_Name().Cmp(SG_T("FILE")) ) in _Add_History_OLD()
483 AppendItem(Parent, Data.Get_Name().c_str(), IMG_FILE); in _Add_History_OLD()
503 if( !pEntry->Get_Name().Cmp("OPTION") ) in _Add_History_OLD()
557 if( !pEntry->Get_Name().Cmp("DATA") ) in _Add_History_OLD()
[all …]
H A Dwksp_shapes_type.cpp98 wxString CWKSP_Shapes_Type::Get_Name(void) in Get_Name() function in CWKSP_Shapes_Type
109 s += wxString::Format("<h4>%s</h4>", Get_Name().c_str()); in Get_Description()
113 DESC_ADD_INT(Get_Name().c_str(), Get_Count()); in Get_Description()
123 wxMenu *pMenu = new wxMenu(Get_Name()); in Get_Menu()
H A Dparameters_properties.cpp88 ? wxString::Format(p->Get_Name())\
91 : (p->is_Optional() ? "<" : "<<"), p->Get_Name()))
230 _Append(pTables->Get_Data(i)->Get_Name(), pTables->Get_Data(i)->Get_Table()); in _Set_Table()
244 _Append(pShapes->Get_Data(j)->Get_Name(), pShapes->Get_Data(j)->Get_Shapes()); in _Set_Table()
279 _Append(pShapes->Get_Data(j)->Get_Name(), pShapes->Get_Data(j)->Get_Shapes()); in _Set_Shapes()
304 _Append(pManager->Get_Data(i)->Get_Name(), pManager->Get_Data(i)->Get_Object()); in _Set_TIN()
320 _Append(pManager->Get_Data(i)->Get_Name(), pManager->Get_Data(i)->Get_Object()); in _Set_PointCloud()
380 _Append(pItem->Get_Name(), pItem->Get_Object()); in _Set_Grid()
403 _Append(pItem->Get_Name(), pItem->Get_Object()); in _Set_Grid()
740 bModified = DLG_Table (m_pParameter->Get_Name(), m_pParameter->asTable()); in Do_Dialog()
[all …]
H A Dwksp_tool_library.cpp102 if( !m_pLibrary->Get_Tool(pItem->Get_Tool()->Get_Name()) ) in Update()
120 …Get_Control()->SetItemText(Get_Tool(j)->GetId(), Get_Tool(j)->Get_Name()); // just in case name ha… in Update()
177 wxString CWKSP_Tool_Library::Get_Name(void) in Get_Name() function in CWKSP_Tool_Library
179 return( m_pLibrary->Get_Name().c_str() ); in Get_Name()
201 wxMenu *pMenu = new wxMenu(Get_Name()); in Get_Menu()
H A Dwksp_tool.cpp115 wxString CWKSP_Tool::Get_Name(void) in Get_Name() function in CWKSP_Tool
118 ? wxString::Format("%s [%s]", m_pTool->Get_Name().c_str(), _TL("interactive")) in Get_Name()
119 : wxString::Format("%s" , m_pTool->Get_Name().c_str()) in Get_Name()
161 wxMenu *pMenu = new wxMenu(Get_Name()); in Get_Menu()
282 …if( !bDialog || DLG_Message_Confirm(_TL("Shall execution be stopped?"), m_pTool->Get_Name().c_str(… in Execute()
291 …if( !bDialog || DLG_Message_Confirm(_TL("Shall execution be stopped?"), m_pTool->Get_Name().c_str(… in Execute()
316 STATUSBAR_Set_Text(m_pTool->Get_Name().w_str()); in Execute()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/io/io_webservices/
H A Dgeocoding.cpp185 pLocations->Create(SHAPE_TYPE_Point, pTable->Get_Name(), pTable); in On_Execute()
338 if( m_Answer.Get_Name().CmpNoCase("searchresults") ) in Request_Nominatim()
340 Message_Fmt("\n%s [%s]", _TL("Warning"), m_Answer.Get_Name().c_str()); in Request_Nominatim()
395 Message_Fmt("\n%s [%s]", _TL("Warning"), m_Answer.Get_Name().c_str()); in Request_DSTK()
404 Message_Fmt("\n%s [%s]", _TL("Error"), m_Answer.Get_Name().c_str()); in Request_DSTK()
470 if( m_Answer.Get_Name().CmpNoCase("GeocodeResponse") ) in Request_Google()
472 Message_Fmt("\n%s [%s]", _TL("Warning"), m_Answer.Get_Name().c_str()); in Request_Google()
481 Message_Fmt("\n%s [%s]", _TL("Error"), m_Answer.Get_Name().c_str()); in Request_Google()
548 if( m_Answer.Get_Name().CmpNoCase("Response") ) in Request_Bing()
555 Message_Fmt("\n%s [%s]", _TL("Error"), m_Answer.Get_Name().c_str()); in Request_Bing()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dget_spark_xrefs.adb75 procedure Get_Name; subprogspec
154 procedure Get_Name is subprogram
165 end Get_Name; argument
243 Get_Name;
253 Get_Name;
300 Get_Name;
347 Get_Name;
363 Get_Name;
409 Get_Name;
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Dget_alfa.adb75 procedure Get_Name; subprogspec
154 procedure Get_Name is subprogram
165 end Get_Name; argument
243 Get_Name;
253 Get_Name;
303 Get_Name;
350 Get_Name;
366 Get_Name;
411 Get_Name;
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Dget_alfa.adb75 procedure Get_Name; subprogspec
154 procedure Get_Name is subprogram
165 end Get_Name; argument
243 Get_Name;
253 Get_Name;
303 Get_Name;
350 Get_Name;
366 Get_Name;
411 Get_Name;
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dget_spark_xrefs.adb75 procedure Get_Name; subprogspec
154 procedure Get_Name is subprogram
165 end Get_Name; argument
243 Get_Name;
253 Get_Name;
303 Get_Name;
350 Get_Name;
366 Get_Name;
412 Get_Name;
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dget_spark_xrefs.adb75 procedure Get_Name; subprogspec
154 procedure Get_Name is subprogram
165 end Get_Name; argument
243 Get_Name;
253 Get_Name;
300 Get_Name;
347 Get_Name;
363 Get_Name;
409 Get_Name;
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/io/io_shapes/
H A Dcitygml_import.cpp136 Description += Buildings.Get_Name(); in On_Execute()
186 if( GML[i].Get_Name().CmpNoCase("core:cityObjectMember") != 0 ) in Get_Buildings()
333 return( GML.Get_Name().CmpNoCase("core:cityObjectMember") == 0 in Has_BuildingParts()
334 && GML.Get_Children_Count() == 1 && GML[0].Get_Name().CmpNoCase("bldg:Building") == 0 in Has_BuildingParts()
342 if( GML.Get_Name().CmpNoCase("bldg:Building") ) in Add_BuildingParts()
352 if( GML[i].Get_Name().CmpNoCase("core:creationDate") in Add_BuildingParts()
353 && GML[i].Get_Name().BeforeFirst(':').CmpNoCase("bldg") != 0 ) in Add_BuildingParts()
363 …if( GML[i] .Get_Name().CmpNoCase("bldg:consistsOfBuildingPart") == 0 && GML[i].Get_Children_Coun… in Add_BuildingParts()
364 && GML[i][0].Get_Name().CmpNoCase("bldg:BuildingPart") == 0 ) in Add_BuildingParts()
/dports/devel/alog/libalog-0.6.1/src/
H A Dalog-transforms.adb32 return Left.Get_Name = Right.Get_Name;
37 function Get_Name (Transform : Class) return String is subprogram
40 end Get_Name;
H A Dalog-facilities.adb38 return Left.Get_Name = Right.Get_Name;
43 function Get_Name (Facility : Class) return String is subprogram
46 end Get_Name;
123 (Name => Facility.Get_Name,
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/imagery/imagery_tools/
H A Dpansharpening.cpp156 Process_Set_Text("%s: %s ...", _TL("Resampling"), Parameters("R")->asGrid()->Get_Name()); in On_Execute()
159 pR->Set_Name(Parameters("R")->asGrid()->Get_Name()); in On_Execute()
164 pG->Set_Name(Parameters("G")->asGrid()->Get_Name()); in On_Execute()
169 pB->Set_Name(Parameters("B")->asGrid()->Get_Name()); in On_Execute()
364 pR->Set_Name(Parameters("R")->asGrid()->Get_Name()); in On_Execute()
369 pG->Set_Name(Parameters("G")->asGrid()->Get_Name()); in On_Execute()
374 pB->Set_Name(Parameters("B")->asGrid()->Get_Name()); in On_Execute()
498 Process_Set_Text("%s: %s ...", _TL("Resampling"), pGrids->Get_Grid(i)->Get_Name()); in On_Execute()
502 pGrid->Set_Name (pGrids->Get_Grid(i)->Get_Name()); in On_Execute()
716 Process_Set_Text("%s: %s ...", _TL("Resampling"), pPCA->Get_Grid(i)->Get_Name()); in On_Execute()
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/grid/grid_calculus/
H A Dgrid_histogram_match.cpp148 pResult->Fmt_Name("%s [%s]", pGrid->Get_Name(), _TL("histogram match")); in On_Execute()
167 Error_Fmt("%s [%s]", _TL("no variance in data set"), pReference->Get_Name()); in On_Execute()
176 Error_Fmt("%s [%s]", _TL("no variance in data set"), pGrid->Get_Name()); in On_Execute()
186 Error_Fmt("%s [%s]", _TL("failed to create histogram"), pReference->Get_Name()); in On_Execute()
194 Error_Fmt("%s [%s]", _TL("failed to create histogram"), pGrid->Get_Name()); in On_Execute()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/statistics/statistics_kriging/
H A Dkriging_regression.cpp313 Process_Set_Text(pK->Get_Name()); in On_Execute()
337 …s].[%s]", _TL("could not initialize tool"), _TL("statistics_regression"), pK->Get_Name().c_str())); in On_Execute()
344 …s].[%s]", _TL("could not execute tool" ), _TL("statistics_regression"), pK->Get_Name().c_str())); in On_Execute()
367 …pRegression->Fmt_Name("%s.%s [%s]", Parameters("POINTS")->asShapes()->Get_Name(), Parameters("FIEL… in On_Execute()
368 …pPrediction->Fmt_Name("%s.%s [%s]", Parameters("POINTS")->asShapes()->Get_Name(), Parameters("FIEL… in On_Execute()
372 …pResiduals->Fmt_Name("%s.%s [%s]", Parameters("POINTS")->asShapes()->Get_Name(), Parameters("FIELD… in On_Execute()
377 …pVariance ->Fmt_Name("%s.%s [%s]", Parameters("POINTS")->asShapes()->Get_Name(), Parameters("FIELD… in On_Execute()
/dports/devel/matreshka/matreshka-0.7.0/source/amf/mof/xmi/
H A Dxmi-writer.adb246 if Tag.Get_Name = Name
595 Meta_Class.Get_Name.Value,
603 Ownership.Get_Name.Value,
649 Meta_Attribute.Get_Name.Value,
658 Meta_Attribute.Get_Name.Value);
670 Meta_Attribute.Get_Name.Value,
675 Meta_Attribute.Get_Name.Value);
720 Meta_Attribute.Get_Name.Value,
725 Meta_Attribute.Get_Name.Value);
738 Meta_Class.Get_Name.Value,
[all …]
/dports/devel/ada-util/ada-util-b6612400/src/
H A Dutil-beans-objects.ads92 function Get_Name (Type_Def : Object_Type) return String is abstract; subprogram
259 function Get_Name (Type_Def : Null_Type) return String; subprogspec
278 function Get_Name (Type_Def : Int_Type) return String; subprogspec
308 function Get_Name (Type_Def : in Float_Type) return String; subprogspec
339 function Get_Name (Type_Def : in String_Type) return String; subprogspec
374 function Get_Name (Type_Def : in Wide_String_Type) return String; subprogspec
413 function Get_Name (Type_Def : in Boolean_Type) return String; subprogspec
440 function Get_Name (Type_Def : in Duration_Type_Def) return String; subprogspec
471 function Get_Name (Type_Def : in Bean_Type) return String; subprogspec
/dports/emulators/aqemu/aqemu-0.9.2/src/
H A DSnapshots_Window.cpp61 if( Current_VM->Get_Snapshots()[ix].Get_Name().isEmpty() ) in on_Snapshots_Tree_itemSelectionChanged()
67 tmp_str = Current_VM->Get_Snapshots()[ix].Get_Name(); in on_Snapshots_Tree_itemSelectionChanged()
206 if( Current_VM->Get_Snapshots()[ix].Get_Name().isEmpty() ) in on_Button_Properties_clicked()
212 tmp_str = Current_VM->Get_Snapshots()[ix].Get_Name(); in on_Button_Properties_clicked()
217 if( Current_VM->Get_Snapshots()[ix].Get_Name().isEmpty() ) in on_Button_Properties_clicked()
223 prop_win->Set_Snapshot_Name( Current_VM->Get_Snapshots()[ix].Get_Name() ); in on_Button_Properties_clicked()
257 if( Current_VM->Get_Snapshots()[ix].Get_Name().isEmpty() ) in on_Button_Update_clicked()
263 tmp_it->setText( 0, Current_VM->Get_Snapshots()[ix].Get_Name() ); in on_Button_Update_clicked()
388 found_snapshots[fx].Set_Name( compare_list[cx].Get_Name() ); in Update_Info()
/dports/cad/ghdl/ghdl-1.0.0/src/grt/
H A Dgrt-names.adb42 procedure Get_Name (Res : Std_String_Ptr; subprogram
83 end Get_Name;
91 Get_Name (Res, (Base, Ctxt), Name, True);
100 Get_Name (Res, (Base, Ctxt), Name, False);
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/pointcloud/pointcloud_tools/
H A Dpc_cut.cpp238 pCut->Fmt_Name("%s [%s]", pPoints->Get_Name(), _TL("Cut")); in Get_Cut()
267 …(_TL("Cutting %s resulted in an empty point cloud, skipping output!"), pPoints->Get_Name()), true); in Get_Cut()
273 … %s written to output %s."), pCut->Get_Point_Count(), pPoints->Get_Name(), pCut->Get_Name()), true… in Get_Cut()
296 pCut->Fmt_Name("%s [%s]", pPoints->Get_Name(), pPolygons->Get_Name()); in Get_Cut()
331 …(_TL("Cutting %s resulted in an empty point cloud, skipping output!"), pPoints->Get_Name()), true); in Get_Cut()
337 … %s written to output %s."), pCut->Get_Point_Count(), pPoints->Get_Name(), pCut->Get_Name()), true… in Get_Cut()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/terrain_analysis/ta_profiles/
H A DGrid_Swath_Profile.cpp182 …->Create(SHAPE_TYPE_Line, CSG_String::Format(SG_T("%s [%s]"), _TL("Profile"), m_pDEM->Get_Name())); in On_Execute_Position()
214 …>Create(SHAPE_TYPE_Point, CSG_String::Format(SG_T("%s [%s]"), _TL("Profile"), m_pDEM->Get_Name())); in Set_Profile()
229 m_pPoints->Add_Field(m_pValues->Get_Grid(i)->Get_Name(), SG_DATATYPE_Double); in Set_Profile()
230 …_String::Format(SG_T("%s (%s)"), _TL("mean" ), m_pValues->Get_Grid(i)->Get_Name()), SG_DATATYPE_D… in Set_Profile()
231 …_String::Format(SG_T("%s (%s)"), _TL("min" ), m_pValues->Get_Grid(i)->Get_Name()), SG_DATATYPE_D… in Set_Profile()
232 …_String::Format(SG_T("%s (%s)"), _TL("max" ), m_pValues->Get_Grid(i)->Get_Name()), SG_DATATYPE_D… in Set_Profile()
233 …_String::Format(SG_T("%s (%s)"), _TL("min_sd"), m_pValues->Get_Grid(i)->Get_Name()), SG_DATATYPE_D… in Set_Profile()
234 …_String::Format(SG_T("%s (%s)"), _TL("max_sd"), m_pValues->Get_Grid(i)->Get_Name()), SG_DATATYPE_D… in Set_Profile()
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dtool_library.h120 CSG_String Get_Name (void) const { return( Get_Info(TLB_INFO_Name ) ); } in Get_Name() function
267 SG_UI_Process_Set_Text(pTool->Get_Name());\
273 …rmat("%s [%s].[%s]", _TL("could not initialize tool"), SG_T(LIBRARY), pTool->Get_Name().c_str()));\
277 …rmat("%s [%s].[%s]", _TL("could not execute tool" ), SG_T(LIBRARY), pTool->Get_Name().c_str()));\
313 SG_UI_Process_Set_Text(pTool->Get_Name());\
319 …rmat("%s [%s].[%s]", _TL("could not initialize tool"), SG_T(LIBRARY), pTool->Get_Name().c_str()));\
323 …rmat("%s [%s].[%s]", _TL("could not execute tool" ), SG_T(LIBRARY), pTool->Get_Name().c_str()));\

12345678910>>...38