MythTextInputDialog Class Reference

Dialog prompting the user to enter a text string. More...

#include <mythdialogbox.h>

Inheritance diagram for MythTextInputDialog:
MythScreenType MythUIType XMLParseBase SearchInputDialog

List of all members.

Signals

void haveResult (QString)

Public Member Functions

 MythTextInputDialog (MythScreenStack *parent, const QString &message, InputFilter filter=FilterNone, bool isPassword=false, const QString &defaultValue="")
bool Create (void)
void SetReturnEvent (QObject *retobject, const QString &resultid)

Protected Slots

void sendResult ()

Protected Attributes

MythUITextEditm_textEdit
QString m_message
QString m_defaultValue
InputFilter m_filter
bool m_isPassword
QObject * m_retObject
QString m_id

Detailed Description

Dialog prompting the user to enter a text string.

Sends out a DialogCompletionEvent event and the haveResult() signal containing the result when the user selects the Ok button.

Definition at line 222 of file mythdialogbox.h.


Constructor & Destructor Documentation

MythTextInputDialog::MythTextInputDialog ( MythScreenStack parent,
const QString &  message,
InputFilter  filter = FilterNone,
bool  isPassword = false,
const QString &  defaultValue = "" 
)

Definition at line 619 of file mythdialogbox.cpp.


Member Function Documentation

bool MythTextInputDialog::Create ( void   )  [virtual]
void MythTextInputDialog::SetReturnEvent ( QObject *  retobject,
const QString &  resultid 
)
void MythTextInputDialog::haveResult ( QString   )  [signal]

Referenced by sendResult().

void MythTextInputDialog::sendResult (  )  [protected, slot]

Definition at line 679 of file mythdialogbox.cpp.

Referenced by SearchInputDialog::Create(), and Create().


Member Data Documentation

QString MythTextInputDialog::m_message [protected]

Definition at line 240 of file mythdialogbox.h.

Referenced by Create(), and MythTextInputDialog().

Definition at line 241 of file mythdialogbox.h.

Referenced by SearchInputDialog::Create(), Create(), and MythTextInputDialog().

Definition at line 242 of file mythdialogbox.h.

Referenced by SearchInputDialog::Create(), Create(), and MythTextInputDialog().

Definition at line 243 of file mythdialogbox.h.

Referenced by SearchInputDialog::Create(), Create(), and MythTextInputDialog().

QObject* MythTextInputDialog::m_retObject [protected]
QString MythTextInputDialog::m_id [protected]

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:17 2012 for MythTV by  doxygen 1.6.3