LibreOffice Module dbaccess (master) 1
Public Member Functions | Private Attributes | List of all members
dbaui::CharSetListBox Class Reference

#include <charsetlistbox.hxx>

Collaboration diagram for dbaui::CharSetListBox:
[legend]

Public Member Functions

 CharSetListBox (std::unique_ptr< weld::ComboBox > xControl)
 
void SelectEntryByIanaName (std::u16string_view _rIanaName)
 
bool StoreSelectedCharSet (SfxItemSet &_rSet, TypedWhichId< SfxStringItem > _nItemId)
 
weld::ComboBoxget_widget ()
 
void connect_changed (const Link< weld::ComboBox &, void > &rLink)
 
void show ()
 

Private Attributes

OCharsetDisplay m_aCharSets
 
std::unique_ptr< weld::ComboBoxm_xControl
 

Detailed Description

Definition at line 32 of file charsetlistbox.hxx.

Constructor & Destructor Documentation

◆ CharSetListBox()

dbaui::CharSetListBox::CharSetListBox ( std::unique_ptr< weld::ComboBox xControl)

Definition at line 28 of file charsetlistbox.cxx.

References m_aCharSets, m_xControl, and m_xControl.

Member Function Documentation

◆ connect_changed()

void dbaui::CharSetListBox::connect_changed ( const Link< weld::ComboBox &, void > &  rLink)
inline

Definition at line 41 of file charsetlistbox.hxx.

References m_xControl.

◆ get_widget()

weld::ComboBox * dbaui::CharSetListBox::get_widget ( )
inline

Definition at line 40 of file charsetlistbox.hxx.

References m_xControl.

◆ SelectEntryByIanaName()

void dbaui::CharSetListBox::SelectEntryByIanaName ( std::u16string_view  _rIanaName)

◆ show()

void dbaui::CharSetListBox::show ( )
inline

Definition at line 42 of file charsetlistbox.hxx.

References m_xControl.

◆ StoreSelectedCharSet()

bool dbaui::CharSetListBox::StoreSelectedCharSet ( SfxItemSet _rSet,
TypedWhichId< SfxStringItem _nItemId 
)

Member Data Documentation

◆ m_aCharSets

OCharsetDisplay dbaui::CharSetListBox::m_aCharSets
private

Definition at line 45 of file charsetlistbox.hxx.

Referenced by CharSetListBox(), SelectEntryByIanaName(), and StoreSelectedCharSet().

◆ m_xControl

std::unique_ptr<weld::ComboBox> dbaui::CharSetListBox::m_xControl
private

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