Home
last modified time | relevance | path

Searched refs:Get_Library (Results 1 – 25 of 42) sorted by relevance

12

/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dtool_library.cpp356 if( fn == Get_Library(i)->Get_File_Name().c_str() ) in Add_Library()
508 CSG_String Library = pTool->Get_Library(); in _Add_Tool_Chain()
512 if( Get_Library(iLibrary)->Get_Type() == TOOL_CHAINS in _Add_Tool_Chain()
581 if( pLibrary == Get_Library(i) ) in Del_Library()
620 CSG_Tool_Library *pLibrary = Get_Library(i); in Get_Library()
633 return( Get_Library(CSG_String(Name), bLibrary) ); in Get_Library()
638 return( Get_Library(CSG_String(Name), bLibrary) ); in Get_Library()
646 if( pLibrary == Get_Library(i) ) in is_Loaded()
675 CSG_Tool_Library *pLibrary = Get_Library(i); in Get_Tool()
711 CSG_Tool_Library *pLibrary = Get_Library(i); in Create_Tool()
[all …]
H A Dtool_summary.cpp326 s += SUMMARY_ADD_STR(_TL("Library"), Get_Library().c_str()); in Get_Summary()
800 if( Get_Library(i)->Get_Count() > 0 ) in Get_Summary()
802 nTools += Get_Library(i)->Get_Count(); in Get_Summary()
806 Libraries[i].Set_Value(0, Get_Library(i)->Get_Library_Name()); in Get_Summary()
807 Libraries[i].Set_Value(1, Get_Library(i)->Get_Count()); in Get_Summary()
808 Libraries[i].Set_Value(2, Get_Library(i)->Get_Name()); in Get_Summary()
809 Libraries[i].Set_Value(3, SG_File_Get_Path(Get_Library(i)->Get_File_Name())); in Get_Summary()
810 Libraries[i].Set_Value(4, Get_Library(i)->Get_File_Name().is_Empty() ? 1 : 0); in Get_Summary()
910 CSG_Tool_Library *pLibrary = Get_Library(i); in Get_Summary()
H A Dtool_library.h207 …CSG_Tool_Library * Get_Library (int i) const { return( i >= 0 && i < Get_Count() ? m_pLibrarie… in Get_Library() function
208 CSG_Tool_Library * Get_Library (const CSG_String &Name, bool bLibrary) const;
209 CSG_Tool_Library * Get_Library (const char *Name, bool bLibrary) const;
210 CSG_Tool_Library * Get_Library (const wchar_t *Name, bool bLibrary) const;
H A Dtool.cpp138 const CSG_String & CSG_Tool::Get_Library(void) const in Get_Library() function in CSG_Tool
1311 Script += Get_Library().Contains(" ") // white space? use quotation marks! in _Get_Script_CMD()
1312 ? " \"" + Get_Library() + "\"" in _Get_Script_CMD()
1313 : " " + Get_Library(); in _Get_Script_CMD()
1514 …Script += " Tool = saga_api.SG_Get_Tool_Library_Manager().Get_Tool('" + Get_Library() + "', '" … in _Get_Script_Python()
1733 pTool->Add_Property("library", Get_Library()); in _Get_Output_History()
H A Dtool.h161 const CSG_String & Get_Library (void) const;
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_gui/
H A Dwksp_tool_manager.cpp313 CSG_Tool_Library *pLibrary = pGroup->Get_Library(j)->Get_Library(); in Finalise()
561 if( pLibrary == pGroup->Get_Library(j)->Get_Library() ) in Get_Library()
563 return( pGroup->Get_Library(j) ); in Get_Library()
610 CWKSP_Tool_Library *pItem = Get_Library(pLibrary); in _Update()
623 else if( pItem->Get_Library()->Get_Type() == TOOL_CHAINS ) in _Update()
718 if( pGroup->Get_Library(j)->Get_Tool(pTool) != NULL ) in Exists()
801 Get_Library(i)->Get_Library()->Get_Library_Name().c_str(), in Get_Description()
802 Get_Library(i)->Get_Name().c_str(), in Get_Description()
803 Get_Library(i)->Get_Count() in Get_Description()
872 if( pLibrary == Get_Library(i)->Get_Library() ) in Get_Library()
[all …]
H A Dwksp_tool_manager.h102 class CWKSP_Tool_Library * Get_Library (CSG_Tool_Library *pLibrary);
155 …class CWKSP_Tool_Library * Get_Library (int i) { return( (class CWKSP_Tool_Library *)Get_Item(… in Get_Library() function
156 class CWKSP_Tool_Library * Get_Library (CSG_Tool_Library *pLibrary);
H A Dwksp_tool_library.h100 class CSG_Tool_Library * Get_Library (void) { return( m_pLibrary ); } in Get_Library() function
H A Dwksp_tool_menu.cpp129 CWKSP_Tool_Library *pLibrary = g_pTools->Get_Group(iGroup)->Get_Library(iLibrary); in Update()
138 if( User[i].Cmp_Property("name", pLibrary->Get_Library()->Get_Library_Name()) ) in Update()
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_cmd/
H A Dsaga_cmd.cpp217 if( SG_Get_Tool_Library_Manager().Get_Library(Library, true) == NULL ) in Execute()
581 CSG_Tool_Library *pLibrary = SG_Get_Tool_Library_Manager().Get_Library(i); in Print_Tools()
593 CSG_Tool_Library *pLibrary = SG_Get_Tool_Library_Manager().Get_Library(i); in Print_Tools()
622 …SG_Printf("\t<%s>%s</%s>\n", SG_XML_LIBRARY_NAME, pTool->Get_Library ().c_str(), SG_XML_LIBRARY_N… in Print_Execution()
630 SG_Printf("%s: %s\n", _TL("library "), pTool->Get_Library().c_str()); in Print_Execution()
794 if( !Load_Libraries() || !(pLibrary = SG_Get_Tool_Library_Manager().Get_Library(Library, true)) ) in Print_Help()
810 if( !Load_Libraries() || !SG_Get_Tool_Library_Manager().Get_Library(Library, true) ) in Print_Help()
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtrans-chap12.adb212 Lib := Get_Library (Get_Design_File (Get_Design_Unit (Entity)));
279 Lib := Get_Library (Get_Design_File (Get_Design_Unit (Arch)));
314 Lib := Get_Library (Get_Design_File (Get_Design_Unit (Entity)));
364 Lib := Get_Library (Get_Design_File (Get_Design_Unit (Pkg)));
443 (Get_Library (Get_Design_File (Unit)), True);
603 Rtis.Generate_Library (Get_Library (Get_Design_File (Unit)), True);
H A Dortho_front.adb502 Lib := Get_Library (File);
/dports/cad/ghdl/ghdl-1.0.0/src/
H A Dlibraries.adb752 function Get_Library (Ident: Name_Id; Loc : Location_Type) subprogram
779 end Get_Library;
845 Lib : constant Iir := Get_Library (Get_Design_File (Unit));
891 Lib := Get_Library (Get_Identifier (Get_Prefix (Unit)),
1107 and then Get_Library (Design_File) = Work_Library
1197 and then Get_Library (Last_Design_File) = Work_Library
1529 Lib := Get_Library (Get_Design_File (Get_Design_Unit (Entity)));
1568 and then Get_Library (Get_Design_File (Unit)) = Library
1590 Lib_Prim : constant Iir := Get_Library (Get_Design_File (Primary));
1601 if Get_Library (Get_Design_File (Design_Unit)) = Lib_Prim then
H A Dlibraries.ads117 function Get_Library (Ident : Name_Id; Loc : Location_Type) subprogspec
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-post_sems.adb51 Lib := Get_Library (Get_Design_File (Unit));
H A Dvhdl-sem.adb99 Library := Get_Library
149 if Get_Library (Get_Design_File (Get_Design_Unit (Entity))) /= Library
2023 if Get_Library (Get_Design_File (Get_Current_Design_Unit))
2880 and then (Get_Identifier (Get_Library (Get_Design_File (Unit)))
2965 (Get_Library (Get_Design_File (Get_Current_Design_Unit)),
3254 Lib := Libraries.Get_Library (Ident, Get_Location (Decl));
3436 Library : constant Iir := Get_Library (Get_Design_File (Design_Unit));
H A Dvhdl-nodes_gc.adb322 Lib : constant Iir := Get_Library (File);
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/develop/dev_tools/
H A Dtool_py_updater.cpp189 CSG_Tool_Library *pLibrary = SG_Get_Tool_Library_Manager().Get_Library(iLibrary); in On_Execute()
H A Dtool_counter.cpp382 CSG_Tool_Library *pLibrary = SG_Get_Tool_Library_Manager().Get_Library(iLibrary); in On_Execute()
H A Dqgistoolbox.cpp119 CSG_Tool_Library *pLibrary = SG_Get_Tool_Library_Manager().Get_Library(iLibrary); in On_Execute()
H A Darctoolbox.cpp110 CSG_Tool_Library *pLibrary = SG_Get_Tool_Library_Manager().Get_Library(iLibrary); in On_Execute()
/dports/cad/ghdl/ghdl-1.0.0/src/ghdldrv/
H A Dghdlcomp.adb769 Lib := Get_Library (File);
953 Lib := Get_Library (File);
H A Dghdldrv.adb436 Dir := Get_Library_Directory (Get_Library (File));
1683 Lib := Get_Library (File);
1962 Lib := Get_Library (File);
H A Dghdlsynth.adb285 Lib := Libraries.Get_Library
H A Dghdllocal.adb562 Lib := Get_Library (Name, Command_Line_Location);
1343 Lib1 := Get_Library (Get_Identifier (Ctxt_Item),

12