lumiera_/src/gui/ctrl
Ichthyostega 6339a288dd Doxygen: insert actual filename into those automatically added file comments
HOWTO
for F in $(find src -type f \( -name '*.cpp' -or -name '*.hpp' \)  -exec egrep -q '§§§' {} \; -print);
    do D=$(basename $F);
       sed -r -e"s/§§§/$D/" $F ;
done
2016-11-03 18:22:31 +01:00
..
bus-controller.cpp Finish AbstractTangible_test and the basic UI-Element protocol 2016-10-04 03:50:44 +02:00
bus-controller.hpp DOC: fix some Doxygen link syntax 2015-12-27 03:16:49 +01:00
bus-term.hpp Finish AbstractTangible_test and the basic UI-Element protocol 2016-10-04 03:50:44 +02:00
core-service.hpp complete wiring of nexus and core services 2015-12-19 04:05:21 +01:00
mutation-message.hpp MutationMessage: limit to treating of gui::model::Tangible 2016-10-02 23:51:45 +02:00
nexus.hpp Bugfix: insidious dangling pointer caused by move after construction 2016-10-03 23:54:09 +02:00
playback-controller.cpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
playback-controller.hpp style-adjustment: GUI indentation, naming and braces 2015-05-29 04:44:58 +02:00