Re: [sigc] Proposal for standardization in C++ Library TR2

2005-07-30 Thread Jeff Franks
Aaron Griffin wrote: [snip] I like: std::source std::sink std::channel std::trackable trackable never made sense to me... in essence it's a base class which allows it to auto-disconnect on the dtor, correct? why not std::auto_disconnect or something like that? (just thinking out loud here

Re: [sigc] Proposal for standardization in C++ Library TR2

2005-07-30 Thread Jeff Franks
newpapers. 'delegate' makes me think of .Net. What about: std::event std::slot std::connection std::trackable The only use of 'slot' I could find is as a local variable in a function in 'tr1/hashtable'. My 2 cents worth, Jeff Franks. __

Re: [sigc] How to include libsigc

2005-06-12 Thread Jeff Franks
Paul Giblock wrote: I've read all the tutorials but I cannot find any information on actually including libsigc++-2.0 in a project. This is what I get when I include the libsigc headers: I have used libsigc++-2.0 for some time, like this: 1. I derived my base class from sigc::trackable.