Skip to content

strikereureka1/Signal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Signal

Shitty version of Signal - Slot

Signal can be used like Qt signals:

Connect(t, Timeout::timeoutWithData, y2, SomeClass::listenMore);

where t is the object for timeoutWithData, y2 is the object for SomeClass::listenMore

Use Signal when there is no argument to emit Use Signal1 when there is argument to emit

Example in test folder :)

About

Shitty version of Signal - Slot

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published