Wt examples
3.3.12
|
A specialized treeview that supports a custom drop event. More...
#include <FolderView.h>
Public Member Functions | |
FolderView (Wt::WContainerWidget *parent=0) | |
Constructor. More... | |
Static Public Attributes | |
static const char * | FileSelectionMimeType = "application/x-computers-selection" |
Constant that indicates the mime type for a selection of files. More... | |
Protected Member Functions | |
virtual void | dropEvent (const Wt::WDropEvent &event, const Wt::WModelIndex &target) |
Drop event. More... | |
A specialized treeview that supports a custom drop event.
Definition at line 19 of file FolderView.h.
FolderView::FolderView | ( | Wt::WContainerWidget * | parent = 0 | ) |
Constructor.
Definition at line 19 of file FolderView.C.
|
protectedvirtual |
|
static |
Constant that indicates the mime type for a selection of files.
Every kind of dragged data should be identified using a unique mime type.
Definition at line 26 of file FolderView.h.