Mercurial > hg > vamp-live-host
comparison host/ImageAction.cpp @ 8:c1669af82d6e
* Add external process action
author | cannam |
---|---|
date | Mon, 27 Nov 2006 11:32:40 +0000 |
parents | b30fcffc5000 |
children | 47b0a143db39 |
comparison
equal
deleted
inserted
replaced
7:b30fcffc5000 | 8:c1669af82d6e |
---|---|
23 } | 23 } |
24 | 24 |
25 void | 25 void |
26 ImageAction::fire() | 26 ImageAction::fire() |
27 { | 27 { |
28 std::cerr << "ImageAction(\"" << getName().toStdString() << "\"::fire" | 28 std::cerr << "ImageAction(\"" << getName().toStdString() << "\")::fire" |
29 << std::endl; | 29 << std::endl; |
30 emit showImage(m_imageName); | 30 emit showImage(m_imageName); |
31 } | 31 } |
32 | 32 |