#include <uitypes.h>

Definition at line 772 of file uitypes.h.
Public Member Functions | |
| UITextType (const QString &, fontProp *, const QString &, int, QRect displayrect, QRect altdisplayrect) | |
| ~UITextType () | |
| QString | Name () |
| void | UseAlternateArea (bool useAlt) |
| void | SetText (const QString &text) |
| QString | GetText () |
| QString | GetDefaultText () |
| void | SetJustification (int jst) |
| int | GetJustification () |
| void | SetCutDown (bool cut) |
| QRect | DisplayArea () |
| void | SetDisplayArea (const QRect &rect) |
| virtual void | calculateScreenArea () |
| virtual void | Draw (QPainter *, int, int) |
| fontProp * | GetFont (void) |
| void | SetFont (fontProp *font) |
Protected Attributes | |
| int | m_justification |
| QRect | m_displaysize |
| QRect | m_origdisplaysize |
| QRect | m_altdisplaysize |
| QString | m_message |
| QString | m_default_msg |
| fontProp * | m_font |
| bool | m_cutdown |
| UITextType::UITextType | ( | const QString & | name, | |
| fontProp * | font, | |||
| const QString & | text, | |||
| int | dorder, | |||
| QRect | displayrect, | |||
| QRect | altdisplayrect | |||
| ) |
Definition at line 2482 of file uitypes.cpp.
| UITextType::~UITextType | ( | ) |
Definition at line 2504 of file uitypes.cpp.
| QString UITextType::Name | ( | ) | [inline] |
| void UITextType::UseAlternateArea | ( | bool | useAlt | ) |
Definition at line 2508 of file uitypes.cpp.
| void UITextType::SetText | ( | const QString & | text | ) |
Definition at line 2516 of file uitypes.cpp.
Referenced by ZMLivePlayer::changePlayerMonitor(), ThumbFinder::changeSeekAmount(), PhoneUIBox::changeVolumeControl(), checkedSetText(), GameTree::clearRomInfo(), DVDRipBox::connectionClosed(), DVDRipBox::connectionError(), PlaybackBoxMusic::customEvent(), MiniPlayer::customEvent(), RipStatus::customEvent(), PhoneUIStatusBar::DisplayCallState(), ZMPlayer::displayFrameGl(), ZMPlayer::displayFrameXv(), PhoneUIStatusBar::DisplayInCallStats(), PhoneUIStatusBar::DisplayNotification(), LocationDialog::doSearch(), VideoGallery::drawIcon(), MythburnWizard::filenameEditLostFocus(), ExportNativeWizard::filenameEditLostFocus(), ImportMusicDialog::fillWidgets(), ImportNativeWizard::findChannelMatch(), ZMConsole::getDaemonStatus(), ZMPlayer::getEventInfo(), DVDRipBox::goRipScreen(), ZMEvents::gridItemChanged(), EditMetadataDialog::gridItemChanged(), GuideGrid::GuideGrid(), DVDRipBox::handleStatus(), MoviesUI::handleTreeListEntry(), LocationDialog::itemSelected(), StatusBox::keyPressEvent(), MiniPlayer::keyPressEvent(), MythNewsConfig::loadTheme(), MythFlixQueue::loadTheme(), MythFlixConfig::loadTheme(), ImportNativeWizard::loadXML(), MiniPlayer::MiniPlayer(), GuideGrid::paintDate(), GuideGrid::paintInfo(), GuideGrid::paintJumpToChannel(), XMLParse::parseTextArea(), PhoneUIStatusBar::PhoneUIStatusBar(), MythburnWizard::recalcItemSize(), ImportNativeWizard::searchCallsign(), ImportNativeWizard::searchChanID(), ImportNativeWizard::searchChanNo(), ImportNativeWizard::searchName(), PlaybackBoxMusic::seek(), MiniPlayer::seek(), MythburnWizard::selectedChanged(), ImportNativeWizard::selectedChanged(), MythburnWizard::setDestination(), ExportNativeWizard::setDestination(), StatusBox::setHelpText(), ZMLivePlayer::setMonitorLayout(), VideoSelector::setParentalLevel(), MythburnWizard::setProfile(), PlaybackBoxMusic::setRepeatMode(), PlaybackBoxMusic::setShuffleMode(), MythburnWizard::setTheme(), WebcamSettingsBox::SettingDisplayTimerExpiry(), MiniPlayer::showAutoMode(), DVDRipBox::showCurrentJob(), TitleDialog::showCurrentTitle(), MiniPlayer::showRepeatMode(), MiniPlayer::showShuffleMode(), PlaybackBoxMusic::showSpeed(), MiniPlayer::showSpeed(), PhoneUIBox::showVolume(), MiniPlayer::showVolume(), SourceSetup::sourceListItemSelected(), PlaybackBoxMusic::stop(), GuideGrid::timeCheckTimeout(), VideoSelector::titleChanged(), RecordingSelector::titleChanged(), MythburnWizard::titleChanged(), ExportNativeWizard::titleChanged(), WeatherScreen::toggle_pause(), GameTree::toggleFavorite(), PlaybackBoxMusic::toggleFullBlankVisualizer(), VideoFilterDialog::update_numvideo(), MythburnWizard::updateArchiveList(), ExportNativeWizard::updateArchiveList(), ProgLister::updateBackground(), PreviousList::updateBackground(), ViewScheduled::updateConflict(), StatusBox::updateContent(), ThumbFinder::updateCurrentPos(), ScreenSetup::updateHelpText(), ProgramRecPriority::updateInfo(), ProgFinder::updateInfo(), ChannelRecPriority::updateInfo(), MythNews::updateInfoView(), MythFlixQueue::updateInfoView(), MythFlix::updateInfoView(), PhoneUIStatusBar::updateMidCallAudioStats(), PhoneUIStatusBar::updateMidCallCaller(), PhoneUIStatusBar::updateMidCallTime(), PhoneUIStatusBar::updateMidCallVideoStats(), ZMLivePlayer::updateMonitorStatus(), GameTree::updateRomInfo(), WelcomeDialog::updateScreen(), ViewScheduled::updateShowLevel(), ViewScheduleDiff::updateShowLevel(), PlaybackBox::updateShowTitles(), MythburnWizard::updateSizeBar(), ExportNativeWizard::updateSizeBar(), ImportCoverArtDialog::updateStatus(), IconView::UpdateText(), ZMConsole::updateTime(), WelcomeDialog::updateTime(), PlaybackBoxMusic::updateTrackInfo(), MiniPlayer::updateTrackInfo(), ZMEvents::updateUIList(), PlaybackBox::updateUsage(), VideoSelector::updateVideoList(), ProgLister::updateView(), PreviousList::updateView(), ViewScheduleDiff::ViewScheduleDiff(), PlaybackBoxMusic::wipeTrackInfo(), ScreenSetup::wireUI(), PlaybackBoxMusic::wireUpTheme(), PhoneUIBox::wireUpTheme(), and MiniPlayer::wireupTheme().
| QString UITextType::GetText | ( | ) | [inline] |
Definition at line 784 of file uitypes.h.
Referenced by ImportNativeWizard::loadXML(), ImportNativeWizard::nextPressed(), ImportNativeWizard::searchCallsign(), ImportNativeWizard::searchChanID(), ImportNativeWizard::searchChanNo(), ImportNativeWizard::searchName(), ZMConsole::updateTime(), WelcomeDialog::updateTime(), and MiniPlayer::wireupTheme().
| void UITextType::SetJustification | ( | int | jst | ) | [inline] |
| void UITextType::SetCutDown | ( | bool | cut | ) | [inline] |
| QRect UITextType::DisplayArea | ( | ) | [inline] |
Definition at line 791 of file uitypes.h.
Referenced by VideoGallery::drawIcon(), VideoGallery::LoadIconWindow(), and truncateFilename().
| void UITextType::SetDisplayArea | ( | const QRect & | rect | ) | [inline] |
| void UITextType::calculateScreenArea | ( | void | ) | [virtual] |
Reimplemented from UIType.
Definition at line 2584 of file uitypes.cpp.
Referenced by VideoGallery::drawIcon(), XMLParse::parseMultiTextArea(), and XMLParse::parseTextArea().
| void UITextType::Draw | ( | QPainter * | dr, | |
| int | drawlayer, | |||
| int | context | |||
| ) | [virtual] |
Reimplemented from UIType.
Reimplemented in UIMultiTextType.
Definition at line 2528 of file uitypes.cpp.
Referenced by VideoGallery::drawIcon().
| fontProp* UITextType::GetFont | ( | void | ) | [inline] |
| void UITextType::SetFont | ( | fontProp * | font | ) |
Definition at line 2522 of file uitypes.cpp.
Referenced by ZMConsole::getDaemonStatus(), and ZMLivePlayer::updateMonitorStatus().
int UITextType::m_justification [protected] |
Definition at line 803 of file uitypes.h.
Referenced by UIMultiTextType::animate(), UIMultiTextType::Draw(), Draw(), UIMultiTextType::setTexts(), UIMultiTextType::UIMultiTextType(), and UITextType().
QRect UITextType::m_displaysize [protected] |
Definition at line 804 of file uitypes.h.
Referenced by UIMultiTextType::animate(), calculateScreenArea(), UIMultiTextType::Draw(), Draw(), UIMultiTextType::setTexts(), UITextType(), and UseAlternateArea().
QRect UITextType::m_origdisplaysize [protected] |
QRect UITextType::m_altdisplaysize [protected] |
QString UITextType::m_message [protected] |
Definition at line 807 of file uitypes.h.
Referenced by UIMultiTextType::animate(), UIMultiTextType::clearTexts(), UIMultiTextType::Draw(), Draw(), SetText(), UIMultiTextType::setTexts(), and UITextType().
QString UITextType::m_default_msg [protected] |
fontProp* UITextType::m_font [protected] |
Definition at line 810 of file uitypes.h.
Referenced by UIMultiTextType::animate(), UIMultiTextType::Draw(), Draw(), SetFont(), UIMultiTextType::setTexts(), and UITextType().
bool UITextType::m_cutdown [protected] |
Definition at line 812 of file uitypes.h.
Referenced by UIMultiTextType::Draw(), Draw(), UIMultiTextType::UIMultiTextType(), and UITextType().
1.5.5