#include <iostream>#include <Wt/WApplication>#include <Wt/WContainerWidget>#include <Wt/WEnvironment>#include <Wt/WLineEdit>#include <Wt/WGridLayout>#include <Wt/WHBoxLayout>#include <Wt/WPushButton>#include <Wt/WTable>#include <Wt/WText>#include <Wt/WTreeView>#include <Wt/WVBoxLayout>#include <Wt/WViewWidget>#include "GitModel.h"Go to the source code of this file.
Classes | |
| class | SourceView |
| View class for source code. More... | |
| class | GitViewApplication |
| A simple application to navigate a git repository. More... | |
Functions | |
| WApplication * | createApplication (const WEnvironment &env) |
| int | main (int argc, char **argv) |
1.5.6