Information about a given Symbol. More...
#include <SymbolInfo.h>
Public Attributes | |
| std::string | m_author | 
| std::string | m_description | 
| std::string | m_id | 
| std::string | m_name | 
| std::string | m_tags | 
| std::string te::qt::widgets::SymbolInfo::m_author | 
Author of the symbol
Definition at line 64 of file SymbolInfo.h.
| std::string te::qt::widgets::SymbolInfo::m_description | 
Description about the symbol
Definition at line 66 of file SymbolInfo.h.
| std::string te::qt::widgets::SymbolInfo::m_id | 
Symbol identifier
Definition at line 62 of file SymbolInfo.h.
| std::string te::qt::widgets::SymbolInfo::m_name | 
Symbol name
Definition at line 63 of file SymbolInfo.h.
| std::string te::qt::widgets::SymbolInfo::m_tags | 
Keywords for the symbol
Definition at line 65 of file SymbolInfo.h.