![]() |
OpenWalnut
1.5.0dev
|
Structure to contain all supported author information. More...
#include <WModuleMetaInformation.h>
Collaboration diagram for WModuleMetaInformation::Author:Public Attributes | |
| std::string | m_name |
| Author name. More... | |
| std::string | m_url |
| URL to a website of the author. More... | |
| std::string | m_email |
| E-Mail contact to the author. More... | |
| std::string | m_what |
| What has this author done on the module? Can be empty. More... | |
Structure to contain all supported author information.
Definition at line 62 of file WModuleMetaInformation.h.
| std::string WModuleMetaInformation::Author::m_email |
| std::string WModuleMetaInformation::Author::m_name |
| std::string WModuleMetaInformation::Author::m_url |
URL to a website of the author.
Can be empty.
Definition at line 72 of file WModuleMetaInformation.h.
| std::string WModuleMetaInformation::Author::m_what |
What has this author done on the module? Can be empty.
Definition at line 82 of file WModuleMetaInformation.h.