Wt examples
4.9.0
|
A specialized standard item model which report a specific drag and drop mime type. More...
Public Member Functions | |
FileModel () | |
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 specialized standard item model which report a specific drag and drop mime type.
A specific drag and drop mime type instead of the generic abstract item model is returned by the model.
Definition at line 51 of file TreeViewDragDrop.C.
|
inline |
|
inlinevirtual |
Return the mime type.
Definition at line 61 of file TreeViewDragDrop.C.
|
static |
Date display format.
Definition at line 66 of file TreeViewDragDrop.C.
|
static |
Date edit format.
Definition at line 69 of file TreeViewDragDrop.C.