#include <uitypes.h>

Definition at line 1002 of file uitypes.h.
Public Member Functions | |
| UIStatusBarType (QString &, QPoint, int) | |
| ~UIStatusBarType () | |
| void | SetUsed (int used) |
| void | SetTotal (int total) |
| void | SetLocation (QPoint loc) |
| void | SetContainerImage (QPixmap img) |
| void | SetFillerImage (QPixmap img) |
| void | SetFiller (int fill) |
| void | calculateScreenArea () |
| void | setOrientation (int x) |
| void | Draw (QPainter *, int drawlayer, int) |
Private Attributes | |
| int | m_used |
| int | m_total |
| int | m_fillerSpace |
| QPixmap | m_container |
| QPixmap | m_filler |
| QPoint | m_location |
| int | m_orientation |
| UIStatusBarType::UIStatusBarType | ( | QString & | name, | |
| QPoint | loc, | |||
| int | dorder | |||
| ) |
Definition at line 3267 of file uitypes.cpp.
| UIStatusBarType::~UIStatusBarType | ( | ) |
Definition at line 3277 of file uitypes.cpp.
| void UIStatusBarType::SetUsed | ( | int | used | ) | [inline] |
Definition at line 1008 of file uitypes.h.
Referenced by WebcamSettingsBox::brightnessDown(), WebcamSettingsBox::brightnessUp(), WebcamSettingsBox::colourDown(), WebcamSettingsBox::colourUp(), WebcamSettingsBox::contrastDown(), WebcamSettingsBox::contrastUp(), MiniPlayer::customEvent(), RipStatus::customEvent(), WebcamSettingsBox::fpsDown(), WebcamSettingsBox::fpsUp(), WebcamSettingsBox::hueDown(), WebcamSettingsBox::hueUp(), DVDRipBox::showCurrentJob(), PlaybackBoxMusic::showProgressBar(), PlaybackBoxMusic::showVolume(), PhoneUIBox::showVolume(), MythburnWizard::updateSizeBar(), ExportNativeWizard::updateSizeBar(), PlaybackBox::updateUsage(), WebcamSettingsBox::wireUpTheme(), DVDRipBox::wireUpTheme(), and RipStatus::wireupTheme().
| void UIStatusBarType::SetTotal | ( | int | total | ) | [inline] |
Definition at line 1009 of file uitypes.h.
Referenced by MiniPlayer::customEvent(), RipStatus::customEvent(), PlaybackBoxMusic::showProgressBar(), MythburnWizard::updateSizeBar(), ExportNativeWizard::updateSizeBar(), PlaybackBox::updateUsage(), WebcamSettingsBox::wireUpTheme(), PlaybackBoxMusic::wireUpTheme(), PhoneUIBox::wireUpTheme(), DVDRipBox::wireUpTheme(), and RipStatus::wireupTheme().
| void UIStatusBarType::SetLocation | ( | QPoint | loc | ) | [inline] |
| void UIStatusBarType::SetContainerImage | ( | QPixmap | img | ) | [inline] |
| void UIStatusBarType::SetFillerImage | ( | QPixmap | img | ) | [inline] |
| void UIStatusBarType::SetFiller | ( | int | fill | ) | [inline] |
| void UIStatusBarType::calculateScreenArea | ( | void | ) | [virtual] |
Reimplemented from UIType.
Definition at line 3334 of file uitypes.cpp.
Referenced by XMLParse::parseStatusBar().
| void UIStatusBarType::setOrientation | ( | int | x | ) |
| void UIStatusBarType::Draw | ( | QPainter * | dr, | |
| int | drawlayer, | |||
| int | context | |||
| ) | [virtual] |
int UIStatusBarType::m_used [private] |
int UIStatusBarType::m_total [private] |
int UIStatusBarType::m_fillerSpace [private] |
QPixmap UIStatusBarType::m_container [private] |
QPixmap UIStatusBarType::m_filler [private] |
QPoint UIStatusBarType::m_location [private] |
Definition at line 1028 of file uitypes.h.
Referenced by calculateScreenArea(), Draw(), and UIStatusBarType().
int UIStatusBarType::m_orientation [private] |
Definition at line 1035 of file uitypes.h.
Referenced by Draw(), setOrientation(), and UIStatusBarType().
1.5.5