#include <uitypes.h>

Definition at line 1317 of file uitypes.h.
Public Slots | |
| void | push (bool up_or_down) |
| void | unPush () |
| void | activate () |
| void | cleanOut () |
| void | setToItem (int which_item) |
| void | setToItem (const QString &which_item) |
Signals | |
| void | pushed (int) |
Public Member Functions | |
| UISelectorType (const QString &name, QPixmap on, QPixmap off, QPixmap pushed, QRect area) | |
| ~UISelectorType () | |
| void | Draw (QPainter *, int drawlayer, int context) |
| void | calculateScreenArea () |
| void | addItem (int an_int, const QString &a_string) |
| void | setFont (fontProp *font) |
| QString | getCurrentString () |
| int | getCurrentInt () |
Private Attributes | |
| QRect | m_area |
| fontProp * | m_font |
| QPtrList< IntStringPair > | my_data |
| IntStringPair * | current_data |
| UISelectorType::UISelectorType | ( | const QString & | name, | |
| QPixmap | on, | |||
| QPixmap | off, | |||
| QPixmap | pushed, | |||
| QRect | area | |||
| ) |
Definition at line 5153 of file uitypes.cpp.
| UISelectorType::~UISelectorType | ( | ) |
Definition at line 5311 of file uitypes.cpp.
| void UISelectorType::Draw | ( | QPainter * | p, | |
| int | drawlayer, | |||
| int | context | |||
| ) | [virtual] |
| void UISelectorType::calculateScreenArea | ( | void | ) | [virtual] |
Reimplemented from UIPushButtonType.
Definition at line 5214 of file uitypes.cpp.
Referenced by XMLParse::parseSelector().
| void UISelectorType::addItem | ( | int | an_int, | |
| const QString & | a_string | |||
| ) |
Definition at line 5222 of file uitypes.cpp.
Referenced by VideoFilterDialog::fillWidgets(), ZMEvents::getCameraList(), ZMEvents::getDateList(), RecordingSelector::getRecordingList(), MythburnWizard::getThemeList(), VideoSelector::getVideoList(), MythburnWizard::loadEncoderProfiles(), FileAssocDialog::showCurrentFA(), TitleDialog::showCurrentTitle(), MythburnWizard::wireUpTheme(), ImportCoverArtDialog::wireUpTheme(), ExportNativeWizard::wireUpTheme(), and Ripper::wireupTheme().
| void UISelectorType::setFont | ( | fontProp * | font | ) | [inline] |
| QString UISelectorType::getCurrentString | ( | ) |
Definition at line 5256 of file uitypes.cpp.
Referenced by ZMEvents::getDateList(), ZMEvents::getEventList(), MythburnWizard::loadConfiguration(), MythburnWizard::saveConfiguration(), RecordingSelector::updateRecordingList(), and VideoSelector::updateVideoList().
| int UISelectorType::getCurrentInt | ( | ) |
Definition at line 5264 of file uitypes.cpp.
Referenced by ZMEvents::getEventList(), Ripper::startRipper(), and ImportCoverArtDialog::updateStatus().
| void UISelectorType::push | ( | bool | up_or_down | ) | [slot] |
Definition at line 5273 of file uitypes.cpp.
Referenced by ZMEvents::keyPressEvent(), VideoSelector::keyPressEvent(), VideoFilterDialog::keyPressEvent(), RecordingSelector::keyPressEvent(), MythburnWizard::keyPressEvent(), ImportCoverArtDialog::keyPressEvent(), FileAssocDialog::keyPressEvent(), ExportNativeWizard::keyPressEvent(), and Ripper::keyPressEvent().
| void UISelectorType::unPush | ( | ) | [virtual, slot] |
| void UISelectorType::activate | ( | ) | [inline, virtual, slot] |
| void UISelectorType::cleanOut | ( | ) | [inline, slot] |
Definition at line 1346 of file uitypes.h.
Referenced by FileAssocDialog::showCurrentFA(), and TitleDialog::showCurrentTitle().
| void UISelectorType::setToItem | ( | int | which_item | ) | [slot] |
Definition at line 5232 of file uitypes.cpp.
Referenced by VideoFilterDialog::fillWidgets(), ZMEvents::getCameraList(), ZMEvents::getDateList(), RecordingSelector::getRecordingList(), MythburnWizard::getThemeList(), VideoSelector::getVideoList(), MythburnWizard::loadConfiguration(), MythburnWizard::loadEncoderProfiles(), MythburnWizard::selectedChanged(), FileAssocDialog::showCurrentFA(), TitleDialog::showCurrentTitle(), EditMetadataDialog::toggleChild(), ImportCoverArtDialog::updateTypeSelector(), ImportCoverArtDialog::wireUpTheme(), and Ripper::wireupTheme().
| void UISelectorType::setToItem | ( | const QString & | which_item | ) | [slot] |
Definition at line 5244 of file uitypes.cpp.
| void UISelectorType::pushed | ( | int | ) | [signal] |
QRect UISelectorType::m_area [private] |
Definition at line 1356 of file uitypes.h.
Referenced by calculateScreenArea(), Draw(), and UISelectorType().
fontProp* UISelectorType::m_font [private] |
QPtrList<IntStringPair> UISelectorType::my_data [private] |
Definition at line 1358 of file uitypes.h.
Referenced by addItem(), push(), setToItem(), UISelectorType(), and ~UISelectorType().
IntStringPair* UISelectorType::current_data [private] |
Definition at line 1359 of file uitypes.h.
Referenced by addItem(), Draw(), getCurrentInt(), getCurrentString(), push(), setToItem(), and UISelectorType().
1.5.5