#include <SlotRelayer.h>
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 | |
| virtual | ~SlotRelayer () |
Private Attributes | |
| void(* | fp_qstring )(const QString &) |
| void(* | fp_void )() |
Definition at line 16 of file SlotRelayer.h.
| SlotRelayer::SlotRelayer | ( | void(*)(const QString &) | fp_in | ) | [inline] |
Definition at line 21 of file SlotRelayer.h.
| SlotRelayer::SlotRelayer | ( | void(*)() | fp_in | ) | [inline] |
Definition at line 23 of file SlotRelayer.h.
| virtual SlotRelayer::~SlotRelayer | ( | ) | [inline, private, virtual] |
Definition at line 30 of file SlotRelayer.h.
| void SlotRelayer::relay | ( | const QString & | arg | ) | [inline, slot] |
Definition at line 26 of file SlotRelayer.h.
| void SlotRelayer::relay | ( | ) | [inline, slot] |
Definition at line 27 of file SlotRelayer.h.
void(* SlotRelayer::fp_qstring)(const QString &) [private] |
Definition at line 31 of file SlotRelayer.h.
Referenced by relay().
void(* SlotRelayer::fp_void)() [private] |
Definition at line 32 of file SlotRelayer.h.
Referenced by relay().
1.6.3