|
MythTV
0.27pre
|
#include <videosource.h>


Public Slots | |
| void | menu (void) |
| void | edit (void) |
| void | del (void) |
Public Member Functions | |
| VideoSourceEditor () | |
| virtual MythDialog * | dialogWidget (MythMainWindow *parent, const char *widgetName=0) |
| bool | cardTypesInclude (const int &SourceID, const QString &thecardtype) |
| virtual DialogCode | exec (void) |
| virtual DialogCode | exec (bool, bool) |
| virtual void | Load (void) |
| virtual void | Save (void) |
| virtual void | Save (QString) |
Public Member Functions inherited from ConfigurationDialog | |
| ConfigurationDialog () | |
| virtual | ~ConfigurationDialog () |
| virtual void | addChild (Configurable *child) |
| virtual Setting * | byName (const QString &settingName) |
| void | setLabel (const QString &label) |
Public Member Functions inherited from Storage | |
| Storage () | |
| virtual | ~Storage () |
| virtual bool | IsSaveRequired (void) const |
| virtual void | SetSaveRequired (void) |
Private Attributes | |
| ListBoxSetting * | listbox |
Additional Inherited Members | |
Protected Types inherited from ConfigurationDialog | |
| typedef vector< Configurable * > | ChildList |
Protected Attributes inherited from ConfigurationDialog | |
| ChildList | cfgChildren |
| vector< QWidget * > | childwidget |
| MythDialog * | dialog |
| ConfigurationGroup * | cfgGrp |
Definition at line 716 of file videosource.h.
| VideoSourceEditor::VideoSourceEditor | ( | ) |
Definition at line 3361 of file videosource.cpp.
|
virtual |
Reimplemented from ConfigurationDialog.
Definition at line 3367 of file videosource.cpp.
Definition at line 667 of file videosource.cpp.
|
virtual |
Definition at line 3377 of file videosource.cpp.
Referenced by SetupMenuCallback().
|
inlinevirtual |
Reimplemented from ConfigurationDialog.
Definition at line 730 of file videosource.h.
Referenced by exec().
Reimplemented from ConfigurationDialog.
Definition at line 3385 of file videosource.cpp.
Reimplemented from ConfigurationDialog.
Definition at line 733 of file videosource.h.
|
inlinevirtual |
Reimplemented from ConfigurationDialog.
Definition at line 734 of file videosource.h.
Definition at line 3393 of file videosource.cpp.
Referenced by dialogWidget().
Definition at line 3417 of file videosource.cpp.
Referenced by dialogWidget(), exec(), and menu().
Definition at line 3444 of file videosource.cpp.
Referenced by dialogWidget(), and menu().
|
private |
Definition at line 742 of file videosource.h.
Referenced by del(), edit(), Load(), menu(), and VideoSourceEditor().
1.8.1.2