
Public Member Functions | |
| FileModel (WObject *parent) | |
| Constructor. | |
| virtual std::string | mimeType () const |
| Return the mime type. | |
Static Public Attributes | |
| static WString | dateDisplayFormat |
| Date display format. | |
| static WString | dateEditFormat |
| Date edit format. | |
A specific drag and drop mime type instead of the generic abstract item model is returned by the model.
Definition at line 46 of file TreeViewDragDrop.C.
| FileModel::FileModel | ( | WObject * | parent | ) | [inline] |
Constructor.
Definition at line 51 of file TreeViewDragDrop.C.
00052 : WStandardItemModel(parent) { }
| virtual std::string FileModel::mimeType | ( | ) | const [inline, virtual] |
Return the mime type.
Reimplemented from Wt::WAbstractItemModel.
Definition at line 56 of file TreeViewDragDrop.C.
00056 { 00057 return FolderView::FileSelectionMimeType; 00058 }
1.5.6