tesseract  v4.0.0-17-g361f3264
Open Source OCR Engine
SVEvent Struct Reference

#include <scrollview.h>

Collaboration diagram for SVEvent:

Public Member Functions

 ~SVEvent ()
 
SVEventcopy ()
 
 SVEvent ()
 
 SVEvent (const SVEvent &)
 
SVEventoperator= (const SVEvent &)
 

Public Attributes

SVEventType type
 
ScrollViewwindow
 
int x
 
int y
 
int x_size
 
int y_size
 
int command_id
 
char * parameter
 
int counter
 

Constructor & Destructor Documentation

◆ ~SVEvent()

SVEvent::~SVEvent ( )
inline

◆ SVEvent() [1/2]

SVEvent::SVEvent ( )
inline

◆ SVEvent() [2/2]

SVEvent::SVEvent ( const SVEvent )

Member Function Documentation

◆ copy()

SVEvent * SVEvent::copy ( )

◆ operator=()

SVEvent& SVEvent::operator= ( const SVEvent )

Member Data Documentation

◆ command_id

int SVEvent::command_id

◆ counter

int SVEvent::counter

◆ parameter

char* SVEvent::parameter

◆ type

SVEventType SVEvent::type

◆ window

ScrollView* SVEvent::window

◆ x

int SVEvent::x

◆ x_size

int SVEvent::x_size

◆ y

int SVEvent::y

◆ y_size

int SVEvent::y_size

The documentation for this struct was generated from the following files: