|
MythTV master
|
Main mythcontrols class. More...
#include <QCoreApplication>#include <QStringList>#include "libmythbase/mythcorecontext.h"#include "libmythbase/mythlogging.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"Go to the source code of this file.
Macros | |
| #define | LOC QString("MythControls: ") |
| #define | LOC_ERR QString("MythControls, Error: ") |
Main mythcontrols class.
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.
| #define LOC QString("MythControls: ") |
Definition at line 45 of file mythcontrols.cpp.
| #define LOC_ERR QString("MythControls, Error: ") |
Definition at line 46 of file mythcontrols.cpp.