tesseract  3.04.00
svpaint.cpp File Reference
#include "scrollview.h"
#include "svmnode.h"
#include <stdlib.h>
#include <iostream>

Go to the source code of this file.

Classes

class  SVPaint
 

Functions

int main (int argc, char **argv)
 

Variables

int rgb [3] = { 255, 255, 255 }
 

Function Documentation

int main ( int  argc,
char **  argv 
)

Public Function Prototypes

Definition at line 221 of file svpaint.cpp.

221  {
222  const char* server_name;
223  if (argc > 1) { server_name = argv[1]; } else { server_name = "localhost"; }
224  SVPaint svp(server_name);
225 }

Variable Documentation

int rgb[3] = { 255, 255, 255 }

Definition at line 26 of file svpaint.cpp.