#include <managedlist.h>

Definition at line 82 of file managedlist.h.
Public Member Functions | |
| DialogDoneListItem (const QString &startingText, int _result, MythDialog *_dialog=NULL, ManagedList *_parentList=NULL, QObject *_parent=NULL, const char *_name=0) | |
| virtual bool | hasLeft () |
| virtual bool | hasRight () |
| virtual void | selected () |
| void | setDialog (MythDialog *dlg) |
| MythDialog * | getDialog () |
Protected Attributes | |
| QGuardedPtr< MythDialog > | dialog |
| int | resultValue |
| DialogDoneListItem::DialogDoneListItem | ( | const QString & | startingText, | |
| int | _result, | |||
| MythDialog * | _dialog = NULL, |
|||
| ManagedList * | _parentList = NULL, |
|||
| QObject * | _parent = NULL, |
|||
| const char * | _name = 0 | |||
| ) | [inline] |
Definition at line 86 of file managedlist.h.
| virtual bool DialogDoneListItem::hasLeft | ( | ) | [inline, virtual] |
| virtual bool DialogDoneListItem::hasRight | ( | ) | [inline, virtual] |
| virtual void DialogDoneListItem::selected | ( | ) | [inline, virtual] |
| void DialogDoneListItem::setDialog | ( | MythDialog * | dlg | ) | [inline] |
| MythDialog* DialogDoneListItem::getDialog | ( | ) | [inline] |
Definition at line 101 of file managedlist.h.
QGuardedPtr<MythDialog> DialogDoneListItem::dialog [protected] |
Definition at line 104 of file managedlist.h.
int DialogDoneListItem::resultValue [protected] |
Definition at line 105 of file managedlist.h.
1.5.5