#include <varabled.h>
Public Member Functions | |
VariablesEditor (const tesseract::Tesseract *, ScrollView *sv=NULL) | |
void | Notify (const SVEvent *sve) |
The variables editor enables the user to edit all the variables used within tesseract. It can be invoked on its own, but is supposed to be invoked by the program editor.
VariablesEditor::VariablesEditor | ( | const tesseract::Tesseract * | tess, | |
ScrollView * | sv = NULL | |||
) |
Integrate the variables editor as popupmenu into the existing scrollview window (usually the pg editor). If sv == null, create a new empty empty window and attach the variables editor to that window (ugly).
void VariablesEditor::Notify | ( | const SVEvent * | sve | ) | [virtual] |
Event listener. Waits for SVET_POPUP events and processes them.
Reimplemented from SVEventHandler.