DialogBox Class Reference

#include <dialogbox.h>

Inheritance diagram for DialogBox:
MythDialog

List of all members.

Public Member Functions

 DialogBox (MythMainWindow *parent, const QString &text, const char *checkboxtext=NULL, const char *name=NULL)
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

Detailed Description

Definition at line 12 of file dialogbox.h.


Constructor & Destructor Documentation

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

Definition at line 14 of file dialogbox.cpp.

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

Definition at line 28 of file dialogbox.h.


Member Function Documentation

void DialogBox::AddButton ( const QString &  title  ) 

Definition at line 45 of file dialogbox.cpp.

Referenced by SchemaUpgradeWizard::GuiPrompt().

bool DialogBox::getCheckBoxState ( void   )  [inline]

Definition at line 21 of file dialogbox.h.

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

Definition at line 62 of file dialogbox.cpp.

Referenced by DialogBox().


Member Data Documentation

QVBoxLayout* DialogBox::box [private]

Definition at line 31 of file dialogbox.h.

Referenced by AddButton(), and DialogBox().

QButtonGroup* DialogBox::buttongroup [private]

Definition at line 32 of file dialogbox.h.

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

QCheckBox* DialogBox::checkbox [private]

Definition at line 34 of file dialogbox.h.

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


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends
Generated on Mon May 28 06:42:00 2012 for MythTV by  doxygen 1.6.3