Cinder  0.9.1
Public Member Functions | Friends | List of all members
cinder::signals::detail::SignalBase Struct Referenceabstract

#include <Signals.h>

Inherits cinder::Noncopyable.

Inherited by cinder::signals::detail::CollectorInvocation< Collector, R(Args...)>, and cinder::signals::detail::CollectorInvocation< Collector, void(Args...)>.

Public Member Functions

virtual bool disconnect (SignalLinkBase *link, int priority)=0
 

Friends

struct Disconnector
 

Detailed Description

Base Signal class, which provides a concrete type that can be stored by the Disconnector.

Member Function Documentation

virtual bool cinder::signals::detail::SignalBase::disconnect ( SignalLinkBase link,
int  priority 
)
pure virtual

abstract method to disconnect link from the callback chain, which resides in the priority group priority.

Friends And Related Function Documentation

friend struct Disconnector
friend

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