Lumiera
0.pre.03
»edit your freedom«
|
Ticket #1099 : perform a dummy round-trip to verify Steam-Stage integration.
This routine invokes the command test_meta_displayInfo
and friends down in Steam-Layer, passing the settings from the radio buttons to select the flavour of feedback, and the text for feedback content. The expected behaviour is for the invoked command to send a feedback via UI-Bus towards the ErrorLogDisplay within the InfoboxPanel.
Definition at line 174 of file test-control.hpp.
Public Member Functions | |
Page1 (Bus bus) | |
string | getActionID () |
string | getContent () |
int | getLogLevel () |
Public Attributes | |
Gtk::ComboBoxText | actionID_ {true} |
Gtk::Entry | content_ |
Gtk::RadioButton | level_erro_ {"Error"} |
Gtk::RadioButton | level_info_ {"Info"} |
Gtk::RadioButton | level_warn_ {"Warn"} |
Gtk::Box | markParam_ |
FrameBox | seg_1_ {_("log notification"), Gtk::ORIENTATION_HORIZONTAL} |
FrameBox | seg_2_ {_("mark via UI-Bus")} |
Gtk::Button | trig_1_ |
Gtk::Button | trig_2_ |
Gtk::Button | trig_3_ |
Gtk::Button | trig_4_ |