Go to the source code of this file.
Functions | |
| static bool | is_abbrev (QString const &command, QString const &test, int minchars=1) |
Is test an abbreviation of command ? The test substring must be at least minchars long. | |
Variables | |
| static QEvent::Type | kNetworkControlDataReadyEvent |
| static bool is_abbrev | ( | QString const & | command, | |
| QString const & | test, | |||
| int | 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 45 of file networkcontrol.cpp.
Referenced by NetworkControl::processHelp(), NetworkControl::processNetworkControlCommand(), NetworkControl::processPlay(), and NetworkControl::processQuery().
QEvent::Type kNetworkControlDataReadyEvent [static] |
(QEvent::Type) QEvent::registerEventType()
Definition at line 33 of file networkcontrol.cpp.
Referenced by NetworkControl::customEvent(), and NetworkControl::notifyDataAvailable().
1.6.3