Graphite  Version 3
An experimental 3D geometry processing program
OGF::ConnectionList Class Reference

A list of connections. More...

#include <OGF/gom/types/connection.h>

Inheritance diagram for OGF::ConnectionList:

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...
 

Detailed Description

A list of connections.

Each slot of an object has an associated ConnectionList.

Definition at line 323 of file connection.h.

Member Function Documentation

◆ invoke()

void OGF::ConnectionList::invoke ( const ArgList args)
inline

Invokes all the connected slots.

Parameters
[in]argsa const reference to the arguments list.

Definition at line 329 of file connection.h.

◆ remove()

void OGF::ConnectionList::remove ( Connection conn)
inline

Removes a connection from a ConnectionList.

Parameters
[in]connthe connection to remove
Precondition
conn is in the connection list

Definition at line 341 of file connection.h.


The documentation for this class was generated from the following file: