Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
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 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 ()
 

Constructor & Destructor Documentation

◆ Page1()

Member Function Documentation

◆ getLogLevel()

int getLogLevel ( )
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:

◆ getContent()

string getContent ( )
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:

◆ getActionID()

string getActionID ( )
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:

Member Data Documentation

◆ content_

Gtk::Entry content_

Definition at line 167 of file test-control.hpp.

Referenced by TestControl::Page1::Page1(), and TestControl::Page1::getContent().

◆ seg_1_

FrameBox seg_1_ {_("log notification"), Gtk::ORIENTATION_HORIZONTAL}

Definition at line 168 of file test-control.hpp.

Referenced by TestControl::Page1::Page1().

◆ seg_2_

FrameBox seg_2_ {_("mark via UI-Bus")}

Definition at line 169 of file test-control.hpp.

Referenced by TestControl::Page1::Page1().

◆ trig_1_

Gtk::Button trig_1_

Definition at line 170 of file test-control.hpp.

Referenced by TestControl::Page1::Page1().

◆ trig_2_

Gtk::Button trig_2_

Definition at line 170 of file test-control.hpp.

Referenced by TestControl::Page1::Page1().

◆ trig_3_

Gtk::Button trig_3_

Definition at line 170 of file test-control.hpp.

Referenced by TestControl::Page1::Page1().

◆ trig_4_

Gtk::Button trig_4_

Definition at line 170 of file test-control.hpp.

Referenced by TestControl::Page1::Page1().

◆ level_info_

Gtk::RadioButton level_info_ {"Info"}

Definition at line 171 of file test-control.hpp.

Referenced by TestControl::Page1::Page1(), and TestControl::Page1::getLogLevel().

◆ level_warn_

Gtk::RadioButton level_warn_ {"Warn"}

Definition at line 172 of file test-control.hpp.

Referenced by TestControl::Page1::Page1(), and TestControl::Page1::getLogLevel().

◆ level_erro_

Gtk::RadioButton level_erro_ {"Error"}

Definition at line 173 of file test-control.hpp.

Referenced by TestControl::Page1::Page1().

◆ markParam_

Gtk::Box markParam_

Definition at line 174 of file test-control.hpp.

Referenced by TestControl::Page1::Page1().

◆ actionID_

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:

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