Logo ROOT   6.12/07
Reference Guide
List of all members | Public Member Functions | Public Attributes | List of all members
ROOT::Experimental::ComboBoxItem Struct Reference

struct ROOT::Experimental::ComboBoxItem

Descriptor for the openui5 ComboBox, used in FitPanel

Definition at line 35 of file TFitPanel.hxx.

Public Member Functions

 ComboBoxItem ()=default
 
 ComboBoxItem (const std::string &id, const std::string &name)
 

Public Attributes

std::string fId
 
std::string fName
 

#include <ROOT/TFitPanel.hxx>

Constructor & Destructor Documentation

◆ ComboBoxItem() [1/2]

ROOT::Experimental::ComboBoxItem::ComboBoxItem ( )
default

◆ ComboBoxItem() [2/2]

ROOT::Experimental::ComboBoxItem::ComboBoxItem ( const std::string &  id,
const std::string &  name 
)
inline

Definition at line 39 of file TFitPanel.hxx.

Member Data Documentation

◆ fId

std::string ROOT::Experimental::ComboBoxItem::fId

Definition at line 36 of file TFitPanel.hxx.

◆ fName

std::string ROOT::Experimental::ComboBoxItem::fName

Definition at line 37 of file TFitPanel.hxx.

Collaboration diagram for ROOT::Experimental::ComboBoxItem:
[legend]

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