Wt examples 4.5.0
Classes | Functions
GitView.C File Reference
#include <iostream>
#include <stdlib.h>
#include <Wt/WApplication.h>
#include <Wt/WContainerWidget.h>
#include <Wt/WEnvironment.h>
#include <Wt/WLineEdit.h>
#include <Wt/WGridLayout.h>
#include <Wt/WHBoxLayout.h>
#include <Wt/WPushButton.h>
#include <Wt/WTable.h>
#include <Wt/WText.h>
#include <Wt/WTreeView.h>
#include <Wt/WVBoxLayout.h>
#include "GitModel.h"
#include "../wt-homepage/SourceView.h"

Go to the source code of this file.

Classes

class  GitViewApplication
 A simple application to navigate a git repository. More...
 

Functions

std::unique_ptr< WApplication > createApplication (const WEnvironment &env)
 
int main (int argc, char **argv)
 

Function Documentation

◆ createApplication()

std::unique_ptr< WApplication > createApplication ( const WEnvironment &  env)

Definition at line 165 of file GitView.C.

166{
167 return std::make_unique<GitViewApplication>(env);
168}

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 170 of file GitView.C.

171{
172 return WRun(argc, argv, &createApplication);
173}
std::unique_ptr< WApplication > createApplication(const WEnvironment &env)
Definition: GitView.C:165

Generated on Fri Sep 10 2021 for the C++ Web Toolkit (Wt) by doxygen 1.9.2