#include <mythdialogs.h>

Definition at line 343 of file mythdialogs.h.
Public Slots | |
| virtual void | deleteLater (void) |
| virtual void | updateBackground () |
| virtual void | initForeground () |
| virtual void | updateForeground () |
| virtual void | updateForeground (const QRect &) |
| draws anything that intersects | |
| virtual void | updateForegroundRegion (const QRect &) |
| only draws the region | |
| virtual bool | assignFirstFocus () |
| virtual bool | nextPrevWidgetFocus (bool up_or_down) |
| virtual void | activateCurrent () |
Public Member Functions | |
| MythThemedDialog (MythMainWindow *parent, QString window_name, QString theme_filename="", const char *name=0, bool setsize=true) | |
| MythThemedDialog (MythMainWindow *parent, const char *name=0, bool setsize=true) | |
| virtual bool | loadThemedWindow (QString window_name, QString theme_filename) |
| virtual void | loadWindow (QDomElement &) |
| virtual void | parseContainer (QDomElement &) |
| virtual void | parseFont (QDomElement &) |
| virtual void | parsePopup (QDomElement &) |
| bool | buildFocusList () |
| UIType * | getUIObject (const QString &name) |
| UIType * | getCurrentFocusWidget () |
| void | setCurrentFocusWidget (UIType *widget) |
| UIManagedTreeListType * | getUIManagedTreeListType (const QString &name) |
| UITextType * | getUITextType (const QString &name) |
| UIRichTextType * | getUIRichTextType (const QString &name) |
| UIMultiTextType * | getUIMultiTextType (const QString &name) |
| UIPushButtonType * | getUIPushButtonType (const QString &name) |
| UITextButtonType * | getUITextButtonType (const QString &name) |
| UIRemoteEditType * | getUIRemoteEditType (const QString &name) |
| UIRepeatedImageType * | getUIRepeatedImageType (const QString &name) |
| UICheckBoxType * | getUICheckBoxType (const QString &name) |
| UISelectorType * | getUISelectorType (const QString &name) |
| UIBlackHoleType * | getUIBlackHoleType (const QString &name) |
| UIImageGridType * | getUIImageGridType (const QString &name) |
| UIImageType * | getUIImageType (const QString &name) |
| UIStatusBarType * | getUIStatusBarType (const QString &name) |
| UIListBtnType * | getUIListBtnType (const QString &name) |
| UIListTreeType * | getUIListTreeType (const QString &name) |
| UIKeyboardType * | getUIKeyboardType (const QString &name) |
| LayerSet * | getContainer (const QString &name) |
| fontProp * | getFont (const QString &name) |
| void | setContext (int a_context) |
| int | getContext () |
Protected Member Functions | |
| ~MythThemedDialog () | |
| void | paintEvent (QPaintEvent *e) |
| XMLParse * | getTheme () |
| QDomElement & | getXmlData () |
Protected Attributes | |
| UIType * | widget_with_current_focus |
| QPixmap | my_background |
| QPixmap | my_foreground |
Private Member Functions | |
| void | ReallyUpdateForeground (const QRect &) |
| void | UpdateForegroundRect (const QRect &inv_rect) |
Private Attributes | |
| XMLParse * | theme |
| QDomElement | xmldata |
| int | context |
| QPtrList< LayerSet > | my_containers |
| QPtrList< UIType > | focus_taking_widgets |
| QRect | redrawRect |
| MythThemedDialog::MythThemedDialog | ( | MythMainWindow * | parent, | |
| QString | window_name, | |||
| QString | theme_filename = "", |
|||
| const char * | name = 0, |
|||
| bool | setsize = true | |||
| ) |
Definition at line 982 of file mythdialogs.cpp.
| MythThemedDialog::MythThemedDialog | ( | MythMainWindow * | parent, | |
| const char * | name = 0, |
|||
| bool | setsize = true | |||
| ) |
Definition at line 1004 of file mythdialogs.cpp.
| MythThemedDialog::~MythThemedDialog | ( | ) | [protected] |
Definition at line 1103 of file mythdialogs.cpp.
| bool MythThemedDialog::loadThemedWindow | ( | QString | window_name, | |
| QString | theme_filename | |||
| ) | [virtual] |
Definition at line 1012 of file mythdialogs.cpp.
Referenced by MythThemedDialog(), VirtualKeyboard::SwitchLayout(), and MiniPlayer::wireupTheme().
| void MythThemedDialog::loadWindow | ( | QDomElement & | element | ) | [virtual] |
| void MythThemedDialog::parseContainer | ( | QDomElement & | element | ) | [virtual] |
| void MythThemedDialog::parseFont | ( | QDomElement & | element | ) | [virtual] |
Definition at line 1179 of file mythdialogs.cpp.
| void MythThemedDialog::parsePopup | ( | QDomElement & | element | ) | [virtual] |
| bool MythThemedDialog::buildFocusList | ( | ) |
Definition at line 1067 of file mythdialogs.cpp.
Referenced by Ripper::compilationChanged(), ScreenSetup::cursorRight(), ImportMusicDialog::fillWidgets(), GlobalSetup::GlobalSetup(), MythburnWizard::handleNextPage(), ExportNativeWizard::handleNextPage(), MythburnWizard::handlePrevPage(), ExportNativeWizard::handlePrevPage(), loadThemedWindow(), ImportNativeWizard::nextPressed(), ImportNativeWizard::prevPressed(), ScreenSetup::ScreenSetup(), MythburnWizard::setDestination(), ExportNativeWizard::setDestination(), ZMEvents::setView(), SourceSetup::SourceSetup(), Ripper::startScanCD(), EditMetadataDialog::switchToAlbumArt(), EditMetadataDialog::switchToDBStats(), EditMetadataDialog::switchToMetadata(), VideoSelector::titleChanged(), RecordingSelector::titleChanged(), MythburnWizard::titleChanged(), ExportNativeWizard::titleChanged(), VideoManager::VideoManager(), ZMPlayer::wireUpTheme(), ZMEvents::wireUpTheme(), ZMConsole::wireUpTheme(), WelcomeDialog::wireUpTheme(), VideoSelector::wireUpTheme(), VideoFilterDialog::wireUpTheme(), TitleDialog::wireUpTheme(), ThumbFinder::wireUpTheme(), RecordingSelector::wireUpTheme(), ProgDetails::wireUpTheme(), MythburnWizard::wireUpTheme(), ImportNativeWizard::wireUpTheme(), ImportMusicDialog::wireUpTheme(), FileSelector::wireUpTheme(), FileAssocDialog::wireUpTheme(), ExportNativeWizard::wireUpTheme(), EditMetadataDialog::wireUpTheme(), DVDRipBox::wireUpTheme(), DirectoryFinder::wireUpTheme(), RipStatus::wireupTheme(), and Ripper::wireupTheme().
| UIType * MythThemedDialog::getUIObject | ( | const QString & | name | ) |
Definition at line 1501 of file mythdialogs.cpp.
Referenced by GetUIType(), ZMEvents::wireUpTheme(), ZMConsole::wireUpTheme(), and Ripper::wireupTheme().
| UIType * MythThemedDialog::getCurrentFocusWidget | ( | ) |
Definition at line 1526 of file mythdialogs.cpp.
Referenced by EditMetadataDialog::editLostFocus(), ZMEvents::keyPressEvent(), ZMConsole::keyPressEvent(), LocationDialog::keyPressEvent(), SourceSetup::keyPressEvent(), ScreenSetup::keyPressEvent(), GlobalSetup::keyPressEvent(), VideoSelector::keyPressEvent(), VideoFilterDialog::keyPressEvent(), ThumbFinder::keyPressEvent(), RecordingSelector::keyPressEvent(), ProgDetails::keyPressEvent(), MythburnWizard::keyPressEvent(), ImportNativeWizard::keyPressEvent(), ImportCoverArtDialog::keyPressEvent(), ImportMusicDialog::keyPressEvent(), FileSelector::keyPressEvent(), FileAssocDialog::keyPressEvent(), ExportNativeWizard::keyPressEvent(), DirectoryFinder::keyPressEvent(), Ripper::keyPressEvent(), FileAssocDialog::removeExtensionPopup(), FileAssocDialog::showCurrentFA(), and ScreenSetup::updateHelpText().
| void MythThemedDialog::setCurrentFocusWidget | ( | UIType * | widget | ) |
Definition at line 1535 of file mythdialogs.cpp.
Referenced by mythvideo_videomanager::ListHandler::OnGainFocus(), mythvideo_videomanager::ManualSearchHandler::OnGainFocus(), mythvideo_videomanager::ManualSearchUIDHandler::OnGainFocus(), mythvideo_videomanager::SearchListHandler::OnGainFocus(), ZMEvents::setView(), EditMetadataDialog::switchToAlbumArt(), and EditMetadataDialog::switchToMetadata().
| UIManagedTreeListType * MythThemedDialog::getUIManagedTreeListType | ( | const QString & | name | ) |
Definition at line 1548 of file mythdialogs.cpp.
Referenced by VideoTreeImp::getType(), MythImageFileDialog::MythImageFileDialog(), MoviesUI::setupTheme(), PlaybackBoxMusic::wireUpTheme(), PhoneUIBox::wireUpTheme(), and GameTree::wireUpTheme().
| UITextType * MythThemedDialog::getUITextType | ( | const QString & | name | ) |
Definition at line 1553 of file mythdialogs.cpp.
Referenced by ZMLivePlayer::changePlayerMonitor(), DatabaseBox::DatabaseBox(), LocationDialog::doSearch(), ZMPlayer::getTextType(), ZMLivePlayer::getTextType(), ZMEvents::getTextType(), ZMConsole::getTextType(), WelcomeDialog::getTextType(), VideoTreeImp::getType(), LocationDialog::itemSelected(), PhoneUIBox::PhoneUIBox(), ZMLivePlayer::setMonitorLayout(), MoviesUI::setupTheme(), SourceSetup::sourceListItemSelected(), ZMLivePlayer::updateMonitorStatus(), ExportNativeWizard::updateSizeBar(), ScreenSetup::wireUI(), ZMEvents::wireUpTheme(), WebcamSettingsBox::wireUpTheme(), VideoSelector::wireUpTheme(), VideoFilterDialog::wireUpTheme(), TitleDialog::wireUpTheme(), ThumbFinder::wireUpTheme(), RecordingSelector::wireUpTheme(), PlaybackBoxMusic::wireUpTheme(), PhoneUIBox::wireUpTheme(), MythburnWizard::wireUpTheme(), MiniPlayer::wireupTheme(), ImportNativeWizard::wireUpTheme(), ImportCoverArtDialog::wireUpTheme(), ImportMusicDialog::wireUpTheme(), GameTree::wireUpTheme(), ExportNativeWizard::wireUpTheme(), DVDRipBox::wireUpTheme(), and RipStatus::wireupTheme().
| UIRichTextType * MythThemedDialog::getUIRichTextType | ( | const QString & | name | ) |
| UIMultiTextType * MythThemedDialog::getUIMultiTextType | ( | const QString & | name | ) |
Definition at line 1568 of file mythdialogs.cpp.
| UIPushButtonType * MythThemedDialog::getUIPushButtonType | ( | const QString & | name | ) |
Definition at line 1573 of file mythdialogs.cpp.
Referenced by WebcamSettingsBox::wireUpTheme(), TitleDialog::wireUpTheme(), PlaybackBoxMusic::wireUpTheme(), ImportNativeWizard::wireUpTheme(), ImportCoverArtDialog::wireUpTheme(), ImportMusicDialog::wireUpTheme(), DVDRipBox::wireUpTheme(), and Ripper::wireupTheme().
| UITextButtonType * MythThemedDialog::getUITextButtonType | ( | const QString & | name | ) |
Definition at line 1578 of file mythdialogs.cpp.
Referenced by LocationDialog::wireUI(), SourceSetup::wireUI(), ScreenSetup::wireUI(), GlobalSetup::wireUI(), ZMPlayer::wireUpTheme(), ZMEvents::wireUpTheme(), WelcomeDialog::wireUpTheme(), WebcamSettingsBox::wireUpTheme(), VideoSelector::wireUpTheme(), VideoFilterDialog::wireUpTheme(), TitleDialog::wireUpTheme(), ThumbFinder::wireUpTheme(), RecordingSelector::wireUpTheme(), ProgDetails::wireUpTheme(), PlaybackBoxMusic::wireUpTheme(), MythburnWizard::wireUpTheme(), ImportNativeWizard::wireUpTheme(), ImportCoverArtDialog::wireUpTheme(), ImportMusicDialog::wireUpTheme(), FileSelector::wireUpTheme(), FileAssocDialog::wireUpTheme(), ExportNativeWizard::wireUpTheme(), EditMetadataDialog::wireUpTheme(), DVDRipBox::wireUpTheme(), DirectoryFinder::wireUpTheme(), and Ripper::wireupTheme().
| UIRemoteEditType * MythThemedDialog::getUIRemoteEditType | ( | const QString & | name | ) |
Definition at line 1563 of file mythdialogs.cpp.
Referenced by LocationDialog::wireUI(), TitleDialog::wireUpTheme(), MythburnWizard::wireUpTheme(), ImportNativeWizard::wireUpTheme(), ImportMusicDialog::wireUpTheme(), FileSelector::wireUpTheme(), FileAssocDialog::wireUpTheme(), ExportNativeWizard::wireUpTheme(), EditMetadataDialog::wireUpTheme(), DirectoryFinder::wireUpTheme(), and Ripper::wireupTheme().
| UIRepeatedImageType * MythThemedDialog::getUIRepeatedImageType | ( | const QString & | name | ) |
Definition at line 1583 of file mythdialogs.cpp.
Referenced by PlaybackBoxMusic::wireUpTheme(), PhoneUIBox::wireUpTheme(), and MiniPlayer::wireupTheme().
| UICheckBoxType * MythThemedDialog::getUICheckBoxType | ( | const QString & | name | ) |
Definition at line 1588 of file mythdialogs.cpp.
Referenced by GlobalSetup::wireUI(), TitleDialog::wireUpTheme(), MythburnWizard::wireUpTheme(), ImportMusicDialog::wireUpTheme(), FileAssocDialog::wireUpTheme(), ExportNativeWizard::wireUpTheme(), and Ripper::wireupTheme().
| UISelectorType * MythThemedDialog::getUISelectorType | ( | const QString & | name | ) |
Definition at line 1593 of file mythdialogs.cpp.
Referenced by ZMEvents::wireUpTheme(), VideoSelector::wireUpTheme(), VideoFilterDialog::wireUpTheme(), TitleDialog::wireUpTheme(), RecordingSelector::wireUpTheme(), MythburnWizard::wireUpTheme(), ImportCoverArtDialog::wireUpTheme(), FileAssocDialog::wireUpTheme(), ExportNativeWizard::wireUpTheme(), and Ripper::wireupTheme().
| UIBlackHoleType * MythThemedDialog::getUIBlackHoleType | ( | const QString & | name | ) |
Definition at line 1598 of file mythdialogs.cpp.
Referenced by SourceSetup::wireUI(), GlobalSetup::wireUI(), WebcamSettingsBox::wireUpTheme(), PlaybackBoxMusic::wireUpTheme(), and PhoneUIBox::wireUpTheme().
| UIImageGridType * MythThemedDialog::getUIImageGridType | ( | const QString & | name | ) |
Definition at line 1628 of file mythdialogs.cpp.
Referenced by ZMEvents::wireUpTheme(), and ThumbFinder::wireUpTheme().
| UIImageType * MythThemedDialog::getUIImageType | ( | const QString & | name | ) |
Definition at line 1603 of file mythdialogs.cpp.
Referenced by VideoTreeImp::getType(), MythImageFileDialog::MythImageFileDialog(), ZMLivePlayer::setMonitorLayout(), ZMPlayer::wireUpTheme(), VideoSelector::wireUpTheme(), ThumbFinder::wireUpTheme(), RecordingSelector::wireUpTheme(), PlaybackBoxMusic::wireUpTheme(), PhoneUIBox::wireUpTheme(), MythburnWizard::wireUpTheme(), MiniPlayer::wireupTheme(), ImportCoverArtDialog::wireUpTheme(), and GameTree::wireUpTheme().
| UIStatusBarType * MythThemedDialog::getUIStatusBarType | ( | const QString & | name | ) |
Definition at line 1608 of file mythdialogs.cpp.
Referenced by WebcamSettingsBox::wireUpTheme(), PlaybackBoxMusic::wireUpTheme(), PhoneUIBox::wireUpTheme(), MythburnWizard::wireUpTheme(), MiniPlayer::wireupTheme(), ExportNativeWizard::wireUpTheme(), DVDRipBox::wireUpTheme(), and RipStatus::wireupTheme().
| UIListBtnType * MythThemedDialog::getUIListBtnType | ( | const QString & | name | ) |
Definition at line 1613 of file mythdialogs.cpp.
Referenced by LocationDialog::wireUI(), SourceSetup::wireUI(), ScreenSetup::wireUI(), VideoSelector::wireUpTheme(), RecordingSelector::wireUpTheme(), MythburnWizard::wireUpTheme(), ImportNativeWizard::wireUpTheme(), FileSelector::wireUpTheme(), ExportNativeWizard::wireUpTheme(), and DirectoryFinder::wireUpTheme().
| UIListTreeType * MythThemedDialog::getUIListTreeType | ( | const QString & | name | ) |
| UIKeyboardType * MythThemedDialog::getUIKeyboardType | ( | const QString & | name | ) |
| LayerSet * MythThemedDialog::getContainer | ( | const QString & | name | ) |
Definition at line 1633 of file mythdialogs.cpp.
Referenced by VirtualKeyboard::SwitchLayout(), and MiniPlayer::wireupTheme().
| fontProp * MythThemedDialog::getFont | ( | const QString & | name | ) |
Definition at line 1649 of file mythdialogs.cpp.
Referenced by ProgDetails::themeText(), ZMLivePlayer::wireUpTheme(), and ZMConsole::wireUpTheme().
| void MythThemedDialog::setContext | ( | int | a_context | ) | [inline] |
Definition at line 386 of file mythdialogs.h.
Referenced by PlaybackBoxMusic::checkForPlaylists(), DVDRipBox::connectionClosed(), DVDRipBox::connectionError(), DVDRipBox::connectionMade(), DVDRipBox::DVDRipBox(), EditMetadataDialog::EditMetadataDialog(), ExportNativeWizard::ExportNativeWizard(), MythburnWizard::handleNextPage(), ExportNativeWizard::handleNextPage(), MythburnWizard::handlePrevPage(), ExportNativeWizard::handlePrevPage(), DVDRipBox::handleStatus(), ImportNativeWizard::ImportNativeWizard(), ZMPlayer::keyPressEvent(), MythburnWizard::MythburnWizard(), ImportNativeWizard::nextPressed(), PlaybackBoxMusic::PlaybackBoxMusic(), ImportNativeWizard::prevPressed(), ZMLivePlayer::setMonitorLayout(), ZMEvents::setView(), EditMetadataDialog::switchToAlbumArt(), EditMetadataDialog::switchToDBStats(), EditMetadataDialog::switchToMetadata(), and ZMPlayer::ZMPlayer().
| int MythThemedDialog::getContext | ( | ) | [inline] |
Definition at line 387 of file mythdialogs.h.
Referenced by MythburnWizard::handleNextPage(), ExportNativeWizard::handleNextPage(), MythburnWizard::handlePrevPage(), ExportNativeWizard::handlePrevPage(), DVDRipBox::handleStatus(), ZMEvents::keyPressEvent(), MythburnWizard::keyPressEvent(), DVDRipBox::keyPressEvent(), ImportNativeWizard::nextPressed(), ImportNativeWizard::prevPressed(), ZMEvents::showMenu(), MythburnWizard::showMenu(), ExportNativeWizard::showMenu(), MythburnWizard::updateSizeBar(), and ZMEvents::~ZMEvents().
| void MythThemedDialog::deleteLater | ( | void | ) | [virtual, slot] |
Reimplemented from MythDialog.
Reimplemented in VirtualKeyboard.
Definition at line 1112 of file mythdialogs.cpp.
Referenced by EditMetadataDialog::findCoverArt(), MusicPlayer::nextAuto(), ZMEvents::playPressed(), and MusicPlayer::showMiniPlayer().
| void MythThemedDialog::updateBackground | ( | ) | [virtual, slot] |
| void MythThemedDialog::initForeground | ( | ) | [virtual, slot] |
| void MythThemedDialog::updateForeground | ( | ) | [virtual, slot] |
Definition at line 1242 of file mythdialogs.cpp.
Referenced by ScreenSetup::activeListItemSelected(), VideoTree::buildVideoList(), VideoTree::cancelPopup(), PlaybackBoxMusic::checkForPlaylists(), ScreenSetup::cursorDown(), ScreenSetup::cursorSelect(), ScreenSetup::cursorUp(), ExportNativeWizard::ExportNativeWizard(), GameTree::GameTree(), MythburnWizard::handleNextPage(), ExportNativeWizard::handleNextPage(), MythburnWizard::handlePrevPage(), ExportNativeWizard::handlePrevPage(), VideoTree::handleTreeListEntry(), initForeground(), mythvideo_videomanager::ContainerHandler::Invalidate(), ZMPlayer::keyPressEvent(), LocationDialog::keyPressEvent(), SourceSetup::keyPressEvent(), ScreenSetup::keyPressEvent(), PhoneUIBox::keyPressEvent(), loadThemedWindow(), MythburnWizard::MythburnWizard(), ImportNativeWizard::nextPressed(), PhoneUIBox::PhoneUIBox(), PlaybackBoxMusic::PlaybackBoxMusic(), VideoTree::playVideo(), ImportNativeWizard::prevPressed(), RecordingSelector::RecordingSelector(), ZMLivePlayer::setMonitorLayout(), MoviesUI::setupTheme(), ZMEvents::setView(), EditMetadataDialog::switchToAlbumArt(), EditMetadataDialog::switchToDBStats(), EditMetadataDialog::switchToMetadata(), and VideoSelector::VideoSelector().
| void MythThemedDialog::updateForeground | ( | const QRect & | r | ) | [virtual, slot] |
| void MythThemedDialog::updateForegroundRegion | ( | const QRect & | r | ) | [virtual, slot] |
only draws the region
Definition at line 1284 of file mythdialogs.cpp.
Referenced by loadThemedWindow().
| bool MythThemedDialog::assignFirstFocus | ( | ) | [virtual, slot] |
Definition at line 1373 of file mythdialogs.cpp.
Referenced by DVDRipBox::DVDRipBox(), EditMetadataDialog::EditMetadataDialog(), ExportNativeWizard::ExportNativeWizard(), FileAssocDialog::FileAssocDialog(), GlobalSetup::GlobalSetup(), ImportCoverArtDialog::ImportCoverArtDialog(), ImportMusicDialog::ImportMusicDialog(), LocationDialog::LocationDialog(), MythburnWizard::MythburnWizard(), nextPrevWidgetFocus(), PlaybackBoxMusic::PlaybackBoxMusic(), ProgDetails::ProgDetails(), RecordingSelector::RecordingSelector(), FileAssocDialog::removeExtensionPopup(), ScreenSetup::ScreenSetup(), FileAssocDialog::showCurrentFA(), SourceSetup::SourceSetup(), ThumbFinder::ThumbFinder(), TitleDialog::TitleDialog(), VideoFilterDialog::VideoFilterDialog(), VideoManager::VideoManager(), VideoSelector::VideoSelector(), WelcomeDialog::WelcomeDialog(), ZMPlayer::wireUpTheme(), ZMEvents::wireUpTheme(), ZMConsole::wireUpTheme(), ImportNativeWizard::wireUpTheme(), FileSelector::wireUpTheme(), DirectoryFinder::wireUpTheme(), RipStatus::wireupTheme(), and Ripper::wireupTheme().
Definition at line 1397 of file mythdialogs.cpp.
Referenced by ScreenSetup::cursorDown(), ScreenSetup::cursorRight(), ScreenSetup::cursorUp(), ScreenSetup::deleteScreen(), ScreenSetup::doListSelect(), LocationDialog::doSearch(), WeatherSpinBox::eventFilter(), ZMPlayer::keyPressEvent(), ZMEvents::keyPressEvent(), ZMConsole::keyPressEvent(), LocationDialog::keyPressEvent(), SourceSetup::keyPressEvent(), ScreenSetup::keyPressEvent(), GlobalSetup::keyPressEvent(), VideoSelector::keyPressEvent(), VideoFilterDialog::keyPressEvent(), TitleDialog::keyPressEvent(), ThumbFinder::keyPressEvent(), RecordingSelector::keyPressEvent(), ProgDetails::keyPressEvent(), PlaybackBoxMusic::keyPressEvent(), MythburnWizard::keyPressEvent(), ImportNativeWizard::keyPressEvent(), ImportCoverArtDialog::keyPressEvent(), ImportMusicDialog::keyPressEvent(), FileSelector::keyPressEvent(), FileAssocDialog::keyPressEvent(), ExportNativeWizard::keyPressEvent(), EditMetadataDialog::keyPressEvent(), DVDRipBox::keyPressEvent(), DirectoryFinder::keyPressEvent(), Ripper::keyPressEvent(), VideoFilterDialog::takeFocusAwayFromEditor(), and UIRemoteEditType::takeFocusAwayFromEditor().
| void MythThemedDialog::activateCurrent | ( | ) | [virtual, slot] |
Definition at line 1472 of file mythdialogs.cpp.
Referenced by ZMPlayer::keyPressEvent(), ZMEvents::keyPressEvent(), WelcomeDialog::keyPressEvent(), VideoSelector::keyPressEvent(), VideoFilterDialog::keyPressEvent(), TitleDialog::keyPressEvent(), ThumbFinder::keyPressEvent(), RecordingSelector::keyPressEvent(), PlaybackBoxMusic::keyPressEvent(), MythburnWizard::keyPressEvent(), ImportNativeWizard::keyPressEvent(), ImportCoverArtDialog::keyPressEvent(), ImportMusicDialog::keyPressEvent(), FileSelector::keyPressEvent(), FileAssocDialog::keyPressEvent(), ExportNativeWizard::keyPressEvent(), EditMetadataDialog::keyPressEvent(), DVDRipBox::keyPressEvent(), DirectoryFinder::keyPressEvent(), and Ripper::keyPressEvent().
| void MythThemedDialog::paintEvent | ( | QPaintEvent * | e | ) | [protected] |
Definition at line 1361 of file mythdialogs.cpp.
| XMLParse* MythThemedDialog::getTheme | ( | ) | [inline, protected] |
Definition at line 409 of file mythdialogs.h.
Referenced by ProgDetails::themeText(), and VideoManager::VideoManager().
| QDomElement& MythThemedDialog::getXmlData | ( | ) | [inline, protected] |
Definition at line 410 of file mythdialogs.h.
| void MythThemedDialog::ReallyUpdateForeground | ( | const QRect & | r | ) | [private] |
| void MythThemedDialog::UpdateForegroundRect | ( | const QRect & | inv_rect | ) | [private] |
Definition at line 1294 of file mythdialogs.cpp.
Referenced by ReallyUpdateForeground(), and updateForegroundRegion().
UIType* MythThemedDialog::widget_with_current_focus [protected] |
Definition at line 406 of file mythdialogs.h.
Referenced by activateCurrent(), assignFirstFocus(), getCurrentFocusWidget(), loadThemedWindow(), nextPrevWidgetFocus(), FileAssocDialog::removeExtensionPopup(), setCurrentFocusWidget(), and FileAssocDialog::showCurrentFA().
QPixmap MythThemedDialog::my_background [protected] |
Definition at line 412 of file mythdialogs.h.
Referenced by initForeground(), ProgDetails::ProgDetails(), updateBackground(), and UpdateForegroundRect().
QPixmap MythThemedDialog::my_foreground [protected] |
Definition at line 413 of file mythdialogs.h.
Referenced by initForeground(), paintEvent(), and UpdateForegroundRect().
XMLParse* MythThemedDialog::theme [private] |
Definition at line 421 of file mythdialogs.h.
Referenced by deleteLater(), getFont(), loadThemedWindow(), loadWindow(), MythThemedDialog(), parseContainer(), parseFont(), ProgDetails::themeText(), updateBackground(), and ~MythThemedDialog().
QDomElement MythThemedDialog::xmldata [private] |
int MythThemedDialog::context [private] |
Definition at line 423 of file mythdialogs.h.
Referenced by buildFocusList(), ScreenSetup::loadData(), loadThemedWindow(), updateBackground(), and UpdateForegroundRect().
QPtrList<LayerSet> MythThemedDialog::my_containers [private] |
Definition at line 425 of file mythdialogs.h.
Referenced by buildFocusList(), getContainer(), getUIObject(), loadThemedWindow(), parseContainer(), and UpdateForegroundRect().
QPtrList<UIType> MythThemedDialog::focus_taking_widgets [private] |
Definition at line 426 of file mythdialogs.h.
Referenced by assignFirstFocus(), buildFocusList(), nextPrevWidgetFocus(), and setCurrentFocusWidget().
QRect MythThemedDialog::redrawRect [private] |
Definition at line 428 of file mythdialogs.h.
Referenced by loadThemedWindow(), paintEvent(), ReallyUpdateForeground(), and updateForeground().
1.5.5