#include <uitypes.h>

Definition at line 1212 of file uitypes.h.
Public Slots | |
| void | push () |
| void | unPush () |
| void | activate () |
Signals | |
| void | pushed () |
Public Member Functions | |
| UITextButtonType (const QString &name, QPixmap on, QPixmap off, QPixmap pushed) | |
| void | Draw (QPainter *, int drawlayer, int context) |
| void | setPosition (QPoint pos) |
| void | setText (const QString some_text) |
| void | setFont (fontProp *font) |
| void | calculateScreenArea () |
Private Attributes | |
| QPoint | m_displaypos |
| QPixmap | on_pixmap |
| QPixmap | off_pixmap |
| QPixmap | pushed_pixmap |
| QString | m_text |
| fontProp * | m_font |
| bool | currently_pushed |
| QTimer | push_timer |
| UITextButtonType::UITextButtonType | ( | const QString & | name, | |
| QPixmap | on, | |||
| QPixmap | off, | |||
| QPixmap | pushed | |||
| ) |
Definition at line 4923 of file uitypes.cpp.
| void UITextButtonType::Draw | ( | QPainter * | p, | |
| int | drawlayer, | |||
| int | context | |||
| ) | [virtual] |
| void UITextButtonType::setPosition | ( | QPoint | pos | ) | [inline] |
| void UITextButtonType::setText | ( | const QString | some_text | ) |
Definition at line 4999 of file uitypes.cpp.
Referenced by MythburnWizard::handleNextPage(), ExportNativeWizard::handleNextPage(), MythburnWizard::handlePrevPage(), ExportNativeWizard::handlePrevPage(), ImportNativeWizard::nextPressed(), PlaybackBoxMusic::PlaybackBoxMusic(), ZMPlayer::playPressed(), ImportNativeWizard::prevPressed(), PlaybackBoxMusic::setRepeatMode(), PlaybackBoxMusic::setShuffleMode(), ZMPlayer::updateFrame(), 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(), MythburnWizard::wireUpTheme(), ImportNativeWizard::wireUpTheme(), ImportCoverArtDialog::wireUpTheme(), ImportMusicDialog::wireUpTheme(), FileSelector::wireUpTheme(), FileAssocDialog::wireUpTheme(), ExportNativeWizard::wireUpTheme(), EditMetadataDialog::wireUpTheme(), DVDRipBox::wireUpTheme(), DirectoryFinder::wireUpTheme(), and Ripper::wireupTheme().
| void UITextButtonType::setFont | ( | fontProp * | font | ) | [inline] |
| void UITextButtonType::calculateScreenArea | ( | void | ) | [virtual] |
Reimplemented from UIType.
Definition at line 5005 of file uitypes.cpp.
Referenced by XMLParse::parseTextButton().
| void UITextButtonType::push | ( | ) | [slot] |
Definition at line 4981 of file uitypes.cpp.
Referenced by ScreenSetup::cursorSelect(), ZMPlayer::keyPressEvent(), ZMEvents::keyPressEvent(), WebcamSettingsBox::keyPressEvent(), LocationDialog::keyPressEvent(), SourceSetup::keyPressEvent(), GlobalSetup::keyPressEvent(), VideoFilterDialog::keyPressEvent(), PlaybackBoxMusic::keyPressEvent(), EditMetadataDialog::keyPressEvent(), DVDRipBox::keyPressEvent(), and Ripper::keyPressEvent().
| void UITextButtonType::unPush | ( | ) | [slot] |
| void UITextButtonType::activate | ( | ) | [inline, virtual, slot] |
| void UITextButtonType::pushed | ( | ) | [signal] |
Referenced by push().
QPoint UITextButtonType::m_displaypos [private] |
QPixmap UITextButtonType::on_pixmap [private] |
Definition at line 1239 of file uitypes.h.
Referenced by calculateScreenArea(), Draw(), and UITextButtonType().
QPixmap UITextButtonType::off_pixmap [private] |
Definition at line 1240 of file uitypes.h.
Referenced by calculateScreenArea(), Draw(), and UITextButtonType().
QPixmap UITextButtonType::pushed_pixmap [private] |
Definition at line 1241 of file uitypes.h.
Referenced by calculateScreenArea(), Draw(), and UITextButtonType().
QString UITextButtonType::m_text [private] |
fontProp* UITextButtonType::m_font [private] |
bool UITextButtonType::currently_pushed [private] |
QTimer UITextButtonType::push_timer [private] |
1.5.5