Wt examples 4.8.1
|
A specialized treeview that supports a custom drop event. More...
#include <FolderView.h>
Public Member Functions | |
FolderView () | |
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 WDropEvent &event, const WModelIndex &target) |
Drop event. More... | |
A specialized treeview that supports a custom drop event.
Definition at line 21 of file FolderView.h.
FolderView::FolderView | ( | ) |
Constructor.
Definition at line 17 of file FolderView.C.
|
protectedvirtual |
Drop event.
Definition at line 26 of file FolderView.C.
|
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 28 of file FolderView.h.