X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fpopups%2Fchannels.hpp;h=344d21a824e7bb79e27bc28f0f44054e78d6b24c;hp=56a7bd1a643abf3611106afc91d3e7e42a5bd3d0;hb=7ceb2376de956f72e2055467efe0a16a68da4bd8;hpb=5b35d18ccf2e5a8949d1b4b37d06bf527480e547 diff --git a/pv/popups/channels.hpp b/pv/popups/channels.hpp index 56a7bd1..344d21a 100644 --- a/pv/popups/channels.hpp +++ b/pv/popups/channels.hpp @@ -25,8 +25,11 @@ #include #include +#include #include +#include #include +#include #include #include @@ -37,9 +40,6 @@ using std::map; using std::shared_ptr; using std::vector; -class QCheckBox; -class QGridLayout; - namespace sigrok { class ChannelGroup; } @@ -71,7 +71,7 @@ public: private: void set_all_channels(bool set); - void set_all_channels_conditionally( + void enable_channels_conditionally( function)> cond_func); void populate_group(shared_ptr group,