MythTV
master
mythtv
libs
libmythtv
channelscan
paneanalog.h
Go to the documentation of this file.
1
/* -*- Mode: c++ -*-
2
* vim: set expandtab tabstop=4 shiftwidth=4:
3
*/
4
5
#ifndef PANE_ANALOG_H
6
#define PANE_ANALOG_H
7
8
#include "
libmythui/standardsettings.h
"
9
10
class
TransFreqTableSelector
;
11
12
class
PaneAnalog
:
public
GroupSetting
13
{
14
public
:
15
PaneAnalog
(
const
QString &target,
StandardSetting
*setting);
16
17
void
SetSourceID
(
uint
sourceid);
18
19
QString
GetFrequencyTable
(
void
)
const
;
20
21
protected
:
22
TransFreqTableSelector
*
m_freqTable
{
nullptr
};
23
};
24
25
#endif // PANE_ANALOG_H
PaneAnalog
Definition:
paneanalog.h:12
PaneAnalog::PaneAnalog
PaneAnalog(const QString &target, StandardSetting *setting)
Definition:
paneanalog.cpp:9
PaneAnalog::m_freqTable
TransFreqTableSelector * m_freqTable
Definition:
paneanalog.h:22
PaneAnalog::GetFrequencyTable
QString GetFrequencyTable(void) const
Definition:
paneanalog.cpp:21
TransFreqTableSelector
Definition:
videosource.h:101
PaneAnalog::SetSourceID
void SetSourceID(uint sourceid)
Definition:
paneanalog.cpp:16
standardsettings.h
StandardSetting
Definition:
standardsettings.h:29
GroupSetting
Definition:
standardsettings.h:435
uint
unsigned int uint
Definition:
freesurround.h:24
Generated on Mon Jan 6 2025 03:16:46 for MythTV by
1.8.17