Go to the documentation of this file.
28 #ifndef TESSERACT_VIEWER_SVMNODE_H__
29 #define TESSERACT_VIEWER_SVMNODE_H__
46 void AddChild(
const char* txt,
int command_event);
49 void AddChild(
const char* txt,
int command_event,
int tv);
53 void AddChild(
const char* txt,
int command_event,
const char* val);
56 void AddChild(
const char* txt,
int command_event,
57 const char* val,
const char* desc);
67 SVMenuNode(
int command_event,
const char* txt,
int tv,
68 bool check_box_entry,
const char* val,
const char* desc);
80 bool is_check_box_entry_;
91 const char* description_;
94 #endif // TESSERACT_VIEWER_SVMNODE_H__