tesseract  5.0.0-alpha-619-ge9db
svpaint.cpp File Reference
#include "scrollview.h"
#include "svmnode.h"
#include <cstdlib>
#include <iostream>

Go to the source code of this file.

Classes

class  SVPaint
 

Functions

int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 230 of file svpaint.cpp.

230  {
231  const char* server_name;
232  if (argc > 1) { server_name = argv[1]; } else { server_name = "localhost"; }
233  SVPaint svp(server_name);
234 }
SVPaint
Definition: svpaint.cpp:37