#include <SlotRelayer.h>
Definition at line 16 of file SlotRelayer.h.
Public Slots | |
| void | relay (const QString &arg) |
| void | relay () |
Public Member Functions | |
| SlotRelayer (void(*fp_in)(const QString &)) | |
| SlotRelayer (void(*fp_in)()) | |
| ~SlotRelayer () | |
Private Attributes | |
| void(* | fp_qstring )(const QString &) |
| void(* | fp_void )() |
| SlotRelayer::SlotRelayer | ( | void(*)(const QString &) | fp_in | ) | [inline] |
Definition at line 20 of file SlotRelayer.h.
| SlotRelayer::SlotRelayer | ( | void(*)() | fp_in | ) | [inline] |
Definition at line 21 of file SlotRelayer.h.
| SlotRelayer::~SlotRelayer | ( | ) | [inline] |
Definition at line 22 of file SlotRelayer.h.
| void SlotRelayer::relay | ( | const QString & | arg | ) | [inline, slot] |
Definition at line 25 of file SlotRelayer.h.
| void SlotRelayer::relay | ( | ) | [inline, slot] |
Definition at line 26 of file SlotRelayer.h.
void(* SlotRelayer::fp_qstring)(const QString &) [private] |
Referenced by relay().
void(* SlotRelayer::fp_void)() [private] |
Referenced by relay().
1.5.5