#include <uitypes.h>

Definition at line 389 of file uitypes.h.
| UIImageGridType::UIImageGridType | ( | const QString & | name, | |
| int | order | |||
| ) |
Definition at line 1925 of file uitypes.cpp.
| UIImageGridType::~UIImageGridType | ( | void | ) |
Definition at line 1951 of file uitypes.cpp.
| void UIImageGridType::setColumnCount | ( | int | count | ) | [inline] |
Definition at line 398 of file uitypes.h.
Referenced by XMLParse::parseImageGrid(), and ZMEvents::setGridLayout().
| void UIImageGridType::setRowCount | ( | int | count | ) | [inline] |
Definition at line 399 of file uitypes.h.
Referenced by XMLParse::parseImageGrid(), and ZMEvents::setGridLayout().
| void UIImageGridType::setItemCount | ( | int | count | ) | [inline] |
Definition at line 400 of file uitypes.h.
Referenced by ThumbFinder::getThumbImages(), ZMEvents::updateImageGrid(), and EditMetadataDialog::updateImageGrid().
| void UIImageGridType::setBorderWidth | ( | int | width | ) | [inline] |
| void UIImageGridType::setPadding | ( | int | value | ) | [inline] |
| void UIImageGridType::setArea | ( | QRect | area | ) | [inline] |
| void UIImageGridType::appendItem | ( | ImageGridItem * | item | ) |
Definition at line 2033 of file uitypes.cpp.
Referenced by ThumbFinder::getThumbImages(), ZMEvents::updateImageGrid(), and EditMetadataDialog::updateImageGrid().
| void UIImageGridType::updateItem | ( | int | itemNo, | |
| ImageGridItem * | item | |||
| ) |
| void UIImageGridType::updateItem | ( | ImageGridItem * | item | ) |
Definition at line 2039 of file uitypes.cpp.
| void UIImageGridType::removeItem | ( | int | itemNo | ) |
Definition at line 2070 of file uitypes.cpp.
Referenced by ZMEvents::deletePressed(), and removeItem().
| void UIImageGridType::removeItem | ( | ImageGridItem * | item | ) |
Definition at line 2063 of file uitypes.cpp.
| void UIImageGridType::reset | ( | void | ) |
| void UIImageGridType::setJustification | ( | int | jst | ) |
Definition at line 2091 of file uitypes.cpp.
Referenced by XMLParse::parseImageGrid(), and UIImageGridType().
| void UIImageGridType::setCutDown | ( | bool | state | ) | [inline] |
| void UIImageGridType::setActiveFont | ( | fontProp * | font | ) | [inline] |
| void UIImageGridType::setInactiveFont | ( | fontProp * | font | ) | [inline] |
| void UIImageGridType::setSelectedFont | ( | fontProp * | font | ) | [inline] |
| void UIImageGridType::setWindow | ( | MythDialog * | win | ) | [inline] |
| void UIImageGridType::setNormalImage | ( | QString | filename | ) | [inline] |
| void UIImageGridType::setSelectedImage | ( | QString | filename | ) | [inline] |
| void UIImageGridType::setHighlightedImage | ( | QString | filename | ) | [inline] |
| void UIImageGridType::setDefaultImage | ( | QString | filename | ) | [inline] |
| void UIImageGridType::setShowChecks | ( | bool | value | ) | [inline] |
| void UIImageGridType::setShowScrollArrows | ( | bool | value | ) | [inline] |
| void UIImageGridType::setShowSelected | ( | bool | value | ) | [inline] |
| QSize UIImageGridType::getImageItemSize | ( | void | ) |
Definition at line 2475 of file uitypes.cpp.
Referenced by ThumbFinder::getThumbImages(), ZMEvents::gridItemChanged(), EditMetadataDialog::updateImageGrid(), and ThumbFinder::updateThumb().
| void UIImageGridType::setCurrentPos | ( | int | pos | ) |
Definition at line 1988 of file uitypes.cpp.
Referenced by ZMEvents::deletePressed(), ThumbFinder::keyPressEvent(), ZMEvents::playPressed(), setCurrentPos(), and ZMEvents::setView().
| void UIImageGridType::setCurrentPos | ( | QString | value | ) |
Definition at line 2007 of file uitypes.cpp.
| int UIImageGridType::getCurrentPos | ( | ) | [inline] |
Definition at line 427 of file uitypes.h.
Referenced by ZMEvents::gridItemChanged(), ThumbFinder::gridItemChanged(), ThumbFinder::keyPressEvent(), and ThumbFinder::updateThumb().
| ImageGridItem * UIImageGridType::getCurrentItem | ( | void | ) |
Definition at line 2020 of file uitypes.cpp.
Referenced by ZMEvents::deletePressed(), ZMEvents::playPressed(), ZMEvents::setView(), EditMetadataDialog::showMenu(), and ThumbFinder::updateThumb().
| ImageGridItem * UIImageGridType::getItemAt | ( | int | pos | ) |
Definition at line 2025 of file uitypes.cpp.
Referenced by getCurrentItem(), ZMEvents::gridItemChanged(), ZMEvents::updateImageGrid(), and EditMetadataDialog::updateImageGrid().
| ImageGridItem* UIImageGridType::getTopItem | ( | void | ) | [inline] |
| int UIImageGridType::getItemCount | ( | void | ) | [inline] |
| int UIImageGridType::getVisibleCount | ( | void | ) | [inline] |
Definition at line 432 of file uitypes.h.
Referenced by ZMEvents::gridItemChanged(), and ZMEvents::~ZMEvents().
| int UIImageGridType::getTopItemPos | ( | void | ) | [inline] |
| void UIImageGridType::calculateScreenArea | ( | void | ) | [virtual] |
Reimplemented from UIType.
Definition at line 2467 of file uitypes.cpp.
Referenced by XMLParse::parseImageGrid().
| void UIImageGridType::setTextPosition | ( | textPosition | position | ) | [inline] |
| void UIImageGridType::setTextHeight | ( | int | height | ) | [inline] |
| void UIImageGridType::recalculateLayout | ( | void | ) |
Definition at line 2380 of file uitypes.cpp.
Referenced by ThumbFinder::getThumbImages(), XMLParse::parseImageGrid(), ZMEvents::setGridLayout(), ZMEvents::updateImageGrid(), and EditMetadataDialog::updateImageGrid().
| void UIImageGridType::Draw | ( | QPainter * | p, | |
| int | drawlayer, | |||
| int | context | |||
| ) | [virtual] |
| bool UIImageGridType::handleKeyPress | ( | QString | action | ) |
Definition at line 2097 of file uitypes.cpp.
Referenced by ZMEvents::keyPressEvent(), and ThumbFinder::keyPressEvent().
| void UIImageGridType::itemChanged | ( | ImageGridItem * | item | ) | [signal] |
Referenced by handleKeyPress().
| void UIImageGridType::selectionChanged | ( | ImageGridItem * | item | ) | [signal] |
| void UIImageGridType::drawCell | ( | QPainter * | p, | |
| int | curPos, | |||
| int | xpos, | |||
| int | ypos | |||
| ) | [private] |
| void UIImageGridType::drawText | ( | QPainter * | p, | |
| int | curPos, | |||
| int | xpos, | |||
| int | ypos | |||
| ) | [private] |
| void UIImageGridType::loadImages | ( | void | ) | [private] |
| void UIImageGridType::loadCellImages | ( | void | ) | [private] |
| QPixmap * UIImageGridType::createScaledPixmap | ( | QString | filename, | |
| int | width, | |||
| int | height, | |||
| QImage::ScaleMode | mode | |||
| ) | [private] |
MythDialog* UIImageGridType::window [private] |
int UIImageGridType::rowCount [private] |
Definition at line 463 of file uitypes.h.
Referenced by Draw(), handleKeyPress(), recalculateLayout(), removeItem(), setCurrentPos(), UIImageGridType(), and updateItem().
int UIImageGridType::columnCount [private] |
Definition at line 464 of file uitypes.h.
Referenced by Draw(), handleKeyPress(), recalculateLayout(), removeItem(), setCurrentPos(), UIImageGridType(), and updateItem().
int UIImageGridType::itemCount [private] |
Definition at line 465 of file uitypes.h.
Referenced by appendItem(), Draw(), handleKeyPress(), recalculateLayout(), removeItem(), reset(), and UIImageGridType().
int UIImageGridType::currentItem [private] |
Definition at line 466 of file uitypes.h.
Referenced by drawCell(), getCurrentItem(), handleKeyPress(), removeItem(), reset(), setCurrentPos(), and UIImageGridType().
int UIImageGridType::borderWidth [private] |
int UIImageGridType::padding [private] |
Definition at line 468 of file uitypes.h.
Referenced by Draw(), recalculateLayout(), and UIImageGridType().
int UIImageGridType::cellWidth [private] |
Definition at line 469 of file uitypes.h.
Referenced by Draw(), drawCell(), drawText(), loadCellImages(), recalculateLayout(), and UIImageGridType().
int UIImageGridType::cellHeight [private] |
Definition at line 470 of file uitypes.h.
Referenced by Draw(), drawCell(), drawText(), loadCellImages(), recalculateLayout(), and UIImageGridType().
int UIImageGridType::topRow [private] |
Definition at line 471 of file uitypes.h.
Referenced by Draw(), handleKeyPress(), removeItem(), reset(), setCurrentPos(), UIImageGridType(), and updateItem().
int UIImageGridType::lastRow [private] |
Definition at line 472 of file uitypes.h.
Referenced by handleKeyPress(), recalculateLayout(), removeItem(), reset(), setCurrentPos(), and UIImageGridType().
int UIImageGridType::lastColumn [private] |
Definition at line 473 of file uitypes.h.
Referenced by handleKeyPress(), recalculateLayout(), removeItem(), reset(), and UIImageGridType().
int UIImageGridType::curColumn [private] |
Definition at line 474 of file uitypes.h.
Referenced by handleKeyPress(), reset(), setCurrentPos(), and UIImageGridType().
int UIImageGridType::curRow [private] |
Definition at line 475 of file uitypes.h.
Referenced by handleKeyPress(), removeItem(), reset(), setCurrentPos(), and UIImageGridType().
QRect UIImageGridType::displayRect [private] |
Definition at line 477 of file uitypes.h.
Referenced by calculateScreenArea(), Draw(), and recalculateLayout().
QRect UIImageGridType::imageRect [private] |
Definition at line 478 of file uitypes.h.
Referenced by drawCell(), getImageItemSize(), and recalculateLayout().
QRect UIImageGridType::checkRect [private] |
textPosition UIImageGridType::textPos [private] |
int UIImageGridType::textHeight [private] |
Definition at line 482 of file uitypes.h.
Referenced by drawText(), loadCellImages(), recalculateLayout(), and UIImageGridType().
int UIImageGridType::justification [private] |
bool UIImageGridType::multilineText [private] |
fontProp* UIImageGridType::activeFont [private] |
fontProp * UIImageGridType::inactiveFont [private] |
fontProp * UIImageGridType::selectedFont [private] |
bool UIImageGridType::cutdown [private] |
bool UIImageGridType::showCheck [private] |
bool UIImageGridType::showScrollArrows [private] |
bool UIImageGridType::showSelected [private] |
Definition at line 489 of file uitypes.h.
Referenced by drawText(), handleKeyPress(), and UIImageGridType().
bool UIImageGridType::showUpArrow [private] |
bool UIImageGridType::showDnArrow [private] |
QString UIImageGridType::normalImage [private] |
QString UIImageGridType::highlightedImage [private] |
QString UIImageGridType::selectedImage [private] |
QString UIImageGridType::defaultImage [private] |
QPixmap* UIImageGridType::normalPixmap [private] |
Definition at line 497 of file uitypes.h.
Referenced by drawCell(), loadCellImages(), UIImageGridType(), and ~UIImageGridType().
QPixmap* UIImageGridType::highlightedPixmap [private] |
Definition at line 498 of file uitypes.h.
Referenced by drawCell(), loadCellImages(), UIImageGridType(), and ~UIImageGridType().
QPixmap* UIImageGridType::selectedPixmap [private] |
Definition at line 499 of file uitypes.h.
Referenced by loadCellImages(), UIImageGridType(), and ~UIImageGridType().
QPixmap* UIImageGridType::defaultPixmap [private] |
Definition at line 500 of file uitypes.h.
Referenced by drawCell(), loadCellImages(), UIImageGridType(), and ~UIImageGridType().
QPixmap* UIImageGridType::checkNonPixmap [private] |
Definition at line 502 of file uitypes.h.
Referenced by drawText(), loadImages(), and ~UIImageGridType().
QPixmap* UIImageGridType::checkHalfPixmap [private] |
QPixmap* UIImageGridType::checkFullPixmap [private] |
Definition at line 504 of file uitypes.h.
Referenced by drawText(), loadImages(), recalculateLayout(), and ~UIImageGridType().
QPixmap* UIImageGridType::upArrowRegPixmap [private] |
Definition at line 506 of file uitypes.h.
Referenced by Draw(), loadImages(), recalculateLayout(), and ~UIImageGridType().
QPixmap* UIImageGridType::upArrowActPixmap [private] |
Definition at line 507 of file uitypes.h.
Referenced by Draw(), loadImages(), and ~UIImageGridType().
QPixmap* UIImageGridType::dnArrowRegPixmap [private] |
Definition at line 508 of file uitypes.h.
Referenced by Draw(), loadImages(), and ~UIImageGridType().
QPixmap* UIImageGridType::dnArrowActPixmap [private] |
Definition at line 509 of file uitypes.h.
Referenced by Draw(), loadImages(), and ~UIImageGridType().
QPtrList<ImageGridItem>* UIImageGridType::allData [private] |
Definition at line 511 of file uitypes.h.
Referenced by appendItem(), drawCell(), drawText(), getItemAt(), handleKeyPress(), removeItem(), reset(), setCurrentPos(), UIImageGridType(), updateItem(), and ~UIImageGridType().
1.5.5