#include <UT_CmdLineReader.h>
Public Member Functions | |
| UT_CmdLineReader (UT_TabCallback tab_callback=NULL, UT_TabCallback double_tab_callback=NULL) | |
| ~UT_CmdLineReader () | |
| bool | readLine (UT_WorkBuffer &line) |
| bool | readPartOfLine (UT_WorkBuffer &line, bool &done_line) |
| bool | hasUnhandledInput () const |
| void | disableLineBuffering () |
| void | reenableLineBuffering () |
| bool | isLineBufferingEnabled () const |
Static Public Member Functions | |
| static UT_CmdLineReader * | getInstance () |
Definition at line 32 of file UT_CmdLineReader.h.
| UT_CmdLineReader::UT_CmdLineReader | ( | UT_TabCallback | tab_callback = NULL, |
|
| UT_TabCallback | double_tab_callback = NULL | |||
| ) |
| UT_CmdLineReader::~UT_CmdLineReader | ( | ) |
| void UT_CmdLineReader::disableLineBuffering | ( | ) |
| static UT_CmdLineReader* UT_CmdLineReader::getInstance | ( | ) | [static] |
| bool UT_CmdLineReader::hasUnhandledInput | ( | ) | const [inline] |
Definition at line 65 of file UT_CmdLineReader.h.
| bool UT_CmdLineReader::isLineBufferingEnabled | ( | ) | const |
| bool UT_CmdLineReader::readLine | ( | UT_WorkBuffer & | line | ) |
| bool UT_CmdLineReader::readPartOfLine | ( | UT_WorkBuffer & | line, | |
| bool & | done_line | |||
| ) |
| void UT_CmdLineReader::reenableLineBuffering | ( | ) |
1.5.9