ClanSoft logo
ClanSoft logo
Entire Class Index Main Class Index Cross Index Global Index

Class CL_Slot

Slot class
Contained in: global
Derived from: none
Derived by: none
Group: Signal (System)

#include <ClanLib/signals.h>


public function member index:

Construction:

CL_Slot();
CL_Slot(const CL_Slot& copy);
~CL_Slot();

Operators:

void operator =(const CL_Slot& copy);

Implementation:

CL_Slot(CL_Slot_Generic* impl);
 

Description:


Function Member Descriptions:

CL_Slot::CL_Slot - Create an unconnected slot.
CL_Slot();


CL_Slot::CL_Slot - Copy a slot.
CL_Slot(const CL_Slot& copy);


CL_Slot::CL_Slot - Slot constructor
CL_Slot(CL_Slot_Generic* impl);


CL_Slot::operator = - Slot copy operator
void operator =(const CL_Slot& copy);


CL_Slot::~CL_Slot - Slot destructor
~CL_Slot();



Variable Member Descriptions:

CL_Slot::impl - Slot Generic Implementation
CL_Slot_Generic * impl;