ClanSoft logo
ClanSoft logo

    CL_GObject::connect

Syntax

static void connect(
         CL_GObject *sender,
        CL_GMember signal,
        CL_GObject *reciever,
        CL_GSlot slot);

Parameters

sender-a pointer to the object that emits the signal
signal-the signal
reciever-a pointer to the object that has a slot
slot-the slot

Description

Connects an objects signal to another objects slot. When the signal isemitted, the slot function will be called.


Back to index



This page was built using the Perceps documentation system.