LibreOffice Module cui (master) 1
|
#include <FontFeaturesDialog.hxx>
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::Builder > | m_xBuilder |
std::unique_ptr< weld::Widget > | m_xContainer |
std::unique_ptr< weld::Label > | m_xText |
std::unique_ptr< weld::ComboBox > | m_xCombo |
std::unique_ptr< weld::CheckButton > | m_xCheck |
Private Member Functions | |
DECL_LINK (CheckBoxToggledHdl, weld::Toggleable &, void) | |
Definition at line 21 of file FontFeaturesDialog.hxx.
|
inline |
Definition at line 23 of file FontFeaturesDialog.hxx.
|
private |
sal_uInt32 cui::FontFeatureItem::m_aFeatureCode |
Definition at line 35 of file FontFeaturesDialog.hxx.
Referenced by cui::FontFeaturesDialog::createFontNameWithFeatures(), and cui::FontFeaturesDialog::fillGrid().
Link<weld::Toggleable&, void> cui::FontFeatureItem::m_aToggleHdl |
Definition at line 38 of file FontFeaturesDialog.hxx.
Referenced by cui::FontFeaturesDialog::fillGrid().
weld::TriStateEnabled cui::FontFeatureItem::m_aTriStateEnabled |
Definition at line 37 of file FontFeaturesDialog.hxx.
Referenced by cui::FontFeaturesDialog::fillGrid().
sal_Int32 cui::FontFeatureItem::m_nDefault |
Definition at line 36 of file FontFeaturesDialog.hxx.
Referenced by cui::FontFeaturesDialog::createFontNameWithFeatures(), and cui::FontFeaturesDialog::fillGrid().
std::unique_ptr<weld::Builder> cui::FontFeatureItem::m_xBuilder |
Definition at line 39 of file FontFeaturesDialog.hxx.
std::unique_ptr<weld::CheckButton> cui::FontFeatureItem::m_xCheck |
Definition at line 43 of file FontFeaturesDialog.hxx.
Referenced by cui::FontFeaturesDialog::createFontNameWithFeatures(), cui::FontFeaturesDialog::fillGrid(), and FontFeatureItem().
std::unique_ptr<weld::ComboBox> cui::FontFeatureItem::m_xCombo |
Definition at line 42 of file FontFeaturesDialog.hxx.
Referenced by cui::FontFeaturesDialog::createFontNameWithFeatures(), and cui::FontFeaturesDialog::fillGrid().
std::unique_ptr<weld::Widget> cui::FontFeatureItem::m_xContainer |
Definition at line 40 of file FontFeaturesDialog.hxx.
Referenced by cui::FontFeaturesDialog::fillGrid().
std::unique_ptr<weld::Label> cui::FontFeatureItem::m_xText |
Definition at line 41 of file FontFeaturesDialog.hxx.
Referenced by cui::FontFeaturesDialog::createFontNameWithFeatures(), and cui::FontFeaturesDialog::fillGrid().