Git model example


Classes

class  Git
 Git utility class for browsing git archives. More...
class  GitModel
 A model that retrieves revision trees from a git repository. More...
class  SourceView
 View class for source code. More...
class  GitViewApplication
 A simple application to navigate a git repository. More...

Functions

WApplicationcreateApplication (const WEnvironment &env)
int main (int argc, char **argv)

Function Documentation

WApplication* createApplication ( const WEnvironment env  ) 

Definition at line 212 of file GitView.C.

00213 {
00214   return new GitViewApplication(env);
00215 }

int main ( int  argc,
char **  argv 
)

Definition at line 217 of file GitView.C.

00218 {
00219   return WRun(argc, argv, &createApplication);
00220 }


Generated on Mon Mar 9 08:28:56 2009 for Wt by doxygen 1.5.6