MythTV master
multiplexsetting.h
Go to the documentation of this file.
1/* -*- Mode: c++ -*-
2 * vim: set expandtab tabstop=4 shiftwidth=4:
3 */
4
5#ifndef MULTIPLEX_SETTING_H
6#define MULTIPLEX_SETTING_H
7
8// MythTV headers
10
12{
13 Q_OBJECT
14
15 public:
16 MultiplexSetting() { setLabel(tr("Transport")); }
17
18 void Load(void) override; // StandardSetting
19
20 void SetSourceID(uint sourceid);
21
22 protected:
24};
25
26#endif // MULTIPLEX_SETTING_H
void SetSourceID(uint sourceid)
void Load(void) override
virtual void setLabel(QString str)
unsigned int uint
Definition: compat.h:68