#include <fstream>
#include <Wt/WApplication>
#include <Wt/WComboBox>
#include <Wt/WContainerWidget>
#include <Wt/WDatePicker>
#include <Wt/WDateValidator>
#include <Wt/WDialog>
#include <Wt/WEnvironment>
#include <Wt/WIntValidator>
#include <Wt/WItemDelegate>
#include <Wt/WLabel>
#include <Wt/WLineEdit>
#include <Wt/WMessageBox>
#include <Wt/WPushButton>
#include <Wt/WRegExpValidator>
#include <Wt/WGridLayout>
#include <Wt/WPopupMenu>
#include <Wt/WSortFilterProxyModel>
#include <Wt/WStandardItem>
#include <Wt/WStandardItemModel>
#include <Wt/WTableView>
#include <Wt/WTreeView>
#include <Wt/WText>
#include <Wt/WVBoxLayout>
#include <Wt/Chart/WPieChart>
#include "CsvUtil.h"
#include "FolderView.h"
Go to the source code of this file.
◆ createApplication()
Definition at line 651 of file TreeViewDragDrop.C.
652{
655 app->
setTitle(
"WTreeView Drag & Drop");
659
660 return app;
661}
WMessageResourceBundle & messageResourceBundle()
void setTwoPhaseRenderingThreshold(int size)
void setTitle(const WString &title)
void useStyleSheet(const WLink &link, const std::string &media="all")
void use(const std::string &path, bool loadInMemory=true)
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 663 of file TreeViewDragDrop.C.
664{
666}
WApplication * createApplication(const WEnvironment &env)