MythTV  0.26-pre
Signals | Public Member Functions | Protected Member Functions | Private Attributes
MythSpinBox Class Reference

#include <mythwidgets.h>

List of all members.

Signals

void changeHelpText (QString)

Public Member Functions

 MythSpinBox (QWidget *parent=NULL, const char *name="MythSpinBox", bool allow_single_step=false)
void setHelpText (const QString &)
bool allowSingleStep (void)
void setAllowSingleStep (bool arg=true)

Protected Member Functions

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

Private Attributes

QString helptext
bool allowsinglestep

Detailed Description

Definition at line 87 of file mythwidgets.h.


Constructor & Destructor Documentation

MythSpinBox::MythSpinBox ( QWidget *  parent = NULL,
const char *  name = "MythSpinBox",
bool  allow_single_step = false 
) [inline]

Definition at line 92 of file mythwidgets.h.


Member Function Documentation

void MythSpinBox::setHelpText ( const QString &  help)

Definition at line 314 of file mythwidgets.cpp.

Referenced by SpinBoxSetting::configWidget(), and SpinBoxSetting::setHelpText().

Definition at line 103 of file mythwidgets.h.

Definition at line 104 of file mythwidgets.h.

void MythSpinBox::changeHelpText ( QString  ) [signal]

Referenced by focusInEvent(), and setHelpText().

void MythSpinBox::keyPressEvent ( QKeyEvent *  e) [protected, virtual]

Definition at line 322 of file mythwidgets.cpp.

void MythSpinBox::focusInEvent ( QFocusEvent *  e) [protected, virtual]

Definition at line 355 of file mythwidgets.cpp.

void MythSpinBox::focusOutEvent ( QFocusEvent *  e) [protected, virtual]

Definition at line 368 of file mythwidgets.cpp.


Member Data Documentation

QString MythSpinBox::helptext [private]

Definition at line 115 of file mythwidgets.h.

Referenced by focusInEvent(), and setHelpText().

Definition at line 116 of file mythwidgets.h.

Referenced by keyPressEvent().


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends