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

A widget to browse/edit a configuration variant registry. More...

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

Inheritance diagram for datatools::configuration::ui::variant_registry_dialog:

Public Slots

void slot_cancel ()
 Slot for canceling the dialog interface. More...
 
void slot_update_bottom_buttons (bool read_only_)
 Slot for updating the status of bottom buttons (load/reset) More...
 
void slot_snapshot ()
 Slot for snapshot. More...
 
void slot_restore ()
 Slot for restore. More...
 

Public Member Functions

 variant_registry_dialog (variant_registry &registry_, QWidget *parent_=0)
 Constructor. More...
 
 variant_registry_dialog (variant_registry_tree_model &registry_tree_model_, QWidget *parent_=0)
 Constructor. More...
 
virtual ~variant_registry_dialog ()
 Destructor. More...
 
bool has_restore_buffer () const
 Check if a restore buffer is available. More...
 
void reset_restore_buffer ()
 Reset the restore buffer is available. More...
 

Protected Member Functions

void _construct ()
 Construct the GUI interface. More...
 
void _set_default ()
 Set default. More...
 

Detailed Description

A widget to browse/edit a configuration variant registry.

Constructor & Destructor Documentation

◆ variant_registry_dialog() [1/2]

datatools::configuration::ui::variant_registry_dialog::variant_registry_dialog ( variant_registry registry_,
QWidget *  parent_ = 0 
)

Constructor.

◆ variant_registry_dialog() [2/2]

datatools::configuration::ui::variant_registry_dialog::variant_registry_dialog ( variant_registry_tree_model registry_tree_model_,
QWidget *  parent_ = 0 
)

Constructor.

◆ ~variant_registry_dialog()

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

Destructor.

Member Function Documentation

◆ _construct()

void datatools::configuration::ui::variant_registry_dialog::_construct ( )
protected

Construct the GUI interface.

◆ _set_default()

void datatools::configuration::ui::variant_registry_dialog::_set_default ( )
protected

Set default.

◆ has_restore_buffer()

bool datatools::configuration::ui::variant_registry_dialog::has_restore_buffer ( ) const

Check if a restore buffer is available.

◆ reset_restore_buffer()

void datatools::configuration::ui::variant_registry_dialog::reset_restore_buffer ( )

Reset the restore buffer is available.

◆ slot_cancel

void datatools::configuration::ui::variant_registry_dialog::slot_cancel ( )
slot

Slot for canceling the dialog interface.

◆ slot_restore

void datatools::configuration::ui::variant_registry_dialog::slot_restore ( )
slot

Slot for restore.

◆ slot_snapshot

void datatools::configuration::ui::variant_registry_dialog::slot_snapshot ( )
slot

Slot for snapshot.

◆ slot_update_bottom_buttons

void datatools::configuration::ui::variant_registry_dialog::slot_update_bottom_buttons ( bool  read_only_)
slot

Slot for updating the status of bottom buttons (load/reset)


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