Wt::Signal01< R, ARG1 > Class Template Reference

#include <wsignal.h>

Inheritance diagram for Wt::Signal01< R, ARG1 >:

Inheritance graph
[legend]
Collaboration diagram for Wt::Signal01< R, ARG1 >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

void connect (const sigc::slot0< R > &slot)
void connect (const sigc::slot1< R, ARG1 > &slot)

Detailed Description

template<typename R, typename ARG1>
class Wt::Signal01< R, ARG1 >

Definition at line 31 of file wsignal.h.


Member Function Documentation

template<typename R, typename ARG1>
void Wt::Signal01< R, ARG1 >::connect ( const sigc::slot1< R, ARG1 > &  slot  )  [inline]

Definition at line 36 of file wsignal.h.

00036                                                  {
00037         sigc::signal1<R, ARG1>::connect(slot);
00038     }

template<typename R, typename ARG1>
void Wt::Signal01< R, ARG1 >::connect ( const sigc::slot0< R > &  slot  )  [inline]

Definition at line 33 of file wsignal.h.

00033                                            {
00034         sigc::signal1<R, ARG1>::connect(sigc::hide(slot));
00035     }


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

Generated Fri Jul 28 19:33:46 2006.
Copyright © 1998-2003 by the respective authors.

This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.