Bayeux  3.4.1
Core Foundation library for SuperNEMO
Public Slots | Signals | Public Member Functions | Public Attributes | List of all members
datatools::configuration::ui::RealDialogLauncherButton Class Reference

Button to launch a real dialog widget. More...

#include <bayeux/datatools/configuration/ui/parameter_item_delegate.h>

Inheritance diagram for datatools::configuration::ui::RealDialogLauncherButton:

Public Slots

void slot_launch_real_dialog ()
 
void slot_set_value ()
 

Signals

void signal_launch_real_dialog (const QModelIndex &index_)
 

Public Member Functions

 RealDialogLauncherButton (const QModelIndex &index_, const QString &button_text_="Set value", QWidget *parent_=0)
 Constructor. More...
 
virtual ~RealDialogLauncherButton ()
 Destructor. More...
 
double get_unit_value () const
 Return the unit value. More...
 
double get_value () const
 Return the selected value. More...
 
const std::string & get_unit_symbol () const
 Return the unit symbol. More...
 

Public Attributes

datatools::logger::priority logging = datatools::logger::PRIO_FATAL
 Logging priority. More...
 

Detailed Description

Button to launch a real dialog widget.

Constructor & Destructor Documentation

◆ RealDialogLauncherButton()

datatools::configuration::ui::RealDialogLauncherButton::RealDialogLauncherButton ( const QModelIndex &  index_,
const QString &  button_text_ = "Set value",
QWidget *  parent_ = 0 
)

Constructor.

◆ ~RealDialogLauncherButton()

virtual datatools::configuration::ui::RealDialogLauncherButton::~RealDialogLauncherButton ( )
virtual

Destructor.

Member Function Documentation

◆ get_unit_symbol()

const std::string& datatools::configuration::ui::RealDialogLauncherButton::get_unit_symbol ( ) const

Return the unit symbol.

◆ get_unit_value()

double datatools::configuration::ui::RealDialogLauncherButton::get_unit_value ( ) const

Return the unit value.

◆ get_value()

double datatools::configuration::ui::RealDialogLauncherButton::get_value ( ) const

Return the selected value.

◆ signal_launch_real_dialog

void datatools::configuration::ui::RealDialogLauncherButton::signal_launch_real_dialog ( const QModelIndex &  index_)
signal

◆ slot_launch_real_dialog

void datatools::configuration::ui::RealDialogLauncherButton::slot_launch_real_dialog ( )
slot

◆ slot_set_value

void datatools::configuration::ui::RealDialogLauncherButton::slot_set_value ( )
slot

Member Data Documentation

◆ logging

datatools::logger::priority datatools::configuration::ui::RealDialogLauncherButton::logging = datatools::logger::PRIO_FATAL

Logging priority.


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