1 #ifndef _SIGX_FWDDECL_HPP_
2 #define _SIGX_FWDDECL_HPP_
37 template<
class T_CppObject>
class RefPtr;
51 class tunnel_validity_tracker;
52 struct validity_trackable;
61 class shared_dispatchable;
62 class signal_source_base;
65 class shared_dispatchable;
81 #endif // end file guard
sigc::connection * sigc_connection_ptr
Definition: fwddecl.h:72
dispatcher * dispatcher_ptr
Definition: fwddecl.h:67
A threadsafe representation of a sigc::connection.
Definition: connection_wrapper.h:35
Represents a source for any type of signal.
Definition: signal_source_base.h:38
Definition: auto_dispatchable.h:27
signal_source_base * signal_source_ptr
Definition: fwddecl.h:71
base class denoting the ability to dispatch messages between threads.
Definition: dispatcher.h:140