#include <uitypes.h>

Definition at line 740 of file uitypes.h.
Public Slots | |
| void | refresh () |
Public Member Functions | |
| UIRepeatedImageType (const QString &, const QString &, int, QPoint) | |
| void | setRepeat (int how_many) |
| void | Draw (QPainter *, int, int) |
| void | setOrientation (int x) |
Protected Attributes | |
| int | m_repeat |
| int | m_highest_repeat |
Private Attributes | |
| int | m_orientation |
| UIRepeatedImageType::UIRepeatedImageType | ( | const QString & | name, | |
| const QString & | filename, | |||
| int | dorder, | |||
| QPoint | displaypos | |||
| ) |
Definition at line 1770 of file uitypes.cpp.
| void UIRepeatedImageType::setRepeat | ( | int | how_many | ) |
Definition at line 1841 of file uitypes.cpp.
Referenced by PlaybackBoxMusic::decreaseRating(), MiniPlayer::decreaseRating(), PhoneUIBox::DisplayMicSpkPower(), PlaybackBoxMusic::increaseRating(), MiniPlayer::increaseRating(), PhoneUIBox::LoopbackButtonPushed(), PhoneUIBox::stopRTP(), PlaybackBoxMusic::updateTrackInfo(), MiniPlayer::updateTrackInfo(), PlaybackBoxMusic::wipeTrackInfo(), and PhoneUIBox::wireUpTheme().
| void UIRepeatedImageType::Draw | ( | QPainter * | p, | |
| int | drawlayer, | |||
| int | context | |||
| ) | [virtual] |
| void UIRepeatedImageType::setOrientation | ( | int | x | ) |
| void UIRepeatedImageType::refresh | ( | ) | [virtual, slot] |
Reimplemented from UIImageType.
Definition at line 1864 of file uitypes.cpp.
Referenced by setRepeat().
int UIRepeatedImageType::m_repeat [protected] |
Definition at line 757 of file uitypes.h.
Referenced by Draw(), setRepeat(), and UIRepeatedImageType().
int UIRepeatedImageType::m_highest_repeat [protected] |
Definition at line 758 of file uitypes.h.
Referenced by refresh(), setRepeat(), and UIRepeatedImageType().
int UIRepeatedImageType::m_orientation [private] |
Definition at line 767 of file uitypes.h.
Referenced by Draw(), refresh(), setOrientation(), and UIRepeatedImageType().
1.5.5