![]() |
Lumiera 0.pre.04~rc.1
»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 165 of file test-control.hpp.
Public Attributes | |
| Gtk::Entry | content_ |
| 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_ |
| Gtk::RadioButton | level_info_ {"Info"} |
| Gtk::RadioButton | level_warn_ {"Warn"} |
| Gtk::RadioButton | level_erro_ {"Error"} |
| Gtk::Box | markParam_ |
| Gtk::ComboBoxText | actionID_ {true} |
Public Member Functions | |
| int | getLogLevel () |
| string | getContent () |
| string | getActionID () |
| Page1 (Bus bus) | |
Public Member Functions inherited from Page | |
| Page () | |
Definition at line 197 of file test-control.hpp.
References _, BusTerm::act(), TestControl::Page1::actionID_, stage::model::commandMessage(), TestControl::Page1::content_, TestControl::Page1::getActionID(), TestControl::Page1::getContent(), TestControl::Page1::getLogLevel(), TestControl::Page1::level_erro_, TestControl::Page1::level_info_, TestControl::Page1::level_warn_, stage::MARK_clearErr, stage::MARK_clearMsg, stage::MARK_expand, stage::MARK_Flash, stage::MARK_reset, stage::MARK_reveal, TestControl::Page1::markParam_, FrameBox::pack_start(), TestControl::Page1::seg_1_, TestControl::Page1::seg_2_, steam::cmd::test_meta_displayInfo, steam::cmd::test_meta_markAction, steam::cmd::test_meta_markError, steam::cmd::test_meta_markNote, TestControl::Page1::trig_1_, TestControl::Page1::trig_2_, TestControl::Page1::trig_3_, and TestControl::Page1::trig_4_.
Here is the call graph for this function:
|
inline |
Definition at line 178 of file test-control.hpp.
References TestControl::Page1::level_info_, TestControl::Page1::level_warn_, stage::NOTE_ERROR, stage::NOTE_INFO, and stage::NOTE_WARN.
Referenced by TestControl::Page1::Page1().
Here is the caller graph for this function:
|
inline |
Definition at line 185 of file test-control.hpp.
References TestControl::Page1::content_.
Referenced by TestControl::Page1::Page1().
Here is the caller graph for this function:
|
inline |
Definition at line 191 of file test-control.hpp.
References TestControl::Page1::actionID_.
Referenced by TestControl::Page1::Page1().
Here is the caller graph for this function:| Gtk::Entry content_ |
Definition at line 167 of file test-control.hpp.
Referenced by TestControl::Page1::Page1(), and TestControl::Page1::getContent().
Definition at line 168 of file test-control.hpp.
Referenced by TestControl::Page1::Page1().
Definition at line 169 of file test-control.hpp.
Referenced by TestControl::Page1::Page1().
| Gtk::Button trig_1_ |
Definition at line 170 of file test-control.hpp.
Referenced by TestControl::Page1::Page1().
| Gtk::Button trig_2_ |
Definition at line 170 of file test-control.hpp.
Referenced by TestControl::Page1::Page1().
| Gtk::Button trig_3_ |
Definition at line 170 of file test-control.hpp.
Referenced by TestControl::Page1::Page1().
| Gtk::Button trig_4_ |
Definition at line 170 of file test-control.hpp.
Referenced by TestControl::Page1::Page1().
| Gtk::RadioButton level_info_ {"Info"} |
Definition at line 171 of file test-control.hpp.
Referenced by TestControl::Page1::Page1(), and TestControl::Page1::getLogLevel().
| Gtk::RadioButton level_warn_ {"Warn"} |
Definition at line 172 of file test-control.hpp.
Referenced by TestControl::Page1::Page1(), and TestControl::Page1::getLogLevel().
| Gtk::RadioButton level_erro_ {"Error"} |
Definition at line 173 of file test-control.hpp.
Referenced by TestControl::Page1::Page1().
| Gtk::Box markParam_ |
Definition at line 174 of file test-control.hpp.
Referenced by TestControl::Page1::Page1().
| Gtk::ComboBoxText actionID_ {true} |
Definition at line 175 of file test-control.hpp.
Referenced by TestControl::Page1::Page1(), and TestControl::Page1::getActionID().
Inheritance diagram for TestControl::Page1:
Collaboration diagram for TestControl::Page1: