Wt examples
3.3.0
|
Public Member Functions | |
UploadInfo (const Http::UploadedFile &f, WContainerWidget *parent=0) | |
Public Attributes | |
Http::UploadedFile | info_ |
WAnchor * | downloadLink_ |
Anchor referencing the file. More... | |
WCheckBox * | keep_ |
The check box to keep or discard the uploaded file. More... | |
Additional Inherited Members | |
![]() | |
virtual void | enableAjax ()=0 |
virtual void | propagateSetEnabled (bool enabled)=0 |
virtual void | render (WFlags< RenderFlag > flags) |
Definition at line 73 of file AttachmentEdit.h.
AttachmentEdit::UploadInfo::UploadInfo | ( | const Http::UploadedFile & | f, |
WContainerWidget * | parent = 0 |
||
) |
Definition at line 29 of file AttachmentEdit.C.
WAnchor* AttachmentEdit::UploadInfo::downloadLink_ |
Anchor referencing the file.
Definition at line 81 of file AttachmentEdit.h.
Http::UploadedFile AttachmentEdit::UploadInfo::info_ |
Definition at line 78 of file AttachmentEdit.h.
WCheckBox* AttachmentEdit::UploadInfo::keep_ |
The check box to keep or discard the uploaded file.
Definition at line 84 of file AttachmentEdit.h.