MythTV  master
Macros | Functions
mythuitype.cpp File Reference
#include "mythuitype.h"
#include <algorithm>
#include <utility>
#include <QDomDocument>
#include <QEvent>
#include <QKeyEvent>
#include <QInputMethodEvent>
#include "xmlparsebase.h"
#include "libmythbase/mythlogging.h"
#include "libmythbase/mythmedia.h"
#include "libmythbase/mythrandom.h"
#include "mythgesture.h"
#include "mythimage.h"
#include "mythpainter.h"
#include "mythmainwindow.h"
#include "mythfontproperties.h"
#include "mythuitext.h"
#include "mythuiimage.h"
#include "mythuibutton.h"
#include "mythuicheckbox.h"
#include "mythuibuttonlist.h"
#include "mythuitextedit.h"
#include "mythuiprogressbar.h"
#include "mythuispinbox.h"
#include "mythuigroup.h"
Include dependency graph for mythuitype.cpp:

Go to the source code of this file.

Macros

#define LOC   QString("MythUIType: ")
 

Functions

static QObject * qChildHelper (const char *objName, const char *inheritsClass, bool recursiveSearch, const QObjectList &children)
 

Macro Definition Documentation

◆ LOC

#define LOC   QString("MythUIType: ")

Definition at line 42 of file mythuitype.cpp.

Function Documentation

◆ qChildHelper()

static QObject* qChildHelper ( const char *  objName,
const char *  inheritsClass,
bool  recursiveSearch,
const QObjectList &  children 
)
static

Definition at line 97 of file mythuitype.cpp.

Referenced by MythUIType::GetChild().