DialogBox Class Reference

#include <dialogbox.h>

Inheritance diagram for DialogBox:

MythDialog

List of all members.


Detailed Description

Definition at line 13 of file dialogbox.h.


Public Member Functions

 DialogBox (MythMainWindow *parent, const QString &text, const char *checkboxtext=0, const char *name=0)
void AddButton (const QString &title)
bool getCheckBoxState (void)

Protected Slots

void buttonPressed (int which)

Protected Member Functions

 ~DialogBox ()

Private Attributes

QVBoxLayout * box
QButtonGroup * buttongroup
QCheckBox * checkbox

Constructor & Destructor Documentation

DialogBox::DialogBox ( MythMainWindow parent,
const QString &  text,
const char *  checkboxtext = 0,
const char *  name = 0 
)

Definition at line 19 of file dialogbox.cpp.

DialogBox::~DialogBox (  )  [inline, protected]

Definition at line 29 of file dialogbox.h.


Member Function Documentation

void DialogBox::AddButton ( const QString &  title  ) 

bool DialogBox::getCheckBoxState ( void   )  [inline]

Definition at line 22 of file dialogbox.h.

void DialogBox::buttonPressed ( int  which  )  [protected, slot]

Definition at line 63 of file dialogbox.cpp.

Referenced by DialogBox().


Member Data Documentation

QVBoxLayout* DialogBox::box [private]

Definition at line 32 of file dialogbox.h.

Referenced by AddButton(), and DialogBox().

QButtonGroup* DialogBox::buttongroup [private]

Definition at line 33 of file dialogbox.h.

Referenced by AddButton(), buttonPressed(), and DialogBox().

QCheckBox* DialogBox::checkbox [private]

Definition at line 35 of file dialogbox.h.

Referenced by AddButton(), buttonPressed(), and DialogBox().


The documentation for this class was generated from the following files:

Generated on Sat Dec 18 05:16:01 2010 for MythTV by  doxygen 1.5.5