LibreOffice Module cui (master) 1
Public Member Functions | Public Attributes | Private Member Functions | List of all members
cui::FontFeatureItem Struct Reference

#include <FontFeaturesDialog.hxx>

Collaboration diagram for cui::FontFeatureItem:
[legend]

Public Member Functions

 FontFeatureItem (weld::Widget *pParent)
 

Public Attributes

sal_uInt32 m_aFeatureCode
 
sal_Int32 m_nDefault
 
weld::TriStateEnabled m_aTriStateEnabled
 
Link< weld::Toggleable &, void > m_aToggleHdl
 
std::unique_ptr< weld::Builderm_xBuilder
 
std::unique_ptr< weld::Widgetm_xContainer
 
std::unique_ptr< weld::Labelm_xText
 
std::unique_ptr< weld::ComboBoxm_xCombo
 
std::unique_ptr< weld::CheckButtonm_xCheck
 

Private Member Functions

 DECL_LINK (CheckBoxToggledHdl, weld::Toggleable &, void)
 

Detailed Description

Definition at line 21 of file FontFeaturesDialog.hxx.

Constructor & Destructor Documentation

◆ FontFeatureItem()

cui::FontFeatureItem::FontFeatureItem ( weld::Widget pParent)
inline

Definition at line 23 of file FontFeaturesDialog.hxx.

References LINK, and m_xCheck.

Member Function Documentation

◆ DECL_LINK()

cui::FontFeatureItem::DECL_LINK ( CheckBoxToggledHdl  ,
weld::Toggleable ,
void   
)
private

Member Data Documentation

◆ m_aFeatureCode

sal_uInt32 cui::FontFeatureItem::m_aFeatureCode

◆ m_aToggleHdl

Link<weld::Toggleable&, void> cui::FontFeatureItem::m_aToggleHdl

Definition at line 38 of file FontFeaturesDialog.hxx.

Referenced by cui::FontFeaturesDialog::fillGrid().

◆ m_aTriStateEnabled

weld::TriStateEnabled cui::FontFeatureItem::m_aTriStateEnabled

Definition at line 37 of file FontFeaturesDialog.hxx.

Referenced by cui::FontFeaturesDialog::fillGrid().

◆ m_nDefault

sal_Int32 cui::FontFeatureItem::m_nDefault

◆ m_xBuilder

std::unique_ptr<weld::Builder> cui::FontFeatureItem::m_xBuilder

Definition at line 39 of file FontFeaturesDialog.hxx.

◆ m_xCheck

std::unique_ptr<weld::CheckButton> cui::FontFeatureItem::m_xCheck

◆ m_xCombo

std::unique_ptr<weld::ComboBox> cui::FontFeatureItem::m_xCombo

◆ m_xContainer

std::unique_ptr<weld::Widget> cui::FontFeatureItem::m_xContainer

Definition at line 40 of file FontFeaturesDialog.hxx.

Referenced by cui::FontFeaturesDialog::fillGrid().

◆ m_xText

std::unique_ptr<weld::Label> cui::FontFeatureItem::m_xText

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