Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

MediumMountSetting::MediumGlobalWidget Class Reference

#include </home/clem/local/src/opie/noncore/settings/mediummount/mediumglobal.h>

Collaboration diagram for MediumMountSetting::MediumGlobalWidget:

Collaboration graph
[legend]
List of all members.

Signals

void globalStateChanged (int)
void enableStateChanged (int)

Public Member Functions

 MediumGlobalWidget (QWidget *parent=0, const char *name=0)
 ~MediumGlobalWidget ()
void writeConfig ()

Private Slots

void slotGlobalChanged ()
void slotEnableChecking ()
void slotAllChanged ()

Private Member Functions

void initGUI ()
void readConfig ()

Private Attributes

Configm_config
QCheckBox * m_check
QCheckBox * m_useglobal
QGroupBox * m_global
QCheckBox * m_all
QCheckBox * m_audio
QCheckBox * m_video
QCheckBox * m_text
QCheckBox * m_image
QFrame * m_frame
QGridLayout * m_frameLay
QVBoxLayout * m_layout
QVBoxLayout * m_box
QLabel * m_label

Constructor & Destructor Documentation

MediumGlobalWidget::MediumGlobalWidget QWidget *  parent = 0,
const char *  name = 0
 

Definition at line 25 of file mediumglobal.cc.

References initGUI(), m_config, and readConfig().

MediumGlobalWidget::~MediumGlobalWidget  ) 
 

Definition at line 148 of file mediumglobal.cc.

References m_config.


Member Function Documentation

void MediumMountSetting::MediumGlobalWidget::enableStateChanged int   )  [signal]
 

Referenced by slotEnableChecking().

void MediumMountSetting::MediumGlobalWidget::globalStateChanged int   )  [signal]
 

Referenced by slotGlobalChanged().

void MediumGlobalWidget::initGUI  )  [private]
 

Definition at line 33 of file mediumglobal.cc.

References add, m_all, m_audio, m_box, m_check, m_frame, m_frameLay, m_global, m_image, m_label, m_layout, m_text, m_useglobal, m_video, Qt::RichText, slotAllChanged(), slotEnableChecking(), slotGlobalChanged(), and tr.

Referenced by MediumGlobalWidget().

void MediumGlobalWidget::readConfig  )  [private]
 

Definition at line 107 of file mediumglobal.cc.

References m_all, m_audio, m_check, m_config, m_image, m_text, m_useglobal, m_video, Config::readBoolEntry(), Config::setGroup(), slotAllChanged(), slotEnableChecking(), and slotGlobalChanged().

Referenced by MediumGlobalWidget().

void MediumGlobalWidget::slotAllChanged  )  [private, slot]
 

Definition at line 183 of file mediumglobal.cc.

References m_all, m_audio, m_image, m_text, and m_video.

Referenced by initGUI(), readConfig(), and slotGlobalChanged().

void MediumGlobalWidget::slotEnableChecking  )  [private, slot]
 

Definition at line 170 of file mediumglobal.cc.

References MediumMountSetting::DISABLE_CHECKS, MediumMountSetting::ENABLE_CHECKS, enableStateChanged(), m_check, m_frame, and slotGlobalChanged().

Referenced by initGUI(), and readConfig().

void MediumGlobalWidget::slotGlobalChanged  )  [private, slot]
 

Definition at line 152 of file mediumglobal.cc.

References MediumMountSetting::GLOBAL_DISABLED, MediumMountSetting::GLOBAL_ENABLED, globalStateChanged(), m_all, m_audio, m_image, m_text, m_useglobal, m_video, oendl, owarn, and slotAllChanged().

Referenced by initGUI(), readConfig(), and slotEnableChecking().

void MediumGlobalWidget::writeConfig  ) 
 

Definition at line 134 of file mediumglobal.cc.

References m_all, m_audio, m_check, m_config, m_image, m_text, m_useglobal, m_video, Config::setGroup(), and Config::writeEntry().

Referenced by MediumMountSetting::MainWindow::accept().


Member Data Documentation

QCheckBox* MediumMountSetting::MediumGlobalWidget::m_all [private]
 

Definition at line 46 of file mediumglobal.h.

Referenced by initGUI(), readConfig(), slotAllChanged(), slotGlobalChanged(), and writeConfig().

QCheckBox* MediumMountSetting::MediumGlobalWidget::m_audio [private]
 

Definition at line 47 of file mediumglobal.h.

Referenced by initGUI(), readConfig(), slotAllChanged(), slotGlobalChanged(), and writeConfig().

QVBoxLayout* MediumMountSetting::MediumGlobalWidget::m_box [private]
 

Definition at line 55 of file mediumglobal.h.

Referenced by initGUI().

QCheckBox* MediumMountSetting::MediumGlobalWidget::m_check [private]
 

Definition at line 41 of file mediumglobal.h.

Referenced by initGUI(), readConfig(), slotEnableChecking(), and writeConfig().

Config* MediumMountSetting::MediumGlobalWidget::m_config [private]
 

Definition at line 40 of file mediumglobal.h.

Referenced by MediumGlobalWidget(), readConfig(), writeConfig(), and ~MediumGlobalWidget().

QFrame* MediumMountSetting::MediumGlobalWidget::m_frame [private]
 

Definition at line 52 of file mediumglobal.h.

Referenced by initGUI(), and slotEnableChecking().

QGridLayout* MediumMountSetting::MediumGlobalWidget::m_frameLay [private]
 

Definition at line 53 of file mediumglobal.h.

Referenced by initGUI().

QGroupBox* MediumMountSetting::MediumGlobalWidget::m_global [private]
 

Definition at line 44 of file mediumglobal.h.

Referenced by initGUI().

QCheckBox* MediumMountSetting::MediumGlobalWidget::m_image [private]
 

Definition at line 50 of file mediumglobal.h.

Referenced by initGUI(), readConfig(), slotAllChanged(), slotGlobalChanged(), and writeConfig().

QLabel* MediumMountSetting::MediumGlobalWidget::m_label [private]
 

Definition at line 56 of file mediumglobal.h.

Referenced by initGUI().

QVBoxLayout* MediumMountSetting::MediumGlobalWidget::m_layout [private]
 

Definition at line 54 of file mediumglobal.h.

Referenced by initGUI().

QCheckBox* MediumMountSetting::MediumGlobalWidget::m_text [private]
 

Definition at line 49 of file mediumglobal.h.

Referenced by initGUI(), readConfig(), slotAllChanged(), slotGlobalChanged(), and writeConfig().

QCheckBox* MediumMountSetting::MediumGlobalWidget::m_useglobal [private]
 

Definition at line 42 of file mediumglobal.h.

Referenced by initGUI(), readConfig(), slotGlobalChanged(), and writeConfig().

QCheckBox* MediumMountSetting::MediumGlobalWidget::m_video [private]
 

Definition at line 48 of file mediumglobal.h.

Referenced by initGUI(), readConfig(), slotAllChanged(), slotGlobalChanged(), and writeConfig().


The documentation for this class was generated from the following files:
Generated on Sat Nov 5 17:59:07 2005 for OPIE by  doxygen 1.4.2