MythTV  master
Public Slots | Public Member Functions | Private Member Functions | Private Attributes | List of all members
SlotRelayer Class Reference

#include <mythcommflag/SlotRelayer.h>

Inheritance diagram for SlotRelayer:
[legend]
Collaboration diagram for SlotRelayer:
[legend]

Public Slots

void relay (const QString &arg)
 
void relay ()
 

Public Member Functions

 SlotRelayer (void(*fp_in)(const QString &))
 
 SlotRelayer (void(*fp_in)())
 

Private Member Functions

 ~SlotRelayer () override=default
 

Private Attributes

void(* m_fpQstring )(const QString &)
 
void(* m_fpVoid )()
 

Detailed Description

Definition at line 16 of file SlotRelayer.h.

Constructor & Destructor Documentation

◆ SlotRelayer() [1/2]

SlotRelayer::SlotRelayer ( void(*)(const QString &)  fp_in)
inlineexplicit

Definition at line 21 of file SlotRelayer.h.

◆ SlotRelayer() [2/2]

SlotRelayer::SlotRelayer ( void(*)()  fp_in)
inlineexplicit

Definition at line 22 of file SlotRelayer.h.

◆ ~SlotRelayer()

SlotRelayer::~SlotRelayer ( )
overrideprivatedefault

Member Function Documentation

◆ relay [1/2]

void SlotRelayer::relay ( const QString &  arg)
inlineslot

Definition at line 25 of file SlotRelayer.h.

◆ relay [2/2]

void SlotRelayer::relay ( )
inlineslot

Definition at line 26 of file SlotRelayer.h.

Referenced by DoFlagCommercials().

Member Data Documentation

◆ m_fpQstring

void(* SlotRelayer::m_fpQstring) (const QString &)
inlineprivate

Definition at line 30 of file SlotRelayer.h.

Referenced by relay().

◆ m_fpVoid

void(* SlotRelayer::m_fpVoid) ()
inlineprivate

Definition at line 31 of file SlotRelayer.h.

Referenced by relay().


The documentation for this class was generated from the following file: