MythTV  master
Macros
mythcontrols.cpp File Reference

Main mythcontrols class. More...

#include <QCoreApplication>
#include <QStringList>
#include "libmythbase/mythcorecontext.h"
#include "libmythui/mythdialogbox.h"
#include "libmythui/mythmainwindow.h"
#include "libmythui/mythuibutton.h"
#include "libmythui/mythuibuttonlist.h"
#include "libmythui/mythuitext.h"
#include "keygrabber.h"
#include "mythcontrols.h"
Include dependency graph for mythcontrols.cpp:

Go to the source code of this file.

Macros

#define LOC   QString("MythControls: ")
 
#define LOC_ERR   QString("MythControls, Error: ")
 

Detailed Description

Main mythcontrols class.

Author
Micah F. Galizia mfgal.nosp@m.izi@.nosp@m.csd.u.nosp@m.wo.c.nosp@m.a Note that the keybindings are fetched all at once, and cached for this host. This avoids pelting the database every time the user changes their selection. This makes a HUGE difference in delay.

Copyright (C) 2005 Micah Galizia

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA

Definition in file mythcontrols.cpp.

Macro Definition Documentation

◆ LOC

#define LOC   QString("MythControls: ")

Definition at line 44 of file mythcontrols.cpp.

◆ LOC_ERR

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

Definition at line 45 of file mythcontrols.cpp.