tesseract
3.05.02
|
#include <svmnode.h>
Public Member Functions | |
SVMenuNode () | |
~SVMenuNode () | |
SVMenuNode * | AddChild (const char *txt) |
void | AddChild (const char *txt, int command_event) |
void | AddChild (const char *txt, int command_event, int tv) |
void | AddChild (const char *txt, int command_event, const char *val) |
void | AddChild (const char *txt, int command_event, const char *val, const char *desc) |
void | BuildMenu (ScrollView *sv, bool menu_bar=true) |
SVMenuNode::SVMenuNode | ( | ) |
Definition at line 45 of file svmnode.cpp.
SVMenuNode::~SVMenuNode | ( | ) |
Definition at line 54 of file svmnode.cpp.
SVMenuNode * SVMenuNode::AddChild | ( | const char * | txt | ) |
Definition at line 59 of file svmnode.cpp.
void SVMenuNode::AddChild | ( | const char * | txt, |
int | command_event | ||
) |
Definition at line 66 of file svmnode.cpp.
void SVMenuNode::AddChild | ( | const char * | txt, |
int | command_event, | ||
int | tv | ||
) |
Definition at line 84 of file svmnode.cpp.
void SVMenuNode::AddChild | ( | const char * | txt, |
int | command_event, | ||
const char * | val | ||
) |
Definition at line 72 of file svmnode.cpp.
void SVMenuNode::AddChild | ( | const char * | txt, |
int | command_event, | ||
const char * | val, | ||
const char * | desc | ||
) |
Definition at line 78 of file svmnode.cpp.
void SVMenuNode::BuildMenu | ( | ScrollView * | sv, |
bool | menu_bar = true |
||
) |
Definition at line 121 of file svmnode.cpp.