#include <svmnode.h>
|
| SVMenuNode (int command_event, const char *txt, int tv, bool check_box_entry, const char *val, const char *desc) |
|
void | AddChild (SVMenuNode *svmn) |
|
◆ SVMenuNode() [1/2]
SVMenuNode::SVMenuNode |
( |
| ) |
|
◆ ~SVMenuNode()
SVMenuNode::~SVMenuNode |
( |
| ) |
|
◆ SVMenuNode() [2/2]
SVMenuNode::SVMenuNode |
( |
int |
command_event, |
|
|
const char * |
txt, |
|
|
int |
tv, |
|
|
bool |
check_box_entry, |
|
|
const char * |
val, |
|
|
const char * |
desc |
|
) |
| |
|
private |
◆ AddChild() [1/6]
SVMenuNode * SVMenuNode::AddChild |
( |
const char * |
txt | ) |
|
◆ AddChild() [2/6]
void SVMenuNode::AddChild |
( |
const char * |
txt, |
|
|
int |
command_event |
|
) |
| |
◆ AddChild() [3/6]
void SVMenuNode::AddChild |
( |
const char * |
txt, |
|
|
int |
command_event, |
|
|
int |
tv |
|
) |
| |
◆ AddChild() [4/6]
void SVMenuNode::AddChild |
( |
const char * |
txt, |
|
|
int |
command_event, |
|
|
const char * |
val |
|
) |
| |
◆ AddChild() [5/6]
void SVMenuNode::AddChild |
( |
const char * |
txt, |
|
|
int |
command_event, |
|
|
const char * |
val, |
|
|
const char * |
desc |
|
) |
| |
◆ AddChild() [6/6]
◆ BuildMenu()
void SVMenuNode::BuildMenu |
( |
ScrollView * |
sv, |
|
|
bool |
menu_bar = true |
|
) |
| |
◆ child_
◆ cmd_event_
int SVMenuNode::cmd_event_ |
|
private |
◆ description_
STRING SVMenuNode::description_ |
|
private |
◆ is_check_box_entry_
bool SVMenuNode::is_check_box_entry_ |
|
private |
◆ next_
◆ parent_
◆ text_
◆ toggle_value_
bool SVMenuNode::toggle_value_ |
|
private |
◆ value_
The documentation for this class was generated from the following files:
- /home/stephane/src/tesseract/src/viewer/svmnode.h
- /home/stephane/src/tesseract/src/viewer/svmnode.cpp