#include <uitypes.h>

Definition at line 959 of file uitypes.h.
Public Slots | |
| void | takeFocusAwayFromEditor (bool up_or_down) |
| void | editorChanged (QString value) |
| virtual bool | takeFocus () |
| virtual void | looseFocus () |
| virtual void | show () |
| virtual void | hide () |
Signals | |
| void | textChanged (QString value) |
Public Member Functions | |
| UIRemoteEditType (const QString &name, fontProp *font, const QString &text, int dorder, QRect displayrect) | |
| ~UIRemoteEditType () | |
| void | createEdit (MythThemedDialog *parent) |
| QWidget * | getEdit (void) |
| void | Draw (QPainter *, int drawlayer, int context) |
| void | setArea (QRect area) |
| void | setText (const QString some_text) |
| QString | getText () |
| void | setFont (fontProp *font) |
| void | setCharacterColors (QColor unselected, QColor selected, QColor special) |
| void | calculateScreenArea () |
Private Attributes | |
| MythRemoteLineEdit * | edit |
| QRect | m_displaysize |
| QString | m_text |
| fontProp * | m_font |
| QColor | m_unselected |
| QColor | m_selected |
| QColor | m_special |
| MythThemedDialog * | m_parentDialog |
| UIRemoteEditType::UIRemoteEditType | ( | const QString & | name, | |
| fontProp * | font, | |||
| const QString & | text, | |||
| int | dorder, | |||
| QRect | displayrect | |||
| ) |
Definition at line 2839 of file uitypes.cpp.
| UIRemoteEditType::~UIRemoteEditType | ( | ) |
Definition at line 2872 of file uitypes.cpp.
| void UIRemoteEditType::createEdit | ( | MythThemedDialog * | parent | ) |
Definition at line 2851 of file uitypes.cpp.
Referenced by mythvideo_videomanager::ManualSearchHandler::ManualSearchHandler(), mythvideo_videomanager::ManualSearchUIDHandler::ManualSearchUIDHandler(), LocationDialog::wireUI(), TitleDialog::wireUpTheme(), MythburnWizard::wireUpTheme(), ImportNativeWizard::wireUpTheme(), ImportMusicDialog::wireUpTheme(), FileSelector::wireUpTheme(), FileAssocDialog::wireUpTheme(), ExportNativeWizard::wireUpTheme(), EditMetadataDialog::wireUpTheme(), DirectoryFinder::wireUpTheme(), and Ripper::wireupTheme().
| QWidget* UIRemoteEditType::getEdit | ( | void | ) | [inline] |
Definition at line 970 of file uitypes.h.
Referenced by mythvideo_videomanager::ManualSearchHandler::ManualSearchHandler(), mythvideo_videomanager::ManualSearchUIDHandler::ManualSearchUIDHandler(), mythvideo_videomanager::ManualSearchHandler::OnExit(), mythvideo_videomanager::ManualSearchUIDHandler::OnExit(), and EditMetadataDialog::wireUpTheme().
| void UIRemoteEditType::Draw | ( | QPainter * | dr, | |
| int | drawlayer, | |||
| int | context | |||
| ) | [virtual] |
| void UIRemoteEditType::setText | ( | const QString | some_text | ) |
Definition at line 2882 of file uitypes.cpp.
Referenced by EditMetadataDialog::checkClicked(), EditMetadataDialog::fillWidgets(), MythburnWizard::handleFind(), ExportNativeWizard::handleFind(), ImportMusicDialog::ImportMusicDialog(), ImportMusicDialog::locationPressed(), mythvideo_videomanager::ManualSearchHandler::ManualSearchHandler(), mythvideo_videomanager::ManualSearchUIDHandler::ManualSearchUIDHandler(), XMLParse::parseRemoteEdit(), Ripper::searchAlbum(), Ripper::searchArtist(), Ripper::searchGenre(), FileAssocDialog::showCurrentFA(), TitleDialog::showCurrentTitle(), Ripper::startScanCD(), ImportNativeWizard::updateFileList(), FileSelector::updateFileList(), and DirectoryFinder::updateFileList().
| QString UIRemoteEditType::getText | ( | ) |
Definition at line 2890 of file uitypes.cpp.
Referenced by ImportMusicDialog::doScan(), LocationDialog::doSearch(), EditMetadataDialog::editLostFocus(), MythburnWizard::filenameEditLostFocus(), ExportNativeWizard::filenameEditLostFocus(), ImportNativeWizard::locationEditLostFocus(), FileSelector::locationEditLostFocus(), DirectoryFinder::locationEditLostFocus(), ImportMusicDialog::locationPressed(), Ripper::searchAlbum(), Ripper::searchArtist(), Ripper::searchGenre(), MythburnWizard::setDestination(), ExportNativeWizard::setDestination(), and ImportMusicDialog::~ImportMusicDialog().
| void UIRemoteEditType::setFont | ( | fontProp * | font | ) |
Definition at line 2898 of file uitypes.cpp.
| void UIRemoteEditType::setCharacterColors | ( | QColor | unselected, | |
| QColor | selected, | |||
| QColor | special | |||
| ) |
| void UIRemoteEditType::calculateScreenArea | ( | void | ) | [virtual] |
Reimplemented from UIType.
Definition at line 2959 of file uitypes.cpp.
Referenced by XMLParse::parseRemoteEdit().
| void UIRemoteEditType::takeFocusAwayFromEditor | ( | bool | up_or_down | ) | [slot] |
| void UIRemoteEditType::editorChanged | ( | QString | value | ) | [slot] |
| bool UIRemoteEditType::takeFocus | ( | ) | [virtual, slot] |
| void UIRemoteEditType::looseFocus | ( | ) | [virtual, slot] |
Reimplemented from UIType.
Definition at line 2986 of file uitypes.cpp.
Referenced by takeFocusAwayFromEditor().
| void UIRemoteEditType::show | ( | void | ) | [virtual, slot] |
Reimplemented from UIType.
Definition at line 2915 of file uitypes.cpp.
Referenced by mythvideo_videomanager::ManualSearchHandler::ManualSearchHandler(), mythvideo_videomanager::ManualSearchUIDHandler::ManualSearchUIDHandler(), MythburnWizard::setDestination(), ExportNativeWizard::setDestination(), and FileAssocDialog::showCurrentFA().
| void UIRemoteEditType::hide | ( | void | ) | [virtual, slot] |
Reimplemented from UIType.
Definition at line 2923 of file uitypes.cpp.
Referenced by mythvideo_videomanager::ManualSearchHandler::OnExit(), mythvideo_videomanager::ManualSearchUIDHandler::OnExit(), MythburnWizard::setDestination(), ExportNativeWizard::setDestination(), and FileAssocDialog::showCurrentFA().
| void UIRemoteEditType::textChanged | ( | QString | value | ) | [signal] |
Referenced by createEdit(), and editorChanged().
MythRemoteLineEdit* UIRemoteEditType::edit [private] |
Definition at line 991 of file uitypes.h.
Referenced by createEdit(), Draw(), getText(), hide(), looseFocus(), setCharacterColors(), setFont(), setText(), show(), takeFocus(), UIRemoteEditType(), and ~UIRemoteEditType().
QRect UIRemoteEditType::m_displaysize [private] |
Definition at line 992 of file uitypes.h.
Referenced by calculateScreenArea(), and UIRemoteEditType().
QString UIRemoteEditType::m_text [private] |
Definition at line 993 of file uitypes.h.
Referenced by createEdit(), setText(), and UIRemoteEditType().
fontProp* UIRemoteEditType::m_font [private] |
Definition at line 994 of file uitypes.h.
Referenced by createEdit(), setFont(), and UIRemoteEditType().
QColor UIRemoteEditType::m_unselected [private] |
QColor UIRemoteEditType::m_selected [private] |
QColor UIRemoteEditType::m_special [private] |
MythThemedDialog* UIRemoteEditType::m_parentDialog [private] |
Definition at line 999 of file uitypes.h.
Referenced by createEdit(), and takeFocusAwayFromEditor().
1.5.5