Go to the source code of this file.
Functions | |
| static bool | is_abbrev (QString const &command, QString const &test, unsigned minchars=1) |
Is test an abbreviation of command ? The test substring must be at least minchars long. | |
Variables | |
| const int | kNetworkControlDataReadyEvent = 35671 |
| const int | kNetworkControlCloseEvent = 35672 |
| static bool is_abbrev | ( | QString const & | command, | |
| QString const & | test, | |||
| unsigned | minchars = 1 | |||
| ) | [static] |
Is test an abbreviation of command ? The test substring must be at least minchars long.
| command | the full command name | |
| test | the string to test against the command name | |
| minchars | the minimum length of test in order to declare a match |
test is the initial substring of command Definition at line 33 of file networkcontrol.cpp.
Referenced by NetworkControl::processHelp(), NetworkControl::processNetworkControlCommand(), NetworkControl::processPlay(), and NetworkControl::processQuery().
| const int kNetworkControlDataReadyEvent = 35671 |
Definition at line 23 of file networkcontrol.cpp.
Referenced by NetworkControl::customEvent(), and NetworkControl::notifyDataAvailable().
| const int kNetworkControlCloseEvent = 35672 |
Definition at line 24 of file networkcontrol.cpp.
Referenced by NetworkControl::customEvent(), and NetworkControl::processNetworkControlCommand().
1.5.5