Mantid
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | Private Slots | Private Member Functions | List of all members
MantidQt::MantidWidgets::CatalogSelector Class Reference

#include <CatalogSelector.h>

Inheritance diagram for MantidQt::MantidWidgets::CatalogSelector:

Public Member Functions

 CatalogSelector (QWidget *parent=nullptr)
 Default constructor.
 
std::vector< std::string > getSelectedCatalogSessions ()
 Obtain the session information for the facilities selected.
 
void populateFacilitySelection ()
 Populate the ListWidget with the facilities of the catalogs the user is logged in to.
 

Protected Attributes

Ui::CatalogSelector m_uiForm
 The form generated by QT Designer.
 

Private Slots

void checkSelectedFacility (QListWidgetItem *item)
 Checks the checkbox of the list item selected.
 

Private Member Functions

virtual void initLayout ()
 Initialise the layout.
 

Detailed Description

Definition at line 14 of file CatalogSelector.h.

Constructor & Destructor Documentation

◆ CatalogSelector()

MantidQt::MantidWidgets::CatalogSelector::CatalogSelector ( QWidget *  parent = nullptr)

Default constructor.

Member Function Documentation

◆ checkSelectedFacility

void MantidQt::MantidWidgets::CatalogSelector::checkSelectedFacility ( QListWidgetItem *  item)
privateslot

Checks the checkbox of the list item selected.

◆ getSelectedCatalogSessions()

std::vector< std::string > MantidQt::MantidWidgets::CatalogSelector::getSelectedCatalogSessions ( )

Obtain the session information for the facilities selected.

◆ initLayout()

virtual void MantidQt::MantidWidgets::CatalogSelector::initLayout ( )
privatevirtual

Initialise the layout.

◆ populateFacilitySelection()

void MantidQt::MantidWidgets::CatalogSelector::populateFacilitySelection ( )

Populate the ListWidget with the facilities of the catalogs the user is logged in to.

Member Data Documentation

◆ m_uiForm

Ui::CatalogSelector MantidQt::MantidWidgets::CatalogSelector::m_uiForm
protected

The form generated by QT Designer.

Definition at line 36 of file CatalogSelector.h.


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