![]() |
OpenWalnut
1.5.0dev
|
Structure to encapsulate a screenshot info. More...
#include <WModuleMetaInformation.h>
Collaboration diagram for WModuleMetaInformation::Screenshot:Public Attributes | |
| boost::filesystem::path | m_filename |
| The screenshot filename. More... | |
| std::string | m_description |
| The description text shown for the screenshot. More... | |
Structure to encapsulate a screenshot info.
Definition at line 109 of file WModuleMetaInformation.h.
| std::string WModuleMetaInformation::Screenshot::m_description |
The description text shown for the screenshot.
Definition at line 119 of file WModuleMetaInformation.h.
Referenced by WModuleMetaInformation::getScreenshots().
| boost::filesystem::path WModuleMetaInformation::Screenshot::m_filename |
The screenshot filename.
Definition at line 114 of file WModuleMetaInformation.h.
Referenced by WModuleMetaInformation::getScreenshots().