#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 <QtGlobal>
#include <QApplication>
#include <QDir>
#include <QEvent>
#include <QFileInfo>
#include <QKeyEvent>
#include <QString>
#include <QWidget>
#include "libmythui/langsettings.h"
#include "libmyth/mythcontext.h"
#include "libmythbase/compat.h"
#include "libmythbase/exitcodes.h"
#include "libmythbase/mythappname.h"
#include "libmythbase/mythcorecontext.h"
#include "libmythbase/mythdbcon.h"
#include "libmythbase/mythlogging.h"
#include "libmythbase/mythtranslation.h"
#include "libmythbase/mythversion.h"
#include "libmythtv/mythsystemevent.h"
#include "libmythui/mythdisplay.h"
#include "libmythui/mythmainwindow.h"
#include "libmythui/mythuihelper.h"
#include "mythscreenwizard_commandlineparser.h"
#include "screenwizard.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 |
|
) |
| |