#include <Attachment.h>
Public Member Functions | |
| Attachment (const std::wstring aFileName, const std::wstring aContentDescription, const std::string aSpoolFileName) | |
| Create an attachment. | |
Public Attributes | |
| std::wstring | fileName |
| The file name. | |
| std::wstring | contentDescription |
| The content description. | |
| std::string | spoolFileName |
| the spooled file name. | |
This widget is part of the Wt composer example.
Definition at line 19 of file Attachment.h.
| Attachment::Attachment | ( | const std::wstring | aFileName, | |
| const std::wstring | aContentDescription, | |||
| const std::string | aSpoolFileName | |||
| ) | [inline] |
Create an attachment.
Definition at line 36 of file Attachment.h.
00039 : fileName(aFileName), 00040 contentDescription(aContentDescription), 00041 spoolFileName(aSpoolFileName) 00042 { }
| std::wstring Attachment::fileName |
| std::wstring Attachment::contentDescription |
| std::string Attachment::spoolFileName |
1.5.6