Wt::Signal012M< R, ARG1, ARG2, M > Class Template Reference

#include <wsignal.h>

Inheritance diagram for Wt::Signal012M< R, ARG1, ARG2, M >:

Inheritance graph
[legend]
Collaboration diagram for Wt::Signal012M< R, ARG1, ARG2, M >:

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)
void connect (const sigc::slot2< R, ARG1, ARG2 > &slot)

Detailed Description

template<typename R, typename ARG1, typename ARG2, typename M>
class Wt::Signal012M< R, ARG1, ARG2, M >

Definition at line 56 of file wsignal.h.


Member Function Documentation

template<typename R, typename ARG1, typename ARG2, typename M>
void Wt::Signal012M< R, ARG1, ARG2, M >::connect ( const sigc::slot2< R, ARG1, ARG2 > &  slot  )  [inline]

Definition at line 64 of file wsignal.h.

00064                                                        {
00065         sigc::signal2<R, ARG1, ARG2, M>::connect(slot);
00066     }

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

Definition at line 61 of file wsignal.h.

00061                                                  {
00062         sigc::signal2<R, ARG1, ARG2, M>::connect(sigc::hide(slot));
00063     }

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

Definition at line 58 of file wsignal.h.

Referenced by Wt::Layout::init().

00058                                            {
00059         sigc::signal2<R, ARG1, ARG2, M>::connect(sigc::hide(sigc::hide(slot)));
00060     }


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

Generated Fri Jul 28 19:33:48 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.