#include <cmath>
#include <csignal>
#include <cstdio>
#include <cstdlib>
#include <ctime>
#include <fcntl.h>
#include <fstream>
#include <iostream>
#include <string>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#include <QKeyEvent>
#include <QEvent>
#include <QTextCodec>
#include <QWidget>
#include <QApplication>
#include <QString>
#include <QRegExp>
#include <QFileInfo>
#include <QDir>
#include "exitcodes.h"
#include "mythcontext.h"
#include "mythdbcon.h"
#include "mythversion.h"
#include "commandlineparser.h"
#include "compat.h"
#include "mythsystemevent.h"
#include "mythlogging.h"
#include "signalhandling.h"
#include "screenwizard.h"
#include "langsettings.h"
#include "mythtranslation.h"
#include "mythmainwindow.h"
#include "mythuihelper.h"
#include "mythcorecontext.h"
#include "cleanupguard.h"
#include "mythdisplay.h"
Go to the source code of this file.
|
#define | LOC QString("MythScreenWizard: ") |
|
#define | LOC_WARN QString("MythScreenWizard, Warning: ") |
|
#define | LOC_ERR QString("MythScreenWizard, Error: ") |
|
|
static void | startAppearWiz (int _x, int _y, int _w, int _h) |
|
int | main (int argc, char **argv) |
|
◆ LOC
#define LOC QString("MythScreenWizard: ") |
◆ LOC_WARN
#define LOC_WARN QString("MythScreenWizard, Warning: ") |
◆ LOC_ERR
#define LOC_ERR QString("MythScreenWizard, Error: ") |
◆ startAppearWiz()
static void startAppearWiz |
( |
int |
_x, |
|
|
int |
_y, |
|
|
int |
_w, |
|
|
int |
_h |
|
) |
| |
|
static |
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |