gltk 0.3
a C++ widget library built on GLUT
Public Member Functions
sigc::signal1< Tr, T1 > Struct Template Reference

signal with one argument More...

#include <sigc.hh>

Inheritance diagram for sigc::signal1< Tr, T1 >:
sigc::signal< Tr, T1 >

List of all members.

Public Member Functions

connection connect (slot1< Tr, T1 > const &s)
 make connection
Tr emit (T1 t1)
 emit the signal

Detailed Description

template<typename Tr, typename T1>
struct sigc::signal1< Tr, T1 >

signal with one argument

 All Classes Namespaces Files Functions Variables Enumerations Enumerator