MythTV  master
Macros | Functions
mythscreenwizard.cpp File Reference
#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 "libmyth/langsettings.h"
#include "libmyth/mythcontext.h"
#include "libmythbase/cleanupguard.h"
#include "libmythbase/compat.h"
#include "libmythbase/exitcodes.h"
#include "libmythbase/mythcorecontext.h"
#include "libmythbase/mythdbcon.h"
#include "libmythbase/mythlogging.h"
#include "libmythbase/mythtranslation.h"
#include "libmythbase/mythversion.h"
#include "libmythbase/signalhandling.h"
#include "libmythtv/mythsystemevent.h"
#include "libmythui/mythdisplay.h"
#include "libmythui/mythmainwindow.h"
#include "libmythui/mythuihelper.h"
#include "mythscreenwizard_commandlineparser.h"
#include "screenwizard.h"
Include dependency graph for mythscreenwizard.cpp:

Go to the source code of this file.

Macros

#define LOC   QString("MythScreenWizard: ")
 
#define LOC_WARN   QString("MythScreenWizard, Warning: ")
 
#define LOC_ERR   QString("MythScreenWizard, Error: ")
 

Functions

static void startAppearWiz (int _x, int _y, int _w, int _h)
 
int main (int argc, char **argv)
 

Macro Definition Documentation

◆ LOC

#define LOC   QString("MythScreenWizard: ")

Definition at line 46 of file mythscreenwizard.cpp.

◆ LOC_WARN

#define LOC_WARN   QString("MythScreenWizard, Warning: ")

Definition at line 47 of file mythscreenwizard.cpp.

◆ LOC_ERR

#define LOC_ERR   QString("MythScreenWizard, Error: ")

Definition at line 48 of file mythscreenwizard.cpp.

Function Documentation

◆ startAppearWiz()

static void startAppearWiz ( int  _x,
int  _y,
int  _w,
int  _h 
)
static

Definition at line 89 of file mythscreenwizard.cpp.

Referenced by main().

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 102 of file mythscreenwizard.cpp.