Lumiera  0.pre.03
»edit your freedom«
TestControl::Page1 Struct Reference

Description

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_
 
+ Inheritance diagram for TestControl::Page1:
+ Collaboration diagram for TestControl::Page1:

The documentation for this struct was generated from the following file: