#include <uitypes.h>

Definition at line 89 of file uitypes.h.
Public Slots | |
| virtual bool | takeFocus () |
| virtual void | looseFocus () |
| virtual void | activate () |
| virtual void | refresh () |
| virtual void | show () |
| virtual void | hide () |
| virtual bool | toggleShow () |
Signals | |
| void | requestUpdate () |
| void | requestUpdate (const QRect &) |
| void | requestRegionUpdate (const QRect &) |
| void | takingFocus () |
| void | loosingFocus () |
Public Member Functions | |
| UIType (const QString &name) | |
| virtual | ~UIType () |
| void | SetOrder (int order) |
| void | SetParent (LayerSet *) |
| void | SetScreen (double wmult, double hmult) |
| void | SetContext (int con) |
| int | GetContext () |
| void | SetDebug (bool db) |
| void | allowFocus (bool yes_or_no) |
| void | SetDrawFontShadow (bool state) |
| QString | Name () |
| bool | canTakeFocus () |
| int | getOrder () |
| virtual void | Draw (QPainter *, int, int) |
| virtual void | DrawRegion (QPainter *, QRect &, int, int) |
| virtual void | calculateScreenArea () |
| QRect | getScreenArea () |
| QString | cutDown (const QString &data, QFont *font, bool multiline=false, int overload_width=-1, int overload_height=-1) |
| QString | getName () |
| bool | isShown () |
| bool | isHidden () |
| bool | isFocused () |
Protected Attributes | |
| double | m_wmult |
| double | m_hmult |
| int | m_context |
| int | m_order |
| bool | m_debug |
| QString | m_name |
| LayerSet * | m_parent |
| bool | has_focus |
| bool | takes_focus |
| QRect | screen_area |
| bool | drawFontShadow |
| bool | hidden |
| UIType::UIType | ( | const QString & | name | ) |
Definition at line 179 of file uitypes.cpp.
| UIType::~UIType | ( | ) | [virtual] |
Definition at line 203 of file uitypes.cpp.
| void UIType::SetOrder | ( | int | order | ) |
Definition at line 194 of file uitypes.cpp.
Referenced by XMLParse::parseCheckBox(), XMLParse::parseKey(), XMLParse::parseManagedTreeList(), XMLParse::parsePushButton(), XMLParse::parseSelector(), XMLParse::parseTextButton(), PlaybackBoxMusic::showSpeed(), PlaybackBoxMusic::showVolume(), PhoneUIBox::showVolume(), PlaybackBoxMusic::wireUpTheme(), and PhoneUIBox::wireUpTheme().
| void UIType::SetParent | ( | LayerSet * | parent | ) |
Definition at line 222 of file uitypes.cpp.
Referenced by LayerSet::AddType(), XMLParse::parseAnimatedImage(), XMLParse::parseBlackHole(), XMLParse::parseCheckBox(), XMLParse::parseImage(), XMLParse::parseKey(), XMLParse::parseKeyboard(), XMLParse::parseListArea(), XMLParse::parseListBtnArea(), XMLParse::parseListTreeArea(), XMLParse::parseManagedTreeList(), XMLParse::parseMultiTextArea(), XMLParse::parsePushButton(), XMLParse::parseRemoteEdit(), XMLParse::parseRepeatedImage(), XMLParse::parseRichTextArea(), XMLParse::parseSelector(), XMLParse::parseStatusBar(), XMLParse::parseTextArea(), and XMLParse::parseTextButton().
| void UIType::SetScreen | ( | double | wmult, | |
| double | hmult | |||
| ) | [inline] |
Reimplemented in UIBarType.
Definition at line 99 of file uitypes.h.
Referenced by XMLParse::parseAnimatedImage(), XMLParse::parseBlackHole(), XMLParse::parseCheckBox(), XMLParse::parseGuideGrid(), XMLParse::parseImage(), XMLParse::parseImageGrid(), XMLParse::parseKey(), XMLParse::parseKeyboard(), XMLParse::parseListArea(), XMLParse::parseListBtnArea(), XMLParse::parseListTreeArea(), XMLParse::parseManagedTreeList(), XMLParse::parseMultiTextArea(), XMLParse::parsePushButton(), XMLParse::parseRemoteEdit(), XMLParse::parseRepeatedImage(), XMLParse::parseRichTextArea(), XMLParse::parseSelector(), XMLParse::parseStatusBar(), XMLParse::parseTextArea(), and XMLParse::parseTextButton().
| void UIType::SetContext | ( | int | con | ) | [inline] |
Definition at line 100 of file uitypes.h.
Referenced by DVDRipBox::checkDisc(), DVDRipBox::connectionClosed(), DVDRipBox::handleMedia(), DVDRipBox::handleStatus(), XMLParse::parseAnimatedImage(), XMLParse::parseBar(), XMLParse::parseCheckBox(), XMLParse::parseGuideGrid(), XMLParse::parseImage(), XMLParse::parseImageGrid(), XMLParse::parseKeyboard(), XMLParse::parseListArea(), XMLParse::parseListBtnArea(), XMLParse::parseListTreeArea(), XMLParse::parseManagedTreeList(), XMLParse::parseMultiTextArea(), XMLParse::parsePushButton(), XMLParse::parseRemoteEdit(), XMLParse::parseRepeatedImage(), XMLParse::parseRichTextArea(), XMLParse::parseSelector(), XMLParse::parseStatusBar(), XMLParse::parseTextArea(), XMLParse::parseTextButton(), FileAssocDialog::showCurrentFA(), TitleDialog::toggleTitle(), and DVDRipBox::wireUpTheme().
| int UIType::GetContext | ( | void | ) | [inline] |
Definition at line 101 of file uitypes.h.
Referenced by MythThemedDialog::buildFocusList(), DVDRipBox::checkDisc(), DVDRipBox::handleMedia(), DVDRipBox::keyPressEvent(), and TitleDialog::toggleTitle().
| void UIType::SetDebug | ( | bool | db | ) | [inline] |
| void UIType::allowFocus | ( | bool | yes_or_no | ) | [inline] |
Definition at line 103 of file uitypes.h.
Referenced by DVDRipBox::checkDisc(), DVDRipBox::connectionClosed(), ScreenSetup::deleteScreen(), ScreenSetup::doListSelect(), LocationDialog::doSearch(), DVDRipBox::handleMedia(), DVDRipBox::handleStatus(), ScreenSetup::keyPressEvent(), EditMetadataDialog::toggleChild(), TitleDialog::toggleTitle(), UIImageGridType::UIImageGridType(), LocationDialog::wireUI(), SourceSetup::wireUI(), GlobalSetup::wireUI(), and TitleDialog::wireUpTheme().
| void UIType::SetDrawFontShadow | ( | bool | state | ) | [inline] |
| QString UIType::Name | ( | ) |
Reimplemented in UITextType, and UIRichTextType.
Definition at line 227 of file uitypes.cpp.
Referenced by LayerSet::AddType(), PlaybackBoxMusic::handleTreeListSignals(), AnimatedImageScreen::prepareWidget(), StaticImageScreen::prepareWidget(), and UIPushButtonType::push().
| bool UIType::canTakeFocus | ( | ) | [inline] |
Definition at line 108 of file uitypes.h.
Referenced by MythThemedDialog::assignFirstFocus(), MythThemedDialog::buildFocusList(), and MythThemedDialog::nextPrevWidgetFocus().
| int UIType::getOrder | ( | ) | [inline] |
Definition at line 109 of file uitypes.h.
Referenced by LayerSet::AddType(), PhoneUIBox::changeVolumeControl(), PhoneUIBox::keyPressEvent(), PlaybackBoxMusic::showSpeed(), PlaybackBoxMusic::showVolume(), and PhoneUIBox::showVolume().
| void UIType::Draw | ( | QPainter * | dr, | |
| int | drawlayer, | |||
| int | context | |||
| ) | [virtual] |
Reimplemented in UIListTreeType, UIListBtnType, UIBarType, UIGuideType, UIImageGridType, UIListType, UIImageType, UIAnimatedImageType, UIRepeatedImageType, UITextType, UIRichTextType, UIMultiTextType, UIRemoteEditType, UIStatusBarType, UIManagedTreeListType, UIPushButtonType, UITextButtonType, UICheckBoxType, UISelectorType, UIBlackHoleType, UIKeyType, and UIKeyboardType.
Definition at line 207 of file uitypes.cpp.
Referenced by LayerSet::Draw().
| void UIType::DrawRegion | ( | QPainter * | dr, | |
| QRect & | area, | |||
| int | drawlayer, | |||
| int | context | |||
| ) | [virtual] |
Reimplemented in UIListTreeType.
Definition at line 214 of file uitypes.cpp.
Referenced by LayerSet::DrawRegion().
| void UIType::calculateScreenArea | ( | void | ) | [virtual] |
Reimplemented in UIListTreeType, UIListBtnType, UIImageGridType, UIListType, UITextType, UIRichTextType, UIRemoteEditType, UIStatusBarType, UIManagedTreeListType, UIPushButtonType, UITextButtonType, UICheckBoxType, UISelectorType, UIBlackHoleType, UIKeyType, and UIKeyboardType.
Definition at line 252 of file uitypes.cpp.
Referenced by MythImageFileDialog::MythImageFileDialog(), and MiniPlayer::wireupTheme().
| QRect UIType::getScreenArea | ( | ) | [inline] |
Definition at line 113 of file uitypes.h.
Referenced by UIRemoteEditType::createEdit(), WebcamSettingsBox::DrawLocalWebcamImage(), PhoneUIBox::DrawLocalWebcamImage(), LocationDialog::keyPressEvent(), ScreenSetup::keyPressEvent(), PlaybackBoxMusic::keyPressEvent(), PhoneUIBox::keyPressEvent(), MythNewsConfig::loadTheme(), MythFlixConfig::loadTheme(), IconView::LoadViewTheme(), PhoneUIBox::PhoneUIBox(), PlaybackBoxMusic::PlaybackBoxMusic(), PlaybackBoxMusic::toggleFullBlankVisualizer(), PlaybackBox::updateVideo(), SourceSetup::wireUI(), and GlobalSetup::wireUI().
| QString UIType::cutDown | ( | const QString & | data, | |
| QFont * | font, | |||
| bool | multiline = false, |
|||
| int | overload_width = -1, |
|||
| int | overload_height = -1 | |||
| ) |
Definition at line 294 of file uitypes.cpp.
Referenced by UIMultiTextType::Draw(), UITextType::Draw(), UIListType::Draw(), UIManagedTreeListType::drawText(), UIImageGridType::drawText(), UIGuideType::drawText(), and UIListBtnTypeItem::paint().
| QString UIType::getName | ( | void | ) | [inline] |
Definition at line 116 of file uitypes.h.
Referenced by UIKeyboardType::findKey(), WeatherScreen::getAllDynamicTypes(), and WeatherScreen::WeatherScreen().
| bool UIType::isShown | ( | ) | [inline] |
Definition at line 118 of file uitypes.h.
Referenced by GameTree::clearRomInfo(), GameTree::showImageTimeout(), VideoTreeImp::update_screen(), VideoSelected::updateInfo(), and VideoBrowser::updateInfo().
| bool UIType::isHidden | ( | ) | [inline] |
Definition at line 119 of file uitypes.h.
Referenced by MythThemedDialog::buildFocusList(), VideoSelected::updateInfo(), VideoBrowser::updateInfo(), MythNews::updateInfoView(), MythFlixQueue::updateInfoView(), and MythFlix::updateInfoView().
| bool UIType::isFocused | ( | ) | [inline] |
Definition at line 120 of file uitypes.h.
Referenced by UIRichTextType::loadBackgroundImg(), ZMConsole::updateMonitorList(), Ripper::updateTrackList(), and ZMEvents::updateUIList().
| bool UIType::takeFocus | ( | ) | [virtual, slot] |
Reimplemented in UIListTreeType, UIListBtnType, UIListType, UIRichTextType, and UIRemoteEditType.
Definition at line 232 of file uitypes.cpp.
Referenced by UIKeyboardType::AddKey(), MythThemedDialog::assignFirstFocus(), UIKeyboardType::moveDown(), UIKeyboardType::moveLeft(), UIKeyboardType::moveRight(), UIKeyboardType::moveUp(), MythThemedDialog::nextPrevWidgetFocus(), FileAssocDialog::removeExtensionPopup(), MythThemedDialog::setCurrentFocusWidget(), FileAssocDialog::showCurrentFA(), UIRemoteEditType::takeFocus(), UIRichTextType::takeFocus(), UIListType::takeFocus(), UIListBtnType::takeFocus(), and UIListTreeType::takeFocus().
| void UIType::looseFocus | ( | ) | [virtual, slot] |
Reimplemented in UIListTreeType, UIListBtnType, UIListType, UIRichTextType, and UIRemoteEditType.
Definition at line 245 of file uitypes.cpp.
Referenced by MythThemedDialog::assignFirstFocus(), UIRemoteEditType::looseFocus(), UIRichTextType::looseFocus(), UIListType::looseFocus(), UIListBtnType::looseFocus(), UIListTreeType::looseFocus(), UIKeyboardType::moveDown(), UIKeyboardType::moveLeft(), UIKeyboardType::moveRight(), UIKeyboardType::moveUp(), MythThemedDialog::nextPrevWidgetFocus(), FileAssocDialog::removeExtensionPopup(), MythThemedDialog::setCurrentFocusWidget(), and FileAssocDialog::showCurrentFA().
| virtual void UIType::activate | ( | ) | [inline, virtual, slot] |
Reimplemented in UIManagedTreeListType, UIPushButtonType, UITextButtonType, UICheckBoxType, UISelectorType, and UIKeyType.
Definition at line 126 of file uitypes.h.
Referenced by MythThemedDialog::activateCurrent().
| void UIType::refresh | ( | ) | [virtual, slot] |
Reimplemented in UIImageType, UIAnimatedImageType, and UIRepeatedImageType.
Definition at line 257 of file uitypes.cpp.
Referenced by PhoneUIBox::addNewDirectoryEntry(), UIMultiTextType::animate(), DVDRipBox::checkDisc(), PlaybackBoxMusic::checkForPlaylists(), UIMultiTextType::clearTexts(), DVDRipBox::connectionClosed(), PlaybackBoxMusic::customEvent(), PlaybackBoxMusic::doUpdatePlaylist(), PlaybackBoxMusic::editPlaylist(), UIManagedTreeListType::forceLastBin(), ThumbFinder::getThumbImages(), ZMEvents::gridItemChanged(), UIImageGridType::handleKeyPress(), DVDRipBox::handleMedia(), hide(), UIManagedTreeListType::incSearchNext(), VideoSelector::keyPressEvent(), RecordingSelector::keyPressEvent(), PlaybackBoxMusic::keyPressEvent(), PhoneUIBox::keyPressEvent(), MythburnWizard::keyPressEvent(), ImportNativeWizard::keyPressEvent(), FileSelector::keyPressEvent(), ExportNativeWizard::keyPressEvent(), DirectoryFinder::keyPressEvent(), looseFocus(), PhoneUIBox::menuEntryDelete(), PhoneUIBox::menuEntryMakeSpeedDial(), PhoneUIBox::menuHistoryClear(), PhoneUIBox::menuSpeedDialRemove(), UIManagedTreeListType::moveDown(), UIManagedTreeListType::moveDownByAmount(), UIManagedTreeListType::moveUp(), UIManagedTreeListType::moveUpByAmount(), MythImageFileDialog::MythImageFileDialog(), UIManagedTreeListType::nextActive(), UIManagedTreeListType::pageDown(), UIManagedTreeListType::pageUp(), PhoneUIBox::PhoneUIBox(), UIManagedTreeListType::popUp(), PlaybackBoxMusic::postUpdate(), UIManagedTreeListType::prevActive(), PhoneUIBox::ProcessSipNotification(), PhoneUIBox::ProcessSipStateChange(), UIKeyType::push(), UISelectorType::push(), UICheckBoxType::push(), UITextButtonType::push(), UIPushButtonType::push(), UIManagedTreeListType::pushDown(), UIRichTextType::refreshImage(), UIImageGridType::removeItem(), UIManagedTreeListType::select(), UIImageGridType::setCurrentPos(), ExportNativeWizard::setDestination(), UITextType::SetFont(), ZMEvents::setGridLayout(), UIKeyType::SetOn(), UIKeyType::SetShiftState(), PlaybackBoxMusic::setShuffleMode(), UICheckBoxType::setState(), UITextButtonType::setText(), UITextType::SetText(), UISelectorType::setToItem(), UIStatusBarType::SetUsed(), show(), PlaybackBoxMusic::showEditMetadataDialog(), PlaybackBoxMusic::showSpeed(), PlaybackBoxMusic::showVolume(), PhoneUIBox::showVolume(), takeFocus(), PlaybackBoxMusic::toggleFullBlankVisualizer(), MythburnWizard::toggleReorderState(), VideoSelector::toggleSelectedState(), RecordingSelector::toggleSelectedState(), TitleDialog::toggleTitle(), UIKeyType::unPush(), UISelectorType::unPush(), UITextButtonType::unPush(), UIPushButtonType::unPush(), MythburnWizard::updateArchiveList(), ExportNativeWizard::updateArchiveList(), mythvideo_videomanager::ListHandler::UpdateContents(), mythvideo_videomanager::SearchListHandler::UpdateContents(), ImportNativeWizard::updateFileList(), FileSelector::updateFileList(), DirectoryFinder::updateFileList(), ZMEvents::updateImageGrid(), EditMetadataDialog::updateImageGrid(), UIImageGridType::updateItem(), ZMConsole::updateMonitorList(), RecordingSelector::updateRecordingList(), MythburnWizard::updateSizeBar(), ExportNativeWizard::updateSizeBar(), ThumbFinder::updateThumb(), Ripper::updateTrackList(), ZMEvents::updateUIList(), VideoSelector::updateVideoList(), PhoneUIBox::vmailEntryDelete(), and PhoneUIBox::vmailEntryDeleteAll().
| void UIType::show | ( | void | ) | [virtual, slot] |
Reimplemented in UIRemoteEditType.
Definition at line 262 of file uitypes.cpp.
Referenced by Ripper::compilationChanged(), ImportMusicDialog::fillWidgets(), ZMPlayer::getEventInfo(), XMLParse::parseImage(), MythburnWizard::setDestination(), ExportNativeWizard::setDestination(), UIRemoteEditType::show(), GameTree::showImageTimeout(), Ripper::startScanCD(), RecordingSelector::titleChanged(), MythburnWizard::titleChanged(), toggleShow(), VideoTreeImp::update_screen(), MythburnWizard::updateArchiveList(), ExportNativeWizard::updateArchiveList(), VideoSelected::updateInfo(), VideoBrowser::updateInfo(), MythNews::updateInfoView(), MythFlixQueue::updateInfoView(), MythFlix::updateInfoView(), PlaybackBox::updateProgramInfo(), MythburnWizard::updateSizeBar(), ExportNativeWizard::updateSizeBar(), WelcomeDialog::updateStatusMessage(), and VideoSelector::updateVideoList().
| void UIType::hide | ( | void | ) | [virtual, slot] |
Reimplemented in UIRemoteEditType.
Definition at line 274 of file uitypes.cpp.
Referenced by GameTree::clearRomInfo(), Ripper::compilationChanged(), ImportMusicDialog::fillWidgets(), ZMPlayer::getEventInfo(), UIRemoteEditType::hide(), XMLParse::parseImage(), MythburnWizard::setDestination(), ExportNativeWizard::setDestination(), EditMetadataDialog::setSaveMetadataOnly(), Ripper::startScanCD(), RecordingSelector::titleChanged(), MythburnWizard::titleChanged(), toggleShow(), VideoTreeImp::update_screen(), MythburnWizard::updateArchiveList(), ExportNativeWizard::updateArchiveList(), VideoSelected::updateInfo(), VideoBrowser::updateInfo(), MythNews::updateInfoView(), MythFlix::updateInfoView(), PlaybackBox::updateProgramInfo(), WelcomeDialog::updateScreen(), MythburnWizard::updateSizeBar(), ExportNativeWizard::updateSizeBar(), WelcomeDialog::updateStatusMessage(), VideoSelector::updateVideoList(), WelcomeDialog::wireUpTheme(), and Ripper::wireupTheme().
| bool UIType::toggleShow | ( | ) | [virtual, slot] |
Definition at line 280 of file uitypes.cpp.
| void UIType::requestUpdate | ( | ) | [signal] |
Referenced by UIManagedTreeListType::activate(), UIManagedTreeListType::incSearchNext(), UIManagedTreeListType::moveDown(), UIManagedTreeListType::moveDownByAmount(), UIManagedTreeListType::moveUp(), UIManagedTreeListType::moveUpByAmount(), UIManagedTreeListType::nextActive(), UIManagedTreeListType::pageDown(), UIManagedTreeListType::pageUp(), UIManagedTreeListType::prevActive(), UIListTreeType::Redraw(), UIRepeatedImageType::refresh(), UIAnimatedImageType::refresh(), UIImageType::refresh(), refresh(), UIManagedTreeListType::select(), UIListTreeType::SetTree(), and UIManagedTreeListType::syncCurrentWithActive().
| void UIType::requestUpdate | ( | const QRect & | ) | [signal] |
| void UIType::requestRegionUpdate | ( | const QRect & | ) | [signal] |
Referenced by UIListTreeType::RedrawCurrent().
| void UIType::takingFocus | ( | ) | [signal] |
Referenced by takeFocus().
| void UIType::loosingFocus | ( | ) | [signal] |
Referenced by looseFocus().
double UIType::m_wmult [protected] |
Definition at line 147 of file uitypes.h.
Referenced by UIKeyType::Draw(), UISelectorType::Draw(), UITextButtonType::Draw(), UIMultiTextType::Draw(), UITextType::Draw(), UIImageGridType::Draw(), UIListType::Draw(), UIBarType::Draw(), UIManagedTreeListType::drawText(), UIImageGridType::drawText(), UIGuideType::drawText(), UIImageGridType::loadCellImages(), UIAnimatedImageType::LoadImage(), UIImageType::LoadImage(), and UIImageGridType::recalculateLayout().
double UIType::m_hmult [protected] |
Definition at line 148 of file uitypes.h.
Referenced by UIImageGridType::loadCellImages(), UIAnimatedImageType::LoadImage(), UIImageType::LoadImage(), and UIImageGridType::recalculateLayout().
int UIType::m_context [protected] |
Definition at line 149 of file uitypes.h.
Referenced by UIKeyboardType::Draw(), UIKeyType::Draw(), UISelectorType::Draw(), UICheckBoxType::Draw(), UITextButtonType::Draw(), UIPushButtonType::Draw(), UIManagedTreeListType::Draw(), UIStatusBarType::Draw(), UIMultiTextType::Draw(), UIRemoteEditType::Draw(), UIRichTextType::Draw(), UITextType::Draw(), UIImageGridType::Draw(), UIRepeatedImageType::Draw(), UIAnimatedImageType::Draw(), UIImageType::Draw(), UIListType::Draw(), UIGuideType::Draw(), UIBarType::Draw(), UIListBtnType::Draw(), UIListTreeType::Draw(), UIListTreeType::DrawRegion(), and UIType().
int UIType::m_order [protected] |
Definition at line 150 of file uitypes.h.
Referenced by UIListTreeType::CreateLevel(), UIKeyboardType::Draw(), UIKeyType::Draw(), UISelectorType::Draw(), UICheckBoxType::Draw(), UITextButtonType::Draw(), UIPushButtonType::Draw(), UIManagedTreeListType::Draw(), UIStatusBarType::Draw(), UIMultiTextType::Draw(), UIRemoteEditType::Draw(), UIRichTextType::Draw(), UITextType::Draw(), UIImageGridType::Draw(), UIRepeatedImageType::Draw(), UIAnimatedImageType::Draw(), UIImageType::Draw(), UIListType::Draw(), UIGuideType::Draw(), UIBarType::Draw(), UIListBtnType::Draw(), UIListTreeType::Draw(), SetOrder(), UIAnimatedImageType::UIAnimatedImageType(), UIBarType::UIBarType(), UIGuideType::UIGuideType(), UIImageGridType::UIImageGridType(), UIImageType::UIImageType(), UIKeyboardType::UIKeyboardType(), UIListBtnType::UIListBtnType(), UIListTreeType::UIListTreeType(), UIListType::UIListType(), UIRemoteEditType::UIRemoteEditType(), UIRichTextType::UIRichTextType(), UIStatusBarType::UIStatusBarType(), UITextType::UITextType(), and UIType().
bool UIType::m_debug [protected] |
Definition at line 151 of file uitypes.h.
Referenced by UIStatusBarType::Draw(), UIMultiTextType::Draw(), UITextType::Draw(), UIImageGridType::Draw(), UIRepeatedImageType::Draw(), UIImageType::Draw(), UIListType::Draw(), UIBarType::Draw(), UIImageGridType::drawCell(), UIImageGridType::drawText(), UIImageType::LoadImage(), UIBarType::LoadImage(), and UIType().
QString UIType::m_name [protected] |
Definition at line 152 of file uitypes.h.
Referenced by Name(), UIBarType::UIBarType(), UIGuideType::UIGuideType(), UIImageGridType::UIImageGridType(), UIListType::UIListType(), UIRichTextType::UIRichTextType(), UITextType::UITextType(), and UIType().
LayerSet* UIType::m_parent [protected] |
Definition at line 153 of file uitypes.h.
Referenced by UIKeyboardType::calculateScreenArea(), UIKeyType::calculateScreenArea(), UIBlackHoleType::calculateScreenArea(), UISelectorType::calculateScreenArea(), UICheckBoxType::calculateScreenArea(), UITextButtonType::calculateScreenArea(), UIPushButtonType::calculateScreenArea(), UIManagedTreeListType::calculateScreenArea(), UIStatusBarType::calculateScreenArea(), UIRemoteEditType::calculateScreenArea(), UIRichTextType::calculateScreenArea(), UITextType::calculateScreenArea(), UIImageGridType::calculateScreenArea(), UIListType::calculateScreenArea(), UIListBtnType::calculateScreenArea(), UIListTreeType::calculateScreenArea(), UIListTreeType::DrawRegion(), UIListTreeType::RedrawCurrent(), UIRepeatedImageType::refresh(), UIAnimatedImageType::refresh(), UIImageType::refresh(), SetOrder(), SetParent(), and UIType().
bool UIType::has_focus [protected] |
Definition at line 154 of file uitypes.h.
Referenced by UIKeyType::Draw(), UISelectorType::Draw(), UICheckBoxType::Draw(), UITextButtonType::Draw(), UIPushButtonType::Draw(), UIImageGridType::drawText(), UIImageGridType::handleKeyPress(), looseFocus(), takeFocus(), UIListType::UIListType(), and UIType().
bool UIType::takes_focus [protected] |
Definition at line 155 of file uitypes.h.
Referenced by takeFocus(), UICheckBoxType::UICheckBoxType(), UIKeyType::UIKeyType(), UIListBtnType::UIListBtnType(), UIListTreeType::UIListTreeType(), UIListType::UIListType(), UIPushButtonType::UIPushButtonType(), UIRemoteEditType::UIRemoteEditType(), UIRichTextType::UIRichTextType(), UITextButtonType::UITextButtonType(), and UIType().
QRect UIType::screen_area [protected] |
Definition at line 156 of file uitypes.h.
Referenced by UIKeyboardType::calculateScreenArea(), UIKeyType::calculateScreenArea(), UIBlackHoleType::calculateScreenArea(), UISelectorType::calculateScreenArea(), UICheckBoxType::calculateScreenArea(), UITextButtonType::calculateScreenArea(), UIPushButtonType::calculateScreenArea(), UIManagedTreeListType::calculateScreenArea(), UIStatusBarType::calculateScreenArea(), UIRemoteEditType::calculateScreenArea(), UIRichTextType::calculateScreenArea(), UITextType::calculateScreenArea(), UIImageGridType::calculateScreenArea(), UIListType::calculateScreenArea(), calculateScreenArea(), UIListBtnType::calculateScreenArea(), UIListTreeType::calculateScreenArea(), cutDown(), refresh(), and UIType().
bool UIType::drawFontShadow [protected] |
Definition at line 157 of file uitypes.h.
Referenced by UIKeyType::Draw(), UIMultiTextType::Draw(), UITextType::Draw(), UIListType::Draw(), UIBarType::Draw(), UIGuideType::drawText(), and UIType().
bool UIType::hidden [protected] |
Definition at line 158 of file uitypes.h.
Referenced by UIKeyboardType::Draw(), UISelectorType::Draw(), UICheckBoxType::Draw(), UITextButtonType::Draw(), UIPushButtonType::Draw(), UIManagedTreeListType::Draw(), UIStatusBarType::Draw(), UIMultiTextType::Draw(), UIRemoteEditType::Draw(), UIRichTextType::Draw(), UITextType::Draw(), UIImageGridType::Draw(), UIRepeatedImageType::Draw(), UIAnimatedImageType::Draw(), UIImageType::Draw(), UIListType::Draw(), UIGuideType::Draw(), UIBarType::Draw(), UIListBtnType::Draw(), UIListTreeType::Draw(), hide(), show(), toggleShow(), and UIType().
1.5.5