Webmaster  |  Imprint 
Platinum
Platinum C++ Framework
Main  |  License  |  Documentation  |  Download  |  Support 

Connection Class Reference

Represents a connection between a Signal/Delegate and a slot.

#include <Pt/Connection.h>

List of all members.

Public Member Functions

 Connection (Connectable &sender, Slot *slot)
 Connection (const Connection &connection)
bool valid () const
const Connectablesender () const
const Slotslot () const
bool operator! () const
void close ()
Connectionoperator= (const Connection &connection)
bool operator== (const Connection &connection) const

Copyright © 2003-2007 The Pt Development Team
Pt 1.0