SAGA API  v9.5
CSG_Tool_Chains Class Reference

#include <tool_chain.h>

Inheritance diagram for CSG_Tool_Chains:
CSG_Tool_Library

Public Member Functions

virtual TSG_Tool_Library_Type Get_Type (void) const
 
virtual CSG_String Get_Info (int Type) const
 
bool Add_Tool (CSG_Tool_Chain *pTool)
 
virtual int Get_Count (void) const
 
virtual CSG_ToolGet_Tool (int Index, TSG_Tool_Type Type=TOOL_TYPE_Base) const
 
virtual CSG_ToolCreate_Tool (const CSG_String &Name, bool bWithGUI=false)
 
virtual bool Delete_Tool (CSG_Tool *pTool)
 
virtual bool Delete_Tools (void)
 
virtual CSG_String Get_File_Name (int Index) const
 
- Public Member Functions inherited from CSG_Tool_Library
bool is_Valid (void) const
 
const CSG_StringGet_File_Name (void) const
 
const CSG_StringGet_Library_Name (void) const
 
CSG_String Get_Name (void) const
 
CSG_String Get_Description (void) const
 
CSG_String Get_Author (void) const
 
CSG_String Get_Version (void) const
 
CSG_String Get_Menu (void) const
 
CSG_String Get_Category (void) const
 
CSG_String Get_Summary (int Format=SG_SUMMARY_FMT_HTML, bool bInteractive=true) const
 
bool Get_Summary (const CSG_String &Path) const
 
virtual CSG_ToolGet_Tool (const CSG_String &Name, TSG_Tool_Type Type=TOOL_TYPE_Base) const
 
virtual CSG_ToolGet_Tool (const char *Name, TSG_Tool_Type Type=TOOL_TYPE_Base) const
 
virtual CSG_ToolGet_Tool (const wchar_t *Name, TSG_Tool_Type Type=TOOL_TYPE_Base) const
 
virtual CSG_ToolCreate_Tool (int Index, bool bWithGUI=false)
 
virtual CSG_ToolCreate_Tool (const char *Name, bool bWithGUI=false)
 
virtual CSG_ToolCreate_Tool (const wchar_t *Name, bool bWithGUI=false)
 
virtual CSG_String Get_Menu (int i) const
 
void Add_Reference (const CSG_String &Authors, const CSG_String &Year, const CSG_String &Title, const CSG_String &Where, const SG_Char *Link=NULL, const SG_Char *Link_Text=NULL)
 
void Add_Reference (const CSG_String &Link, const SG_Char *Link_Text=NULL)
 
void Del_References (void)
 
const CSG_StringsGet_References (void) const
 

Protected Member Functions

 CSG_Tool_Chains (const CSG_String &Library_Name, const CSG_String &Path)
 
virtual ~CSG_Tool_Chains (void)
 
- Protected Member Functions inherited from CSG_Tool_Library
 CSG_Tool_Library (void)
 
 CSG_Tool_Library (const CSG_String &File)
 
virtual ~CSG_Tool_Library (void)
 

Friends

class CSG_Tool_Library_Manager
 

Additional Inherited Members

- Protected Attributes inherited from CSG_Tool_Library
CSG_String m_File_Name
 
CSG_String m_Library_Name
 

Detailed Description

Definition at line 173 of file tool_chain.h.

Constructor & Destructor Documentation

◆ CSG_Tool_Chains()

CSG_Tool_Chains::CSG_Tool_Chains ( const CSG_String Library_Name,
const CSG_String Path 
)
protected

◆ ~CSG_Tool_Chains()

virtual CSG_Tool_Chains::~CSG_Tool_Chains ( void  )
protectedvirtual

Member Function Documentation

◆ Add_Tool()

bool CSG_Tool_Chains::Add_Tool ( CSG_Tool_Chain pTool)

◆ Create_Tool()

virtual CSG_Tool* CSG_Tool_Chains::Create_Tool ( const CSG_String Name,
bool  bWithGUI = false 
)
virtual

Reimplemented from CSG_Tool_Library.

◆ Delete_Tool()

virtual bool CSG_Tool_Chains::Delete_Tool ( CSG_Tool pTool)
virtual

Deletes a tool that has been created previously with a call to the 'Create_Tool()' function.

Reimplemented from CSG_Tool_Library.

◆ Delete_Tools()

virtual bool CSG_Tool_Chains::Delete_Tools ( void  )
virtual

Reimplemented from CSG_Tool_Library.

◆ Get_Count()

virtual int CSG_Tool_Chains::Get_Count ( void  ) const
inlinevirtual

Reimplemented from CSG_Tool_Library.

Definition at line 185 of file tool_chain.h.

◆ Get_File_Name()

virtual CSG_String CSG_Tool_Chains::Get_File_Name ( int  Index) const
inlinevirtual

Reimplemented from CSG_Tool_Library.

Definition at line 193 of file tool_chain.h.

References CSG_Tool_Library::Get_Count(), and Get_File_Name().

Referenced by Get_File_Name().

◆ Get_Info()

virtual CSG_String CSG_Tool_Chains::Get_Info ( int  Type) const
virtual

Reimplemented from CSG_Tool_Library.

◆ Get_Tool()

virtual CSG_Tool* CSG_Tool_Chains::Get_Tool ( int  Index,
TSG_Tool_Type  Type = TOOL_TYPE_Base 
) const
virtual

Reimplemented from CSG_Tool_Library.

◆ Get_Type()

virtual TSG_Tool_Library_Type CSG_Tool_Chains::Get_Type ( void  ) const
inlinevirtual

Reimplemented from CSG_Tool_Library.

Definition at line 179 of file tool_chain.h.

References TOOL_CHAINS.

Friends And Related Function Documentation

◆ CSG_Tool_Library_Manager

friend class CSG_Tool_Library_Manager
friend

Definition at line 175 of file tool_chain.h.


The documentation for this class was generated from the following file: