|
MythTV
0.26-pre
|
#include <playbackbox.h>
Signals | |
| void | result (const QString &, const QString &, const QString &, const QString &, uint, uint) |
Public Member Functions | |
| RecMetadataEdit (MythScreenStack *lparent, ProgramInfo *pginfo) | |
| bool | Create (void) |
Protected Slots | |
| void | SaveChanges (void) |
Private Attributes | |
| MythUITextEdit * | m_titleEdit |
| MythUITextEdit * | m_subtitleEdit |
| MythUITextEdit * | m_descriptionEdit |
| MythUITextEdit * | m_inetrefEdit |
| MythUISpinBox * | m_seasonSpin |
| MythUISpinBox * | m_episodeSpin |
| ProgramInfo * | m_progInfo |
Definition at line 519 of file playbackbox.h.
| RecMetadataEdit::RecMetadataEdit | ( | MythScreenStack * | lparent, |
| ProgramInfo * | pginfo | ||
| ) |
Definition at line 5146 of file playbackbox.cpp.
| bool RecMetadataEdit::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 5154 of file playbackbox.cpp.
Referenced by PlaybackBox::showMetadataEditor().
| void RecMetadataEdit::result | ( | const QString & | , |
| const QString & | , | ||
| const QString & | , | ||
| const QString & | , | ||
| uint | , | ||
| uint | |||
| ) | [signal] |
Referenced by SaveChanges().
| void RecMetadataEdit::SaveChanges | ( | void | ) | [protected, slot] |
Definition at line 5198 of file playbackbox.cpp.
Referenced by Create().
MythUITextEdit* RecMetadataEdit::m_titleEdit [private] |
Definition at line 536 of file playbackbox.h.
Referenced by Create(), RecMetadataEdit(), and SaveChanges().
MythUITextEdit* RecMetadataEdit::m_subtitleEdit [private] |
Definition at line 537 of file playbackbox.h.
Referenced by Create(), RecMetadataEdit(), and SaveChanges().
MythUITextEdit* RecMetadataEdit::m_descriptionEdit [private] |
Definition at line 538 of file playbackbox.h.
Referenced by Create(), RecMetadataEdit(), and SaveChanges().
MythUITextEdit* RecMetadataEdit::m_inetrefEdit [private] |
Definition at line 539 of file playbackbox.h.
Referenced by Create(), RecMetadataEdit(), and SaveChanges().
MythUISpinBox* RecMetadataEdit::m_seasonSpin [private] |
Definition at line 540 of file playbackbox.h.
Referenced by Create(), RecMetadataEdit(), and SaveChanges().
MythUISpinBox* RecMetadataEdit::m_episodeSpin [private] |
Definition at line 541 of file playbackbox.h.
Referenced by Create(), RecMetadataEdit(), and SaveChanges().
ProgramInfo* RecMetadataEdit::m_progInfo [private] |
Definition at line 543 of file playbackbox.h.
Referenced by Create().
1.7.6.1