#include <mythdialogs.h>
Definition at line 541 of file mythdialogs.h.
Public Types | |
| enum | ScrollMode { HScroll = 0, VScroll } |
Public Slots | |
| DialogCode | exec (void) |
| virtual void | done (int) |
| virtual void | show () |
| virtual void | hide () |
| virtual void | setContentsPos (int x, int y) |
Public Member Functions | |
| MythScrollDialog (MythMainWindow *parent, ScrollMode mode=HScroll, const char *name=0) | |
| void | setArea (int w, int h) |
| void | setAreaMultiplied (int areaWTimes, int areaHTimes) |
| DialogCode | result (void) const |
Protected Slots | |
| virtual void | accept () |
| virtual void | reject () |
Protected Member Functions | |
| ~MythScrollDialog () | |
| void | keyPressEvent (QKeyEvent *e) |
| virtual void | paintEvent (QRegion ®ion, int x, int y, int w, int h) |
| void | setResult (DialogCode r) |
| void | viewportPaintEvent (QPaintEvent *pe) |
Protected Attributes | |
| MythMainWindow * | m_parent |
| int | m_screenWidth |
| int | m_screenHeight |
| int | m_xbase |
| int | m_ybase |
| float | m_wmult |
| float | m_hmult |
| ScrollMode | m_scrollMode |
| QFont | m_defaultBigFont |
| QFont | m_defaultMediumFont |
| QFont | m_defaultSmallFont |
| DialogCode | m_resCode |
| bool | m_inLoop |
| QPixmap * | m_bgPixmap |
| QPixmap * | m_upArrowPix |
| QPixmap * | m_dnArrowPix |
| QPixmap * | m_rtArrowPix |
| QPixmap * | m_ltArrowPix |
| bool | m_showUpArrow |
| bool | m_showDnArrow |
| bool | m_showLtArrow |
| bool | m_showRtArrow |
| QRect | m_upArrowRect |
| QRect | m_dnArrowRect |
| QRect | m_rtArrowRect |
| QRect | m_ltArrowRect |
| MythScrollDialog::MythScrollDialog | ( | MythMainWindow * | parent, | |
| MythScrollDialog::ScrollMode | mode = HScroll, |
|||
| const char * | name = 0 | |||
| ) |
Definition at line 2184 of file mythdialogs.cpp.
| MythScrollDialog::~MythScrollDialog | ( | ) | [protected] |
Definition at line 2261 of file mythdialogs.cpp.
| void MythScrollDialog::setArea | ( | int | w, | |
| int | h | |||
| ) |
Definition at line 2276 of file mythdialogs.cpp.
| void MythScrollDialog::setAreaMultiplied | ( | int | areaWTimes, | |
| int | areaHTimes | |||
| ) |
Definition at line 2281 of file mythdialogs.cpp.
| DialogCode MythScrollDialog::result | ( | void | ) | const |
| DialogCode MythScrollDialog::exec | ( | void | ) | [slot] |
Definition at line 2321 of file mythdialogs.cpp.
| void MythScrollDialog::done | ( | int | r | ) | [virtual, slot] |
Definition at line 2347 of file mythdialogs.cpp.
Referenced by accept(), MythScrollDialog(), and reject().
| void MythScrollDialog::show | ( | ) | [virtual, slot] |
| void MythScrollDialog::hide | ( | void | ) | [virtual, slot] |
| void MythScrollDialog::setContentsPos | ( | int | x, | |
| int | y | |||
| ) | [virtual, slot] |
Definition at line 2464 of file mythdialogs.cpp.
| void MythScrollDialog::accept | ( | void | ) | [protected, virtual, slot] |
Definition at line 2354 of file mythdialogs.cpp.
| void MythScrollDialog::reject | ( | void | ) | [protected, virtual, slot] |
| void MythScrollDialog::keyPressEvent | ( | QKeyEvent * | e | ) | [protected] |
Definition at line 2369 of file mythdialogs.cpp.
| void MythScrollDialog::paintEvent | ( | QRegion & | region, | |
| int | x, | |||
| int | y, | |||
| int | w, | |||
| int | h | |||
| ) | [protected, virtual] |
| void MythScrollDialog::setResult | ( | DialogCode | r | ) | [protected] |
| void MythScrollDialog::viewportPaintEvent | ( | QPaintEvent * | pe | ) | [protected] |
Definition at line 2409 of file mythdialogs.cpp.
MythMainWindow* MythScrollDialog::m_parent [protected] |
Definition at line 581 of file mythdialogs.h.
Referenced by MythScrollDialog(), and ~MythScrollDialog().
int MythScrollDialog::m_screenWidth [protected] |
Definition at line 582 of file mythdialogs.h.
Referenced by MythScrollDialog(), and setAreaMultiplied().
int MythScrollDialog::m_screenHeight [protected] |
Definition at line 582 of file mythdialogs.h.
Referenced by MythScrollDialog(), and setAreaMultiplied().
int MythScrollDialog::m_xbase [protected] |
int MythScrollDialog::m_ybase [protected] |
float MythScrollDialog::m_wmult [protected] |
float MythScrollDialog::m_hmult [protected] |
ScrollMode MythScrollDialog::m_scrollMode [protected] |
Definition at line 586 of file mythdialogs.h.
Referenced by MythScrollDialog(), and viewportPaintEvent().
QFont MythScrollDialog::m_defaultBigFont [protected] |
QFont MythScrollDialog::m_defaultMediumFont [protected] |
QFont MythScrollDialog::m_defaultSmallFont [protected] |
DialogCode MythScrollDialog::m_resCode [protected] |
Definition at line 592 of file mythdialogs.h.
Referenced by MythScrollDialog(), result(), and setResult().
bool MythScrollDialog::m_inLoop [protected] |
QPixmap* MythScrollDialog::m_bgPixmap [protected] |
Definition at line 595 of file mythdialogs.h.
Referenced by MythScrollDialog(), viewportPaintEvent(), and ~MythScrollDialog().
QPixmap* MythScrollDialog::m_upArrowPix [protected] |
Definition at line 597 of file mythdialogs.h.
Referenced by MythScrollDialog(), viewportPaintEvent(), and ~MythScrollDialog().
QPixmap* MythScrollDialog::m_dnArrowPix [protected] |
Definition at line 598 of file mythdialogs.h.
Referenced by MythScrollDialog(), viewportPaintEvent(), and ~MythScrollDialog().
QPixmap* MythScrollDialog::m_rtArrowPix [protected] |
Definition at line 599 of file mythdialogs.h.
Referenced by MythScrollDialog(), viewportPaintEvent(), and ~MythScrollDialog().
QPixmap* MythScrollDialog::m_ltArrowPix [protected] |
Definition at line 600 of file mythdialogs.h.
Referenced by MythScrollDialog(), viewportPaintEvent(), and ~MythScrollDialog().
bool MythScrollDialog::m_showUpArrow [protected] |
Definition at line 602 of file mythdialogs.h.
Referenced by MythScrollDialog(), and viewportPaintEvent().
bool MythScrollDialog::m_showDnArrow [protected] |
Definition at line 603 of file mythdialogs.h.
Referenced by MythScrollDialog(), and viewportPaintEvent().
bool MythScrollDialog::m_showLtArrow [protected] |
Definition at line 604 of file mythdialogs.h.
Referenced by MythScrollDialog(), and viewportPaintEvent().
bool MythScrollDialog::m_showRtArrow [protected] |
Definition at line 605 of file mythdialogs.h.
Referenced by MythScrollDialog(), and viewportPaintEvent().
QRect MythScrollDialog::m_upArrowRect [protected] |
Definition at line 607 of file mythdialogs.h.
Referenced by MythScrollDialog(), and viewportPaintEvent().
QRect MythScrollDialog::m_dnArrowRect [protected] |
Definition at line 608 of file mythdialogs.h.
Referenced by MythScrollDialog(), and viewportPaintEvent().
QRect MythScrollDialog::m_rtArrowRect [protected] |
Definition at line 609 of file mythdialogs.h.
Referenced by MythScrollDialog(), and viewportPaintEvent().
QRect MythScrollDialog::m_ltArrowRect [protected] |
Definition at line 610 of file mythdialogs.h.
Referenced by MythScrollDialog(), and viewportPaintEvent().
1.5.5