#include "networkcontrol.h"
#include <chrono>
#include <thread>
#include <QCoreApplication>
#include <QRegExp>
#include <QStringList>
#include <QTextStream>
#include <QDir>
#include <QKeyEvent>
#include <QEvent>
#include <QMap>
#include "mythcorecontext.h"
#include "mythmiscutil.h"
#include "mythversion.h"
#include "programinfo.h"
#include "remoteutil.h"
#include "previewgenerator.h"
#include "compat.h"
#include "mythsystemevent.h"
#include "mythdirs.h"
#include "mythlogging.h"
#include "mythmainwindow.h"
#include "mythuihelper.h"
#include "mythuigroup.h"
#include "mythuiclock.h"
#include "mythuishape.h"
#include "mythuibutton.h"
#include "mythuitextedit.h"
#include "mythuibuttontree.h"
#include "mythuivideo.h"
#include "mythuiguidegrid.h"
#include "mythuicheckbox.h"
#include "mythuispinbox.h"
#include "mythuiprogressbar.h"
#include "mythuiscrollbar.h"
#include "mythuieditbar.h"
#include "mythuiimage.h"
Go to the source code of this file.
|
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. More...
|
|
◆ LOC
#define LOC QString("NetworkControl: ") |
◆ LOC_ERR
#define LOC_ERR QString("NetworkControl Error: ") |
◆ FE_SHORT_TO
◆ FE_LONG_TO
◆ is_abbrev()
static bool is_abbrev |
( |
QString const & |
command, |
|
|
QString const & |
test, |
|
|
int |
minchars = 1 |
|
) |
| |
|
static |
◆ kNetworkControlDataReadyEvent
QEvent::Type kNetworkControlDataReadyEvent |
|
static |