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 | |
| WApplication * | createApplication (const WEnvironment &env) |
| int | main (int argc, char **argv) |
Variables | |
| static WString | FileModel::dateDisplayFormat |
| Date display format. | |
| static WString | FileModel::dateEditFormat |
| Date edit format. | |
| WApplication* createApplication | ( | const WEnvironment & | env | ) |
Definition at line 628 of file TreeViewDragDrop.C.
00629 { 00630 WApplication *app = new TreeViewDragDrop(env); 00631 app->setTwoPhaseRenderingThreshold(0); 00632 app->setTitle("WTreeView Drag & Drop"); 00633 app->useStyleSheet("styles.css"); 00634 app->messageResourceBundle().use("about"); 00635 app->refresh(); 00636 00637 return app; 00638 }
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 640 of file TreeViewDragDrop.C.
00641 { 00642 return WRun(argc, argv, &createApplication); 00643 }
WString FileModel::dateDisplayFormat [static, inherited] |
WString FileModel::dateEditFormat [static, inherited] |
1.5.6