#include <mythwidgets.h>
Definition at line 382 of file mythwidgets.h.
Public Slots | |
| void | setCurrentItem (const QString &matchText, bool caseSensitive=true, bool partialMatch=false) |
| void | setCurrentItem (int index) |
Signals | |
| void | changeHelpText (QString) |
| void | accepted (int) |
| void | menuButtonPressed (int) |
| void | editButtonPressed (int) |
| void | deleteButtonPressed (int) |
Public Member Functions | |
| MythListBox (QWidget *parent) | |
| virtual void | keyPressEvent (QKeyEvent *e) |
| void | setHelpText (const QString &) |
| int | currentItem () |
Protected Member Functions | |
| void | focusInEvent (QFocusEvent *e) |
| void | focusOutEvent (QFocusEvent *e) |
| virtual void | polish (void) |
Private Attributes | |
| QString | helptext |
| MythListBox::MythListBox | ( | QWidget * | parent | ) |
Definition at line 1426 of file mythwidgets.cpp.
| void MythListBox::keyPressEvent | ( | QKeyEvent * | e | ) | [virtual] |
Definition at line 1489 of file mythwidgets.cpp.
| void MythListBox::setHelpText | ( | const QString & | help | ) |
Definition at line 1600 of file mythwidgets.cpp.
Referenced by ListBoxSetting::configWidget(), and ListBoxSetting::setHelpText().
| int MythListBox::currentItem | ( | ) | [inline] |
Definition at line 391 of file mythwidgets.h.
Referenced by SmartPLOrderByDialog::ascendingPressed(), ProgLister::chooseListBoxChanged(), ProgLister::deleteKeyword(), SmartPLOrderByDialog::deletePressed(), SmartPLOrderByDialog::descendingPressed(), keyPressEvent(), SmartPLOrderByDialog::moveDownPressed(), SmartPLOrderByDialog::moveUpPressed(), SmartPLOrderByDialog::orderByChanged(), ProgLister::powerEdit(), PlaybackBox::recGroupChooserListBoxChanged(), DeviceTree::RunTypeDialog(), MythSearchDialog::searchTextChanged(), PreviousList::setViewFromList(), PlaybackBox::showRecGroupChooser(), LogViewer::updateClicked(), and ProgLister::updateKeywordInDB().
| void MythListBox::focusInEvent | ( | QFocusEvent * | e | ) | [protected] |
Definition at line 1620 of file mythwidgets.cpp.
| void MythListBox::focusOutEvent | ( | QFocusEvent * | e | ) | [protected] |
Definition at line 1608 of file mythwidgets.cpp.
| void MythListBox::polish | ( | void | ) | [protected, virtual] |
Definition at line 1430 of file mythwidgets.cpp.
| void MythListBox::setCurrentItem | ( | const QString & | matchText, | |
| bool | caseSensitive = true, |
|||
| bool | partialMatch = false | |||
| ) | [slot] |
Definition at line 1443 of file mythwidgets.cpp.
Referenced by ProgLister::chooseView(), PreviousList::chooseView(), ListBoxSetting::configWidget(), SmartPlaylistDialog::editPressed(), SmartPlaylistDialog::getSmartPlaylists(), keyPressEvent(), SmartPlaylistDialog::newPressed(), PlaybackBox::recGroupChooserListBoxChanged(), SearchDialog::runQuery(), DeviceTree::RunTypeDialog(), MythSearchDialog::searchTextChanged(), SmartPlaylistDialog::setSmartPlaylist(), PlaybackBox::showPlayGroupChanger(), PlaybackBox::showRecGroupChanger(), PlaybackBox::showRecGroupChooser(), and LogViewer::updateClicked().
| void MythListBox::setCurrentItem | ( | int | index | ) | [inline, slot] |
Definition at line 401 of file mythwidgets.h.
| void MythListBox::changeHelpText | ( | QString | ) | [signal] |
Referenced by focusInEvent(), and setHelpText().
| void MythListBox::accepted | ( | int | ) | [signal] |
Referenced by keyPressEvent().
| void MythListBox::menuButtonPressed | ( | int | ) | [signal] |
Referenced by keyPressEvent().
| void MythListBox::editButtonPressed | ( | int | ) | [signal] |
Referenced by keyPressEvent().
| void MythListBox::deleteButtonPressed | ( | int | ) | [signal] |
Referenced by keyPressEvent().
QString MythListBox::helptext [private] |
1.5.5