MythTV  0.27pre
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Groups Pages
Signals | Public Member Functions | Protected Member Functions | Private Attributes | List of all members
MythRadioButton Class Reference

#include <mythwidgets.h>

Signals

void changeHelpText (QString)

Public Member Functions

 MythRadioButton (QWidget *parent=0, const char *name="MythRadioButton")
void setHelpText (const QString &)

Protected Member Functions

virtual void keyPressEvent (QKeyEvent *e)
virtual void focusInEvent (QFocusEvent *e)
virtual void focusOutEvent (QFocusEvent *e)

Private Attributes

QString helptext

Detailed Description

Definition at line 350 of file mythwidgets.h.

Constructor & Destructor Documentation

MythRadioButton::MythRadioButton ( QWidget *  parent = 0,
const char *  name = "MythRadioButton" 
)
inline

Definition at line 355 of file mythwidgets.h.

Member Function Documentation

void MythRadioButton::setHelpText ( const QString &  help)

Definition at line 286 of file mythwidgets.cpp.

void MythRadioButton::changeHelpText ( QString  )
signal

Referenced by focusInEvent(), and setHelpText().

void MythRadioButton::keyPressEvent ( QKeyEvent *  e)
protectedvirtual

Definition at line 261 of file mythwidgets.cpp.

void MythRadioButton::focusInEvent ( QFocusEvent *  e)
protectedvirtual

Definition at line 294 of file mythwidgets.cpp.

void MythRadioButton::focusOutEvent ( QFocusEvent *  e)
protectedvirtual

Definition at line 307 of file mythwidgets.cpp.

Member Data Documentation

QString MythRadioButton::helptext
private

Definition at line 369 of file mythwidgets.h.

Referenced by focusInEvent(), and setHelpText().


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