tesseract 4.1.1
Loading...
Searching...
No Matches
paramsd.h File Reference
#include "elst.h"
#include "scrollview.h"
#include "strngs.h"

Go to the source code of this file.

Classes

class  ParamContent
 
class  ParamsEditor
 

Namespaces

namespace  tesseract
 

Enumerations

enum  ParamType { VT_INTEGER , VT_BOOLEAN , VT_STRING , VT_DOUBLE }
 

Enumeration Type Documentation

◆ ParamType

enum ParamType
Enumerator
VT_INTEGER 
VT_BOOLEAN 
VT_STRING 
VT_DOUBLE 

Definition at line 41 of file paramsd.h.

41 {
46};
@ VT_DOUBLE
Definition: paramsd.h:45
@ VT_INTEGER
Definition: paramsd.h:42
@ VT_STRING
Definition: paramsd.h:44
@ VT_BOOLEAN
Definition: paramsd.h:43