#include <tool_chain.h>
|
virtual ESG_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_Tool * | Get_Tool (int Index, TSG_Tool_Type Type=TOOL_TYPE_Base) const |
|
virtual CSG_Tool * | Create_Tool (const CSG_String &Name, bool bWithGUI=false, bool bWithCMD=true) |
|
virtual bool | Delete_Tool (CSG_Tool *pTool) |
|
virtual bool | Delete_Tools (void) |
|
virtual CSG_String | Get_File_Name (int Index) const |
|
bool | is_Valid (void) const |
|
const CSG_String & | Get_File_Name (void) const |
|
const CSG_String & | Get_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_Tool * | Get_Tool (const CSG_String &Name, TSG_Tool_Type Type=TOOL_TYPE_Base) const |
|
virtual CSG_Tool * | Get_Tool (const char *Name, TSG_Tool_Type Type=TOOL_TYPE_Base) const |
|
virtual CSG_Tool * | Get_Tool (const wchar_t *Name, TSG_Tool_Type Type=TOOL_TYPE_Base) const |
|
virtual CSG_Tool * | Create_Tool (int Index, bool bWithGUI=false, bool bWithCMD=true) |
|
virtual CSG_Tool * | Create_Tool (const char *Name, bool bWithGUI=false, bool bWithCMD=true) |
|
virtual CSG_Tool * | Create_Tool (const wchar_t *Name, bool bWithGUI=false, bool bWithCMD=true) |
|
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_Strings & | Get_References (void) const |
|
Definition at line 173 of file tool_chain.h.
◆ CSG_Tool_Chains()
◆ ~CSG_Tool_Chains()
virtual CSG_Tool_Chains::~CSG_Tool_Chains |
( |
void |
| ) |
|
|
protectedvirtual |
◆ Add_Tool()
◆ Create_Tool()
virtual CSG_Tool* CSG_Tool_Chains::Create_Tool |
( |
const CSG_String & |
Name, |
|
|
bool |
bWithGUI = false , |
|
|
bool |
bWithCMD = true |
|
) |
| |
|
virtual |
◆ Delete_Tool()
virtual bool CSG_Tool_Chains::Delete_Tool |
( |
CSG_Tool * |
pTool | ) |
|
|
virtual |
◆ Delete_Tools()
virtual bool CSG_Tool_Chains::Delete_Tools |
( |
void |
| ) |
|
|
virtual |
◆ Get_Count()
virtual int CSG_Tool_Chains::Get_Count |
( |
void |
| ) |
const |
|
inlinevirtual |
◆ Get_File_Name()
virtual CSG_String CSG_Tool_Chains::Get_File_Name |
( |
int |
Index | ) |
const |
|
inlinevirtual |
◆ Get_Info()
virtual CSG_String CSG_Tool_Chains::Get_Info |
( |
int |
Type | ) |
const |
|
virtual |
◆ Get_Tool()
◆ Get_Type()
◆ CSG_Tool_Library_Manager
The documentation for this class was generated from the following file: