Graphite
Version 3
An experimental 3D geometry processing program
|
A list of connections. More...
#include <OGF/gom/types/connection.h>
Public Member Functions | |
void | invoke (const ArgList &args) |
Invokes all the connected slots. More... | |
void | remove (Connection *conn) |
Removes a connection from a ConnectionList. More... | |
A list of connections.
Each slot of an object has an associated ConnectionList.
Definition at line 323 of file connection.h.
|
inline |
Invokes all the connected slots.
[in] | args | a const reference to the arguments list. |
Definition at line 329 of file connection.h.
|
inline |
Removes a connection from a ConnectionList.
[in] | conn | the connection to remove |
conn
is in the connection list Definition at line 341 of file connection.h.