|
Wt examples
4.0.0
|
Classes | |
| class | FolderView |
| A specialized treeview that supports a custom drop event. More... | |
| class | FileModel |
| A specialized standard item model which report a specific drag and drop mime type. More... | |
| class | FileEditDialog |
| A dialog for editing a 'file'. More... | |
| class | TreeViewDragDrop |
| Main application class. More... | |
Functions | |
| std::unique_ptr< WApplication > | createApplication (const WEnvironment &env) |
| int | main (int argc, char **argv) |
Variables | |
| static WString | FileModel::dateDisplayFormat |
| Date display format. More... | |
| static WString | FileModel::dateEditFormat |
| Date edit format. More... | |
| std::unique_ptr<WApplication> createApplication | ( | const WEnvironment & | env | ) |
Definition at line 683 of file TreeViewDragDrop.C.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 695 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.
1.8.11