Graphite  Version 3
An experimental 3D geometry processing program
connection.h File Reference

Implementation of the signal-slot connection mechanism. More...

#include <OGF/gom/common/common.h>
#include <OGF/gom/types/callable.h>
#include <string>
#include <vector>
#include <set>

Go to the source code of this file.

Classes

class  OGF::Connection
 
class  OGF::SlotConnection
 A Connection between a signal and a slot. More...
 
class  OGF::CallableConnection
 A Connection between a signal and an abstract Callable object. More...
 
class  OGF::ConnectionList
 A list of connections. More...
 

Namespaces

 OGF
 Global Graphite namespace.
 

Typedefs

typedef SmartPointer< Connection > OGF::Connection_var
 An automatic reference-counted pointer to a Connection.
 

Detailed Description

Implementation of the signal-slot connection mechanism.

Definition in file connection.h.