#include <uitypes.h>

Definition at line 1251 of file uitypes.h.
Public Slots | |
| void | push () |
| void | setState (bool checked_or_not) |
| void | toggle () |
| void | activate () |
Signals | |
| void | pushed (bool state) |
Public Member Functions | |
| UICheckBoxType (const QString &name, QPixmap checkedp, QPixmap uncheckedp, QPixmap checked_highp, QPixmap unchecked_highp) | |
| void | Draw (QPainter *, int drawlayer, int context) |
| void | setPosition (QPoint pos) |
| void | calculateScreenArea () |
| bool | getState () |
Private Attributes | |
| QPoint | m_displaypos |
| QPixmap | checked_pixmap |
| QPixmap | unchecked_pixmap |
| QPixmap | checked_pixmap_high |
| QPixmap | unchecked_pixmap_high |
| bool | checked |
| QString | label |
| UICheckBoxType::UICheckBoxType | ( | const QString & | name, | |
| QPixmap | checkedp, | |||
| QPixmap | uncheckedp, | |||
| QPixmap | checked_highp, | |||
| QPixmap | unchecked_highp | |||
| ) |
Definition at line 5040 of file uitypes.cpp.
| void UICheckBoxType::Draw | ( | QPainter * | p, | |
| int | drawlayer, | |||
| int | context | |||
| ) | [virtual] |
| void UICheckBoxType::setPosition | ( | QPoint | pos | ) | [inline] |
| void UICheckBoxType::calculateScreenArea | ( | void | ) | [virtual] |
Reimplemented from UIType.
Definition at line 5096 of file uitypes.cpp.
Referenced by XMLParse::parseCheckBox().
| bool UICheckBoxType::getState | ( | ) | [inline] |
Definition at line 1270 of file uitypes.h.
Referenced by Ripper::artistChanged(), MythburnWizard::keyPressEvent(), MythburnWizard::saveConfiguration(), ExportNativeWizard::saveConfiguration(), GlobalSetup::saveData(), and Ripper::switchTitlesAndArtists().
| void UICheckBoxType::push | ( | ) | [slot] |
| void UICheckBoxType::setState | ( | bool | checked_or_not | ) | [slot] |
Definition at line 5145 of file uitypes.cpp.
Referenced by ImportMusicDialog::fillWidgets(), MythburnWizard::keyPressEvent(), MythburnWizard::loadConfiguration(), ExportNativeWizard::loadConfiguration(), EditMetadataDialog::setChild(), FileAssocDialog::showCurrentFA(), TitleDialog::showCurrentTitle(), Ripper::startScanCD(), MythburnWizard::titleChanged(), and GlobalSetup::wireUI().
| void UICheckBoxType::activate | ( | ) | [inline, virtual, slot] |
QPoint UICheckBoxType::m_displaypos [private] |
QPixmap UICheckBoxType::checked_pixmap [private] |
Definition at line 1286 of file uitypes.h.
Referenced by calculateScreenArea(), Draw(), and UICheckBoxType().
QPixmap UICheckBoxType::unchecked_pixmap [private] |
Definition at line 1287 of file uitypes.h.
Referenced by calculateScreenArea(), Draw(), and UICheckBoxType().
QPixmap UICheckBoxType::checked_pixmap_high [private] |
Definition at line 1288 of file uitypes.h.
Referenced by calculateScreenArea(), Draw(), and UICheckBoxType().
QPixmap UICheckBoxType::unchecked_pixmap_high [private] |
Definition at line 1289 of file uitypes.h.
Referenced by calculateScreenArea(), Draw(), and UICheckBoxType().
bool UICheckBoxType::checked [private] |
Definition at line 1290 of file uitypes.h.
Referenced by Draw(), push(), setState(), and UICheckBoxType().
QString UICheckBoxType::label [private] |
1.5.5