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 |
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 |
Definition at line 21 of file FontFeaturesDialog.hxx.
|
inline |
Definition at line 23 of file FontFeaturesDialog.hxx.
sal_uInt32 cui::FontFeatureItem::m_aFeatureCode |
Definition at line 34 of file FontFeaturesDialog.hxx.
Referenced by cui::FontFeaturesDialog::fillGrid().
sal_Int32 cui::FontFeatureItem::m_nDefault |
Definition at line 35 of file FontFeaturesDialog.hxx.
Referenced by cui::FontFeaturesDialog::fillGrid().
std::unique_ptr<weld::Builder> cui::FontFeatureItem::m_xBuilder |
Definition at line 36 of file FontFeaturesDialog.hxx.
std::unique_ptr<weld::CheckButton> cui::FontFeatureItem::m_xCheck |
Definition at line 40 of file FontFeaturesDialog.hxx.
Referenced by cui::FontFeaturesDialog::fillGrid().
std::unique_ptr<weld::ComboBox> cui::FontFeatureItem::m_xCombo |
Definition at line 39 of file FontFeaturesDialog.hxx.
Referenced by cui::FontFeaturesDialog::fillGrid().
std::unique_ptr<weld::Widget> cui::FontFeatureItem::m_xContainer |
Definition at line 37 of file FontFeaturesDialog.hxx.
Referenced by cui::FontFeaturesDialog::fillGrid().
std::unique_ptr<weld::Label> cui::FontFeatureItem::m_xText |
Definition at line 38 of file FontFeaturesDialog.hxx.
Referenced by cui::FontFeaturesDialog::fillGrid().