tesseract
5.0.0-alpha-619-ge9db
|
#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 44 of file svmnode.cpp.
SVMenuNode::~SVMenuNode | ( | ) |
Definition at line 53 of file svmnode.cpp.
SVMenuNode * SVMenuNode::AddChild | ( | const char * | txt | ) |
Definition at line 58 of file svmnode.cpp.
void SVMenuNode::AddChild | ( | const char * | txt, |
int | command_event | ||
) |
Definition at line 65 of file svmnode.cpp.
void SVMenuNode::AddChild | ( | const char * | txt, |
int | command_event, | ||
const char * | val | ||
) |
Definition at line 71 of file svmnode.cpp.
void SVMenuNode::AddChild | ( | const char * | txt, |
int | command_event, | ||
const char * | val, | ||
const char * | desc | ||
) |
Definition at line 77 of file svmnode.cpp.
void SVMenuNode::AddChild | ( | const char * | txt, |
int | command_event, | ||
int | tv | ||
) |
Definition at line 83 of file svmnode.cpp.
void SVMenuNode::BuildMenu | ( | ScrollView * | sv, |
bool | menu_bar = true |
||
) |
Definition at line 120 of file svmnode.cpp.