Home
last modified time | relevance | path

Searched refs:m_selectedFont (Results 1 – 25 of 47) sorted by relevance

12

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/generic/
H A Dfontpickerg.cpp62 m_selectedFont = initial.IsOk() ? initial : *wxNORMAL_FONT; in Create()
78 m_data.SetInitialFont(m_selectedFont); in OnButtonClick()
88 wxFontPickerEvent event(this, GetId(), m_selectedFont); in OnButtonClick()
95 if ( !m_selectedFont.IsOk() ) in UpdateFont()
103 wxButton::SetFont(m_selectedFont); in UpdateFont()
109 m_selectedFont.GetFaceName().c_str(), in UpdateFont()
110 m_selectedFont.GetPointSize())); in UpdateFont()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/generic/
H A Dfontpickerg.cpp65 m_selectedFont = initial.IsOk() ? initial : *wxNORMAL_FONT; in IMPLEMENT_DYNAMIC_CLASS()
82 m_data.SetInitialFont(m_selectedFont); in OnButtonClick()
92 wxFontPickerEvent event(this, GetId(), m_selectedFont); in OnButtonClick()
99 if ( !m_selectedFont.IsOk() ) in UpdateFont()
107 wxButton::SetFont(m_selectedFont); in UpdateFont()
113 m_selectedFont.GetFaceName().c_str(), in UpdateFont()
114 m_selectedFont.GetPointSize())); in UpdateFont()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/generic/
H A Dfontpickerg.cpp67 m_selectedFont = initial.IsOk() ? initial : *wxNORMAL_FONT; in IMPLEMENT_DYNAMIC_CLASS()
84 ms_data.SetInitialFont(m_selectedFont); in OnButtonClick()
94 wxFontPickerEvent event(this, GetId(), m_selectedFont); in OnButtonClick()
101 if ( !m_selectedFont.Ok() ) in UpdateFont()
109 wxButton::SetFont(m_selectedFont); in UpdateFont()
115 m_selectedFont.GetFaceName().c_str(), in UpdateFont()
116 m_selectedFont.GetPointSize())); in UpdateFont()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/generic/
H A Dfontpickerg.cpp67 m_selectedFont = initial.IsOk() ? initial : *wxNORMAL_FONT; in IMPLEMENT_DYNAMIC_CLASS()
84 ms_data.SetInitialFont(m_selectedFont); in OnButtonClick()
94 wxFontPickerEvent event(this, GetId(), m_selectedFont); in OnButtonClick()
101 if ( !m_selectedFont.Ok() ) in UpdateFont()
109 wxButton::SetFont(m_selectedFont); in UpdateFont()
115 m_selectedFont.GetFaceName().c_str(), in UpdateFont()
116 m_selectedFont.GetPointSize())); in UpdateFont()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/generic/
H A Dfontpickerg.cpp67 m_selectedFont = initial.IsOk() ? initial : *wxNORMAL_FONT; in IMPLEMENT_DYNAMIC_CLASS()
84 ms_data.SetInitialFont(m_selectedFont); in OnButtonClick()
94 wxFontPickerEvent event(this, GetId(), m_selectedFont); in OnButtonClick()
101 if ( !m_selectedFont.Ok() ) in UpdateFont()
109 wxButton::SetFont(m_selectedFont); in UpdateFont()
115 m_selectedFont.GetFaceName().c_str(), in UpdateFont()
116 m_selectedFont.GetPointSize())); in UpdateFont()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/generic/
H A Dfontpickerg.cpp67 m_selectedFont = initial.IsOk() ? initial : *wxNORMAL_FONT; in IMPLEMENT_DYNAMIC_CLASS()
84 ms_data.SetInitialFont(m_selectedFont); in OnButtonClick()
94 wxFontPickerEvent event(this, GetId(), m_selectedFont); in OnButtonClick()
101 if ( !m_selectedFont.Ok() ) in UpdateFont()
109 wxButton::SetFont(m_selectedFont); in UpdateFont()
115 m_selectedFont.GetFaceName().c_str(), in UpdateFont()
116 m_selectedFont.GetPointSize())); in UpdateFont()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/generic/
H A Dfontpickerg.cpp65 m_selectedFont = initial.IsOk() ? initial : *wxNORMAL_FONT; in IMPLEMENT_DYNAMIC_CLASS()
82 m_data.SetInitialFont(m_selectedFont); in OnButtonClick()
92 wxFontPickerEvent event(this, GetId(), m_selectedFont); in OnButtonClick()
99 if ( !m_selectedFont.IsOk() ) in UpdateFont()
107 wxButton::SetFont(m_selectedFont); in UpdateFont()
113 m_selectedFont.GetFaceName().c_str(), in UpdateFont()
114 m_selectedFont.GetPointSize())); in UpdateFont()
/dports/x11-toolkits/kf5-kwidgetsaddons/kwidgetsaddons-5.89.0/src/
H A Dkfontchooser.cpp108 QFont m_selectedFont; member in KFontChooserPrivate
198 q->setFont(m_selectedFont, state); in init()
372 d->m_selectedFont = aFont; in setFont()
406 return d->m_selectedFont; in font()
515 Q_EMIT q->fontSelected(m_selectedFont); in slotFamilySelected()
539 Q_EMIT q->fontSelected(m_selectedFont); in slotStyleSelected()
570 m_selectedFont.setPointSizeF(currentSize); in slotSizeSelected()
571 Q_EMIT q->fontSelected(m_selectedFont); in slotSizeSelected()
635 m_selectedFont.setPointSizeF(val); in slotSizeValue()
636 Q_EMIT q->fontSelected(m_selectedFont); in slotSizeValue()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Dfontpicker.h36 wxFontPickerWidgetBase() { m_selectedFont = *wxNORMAL_FONT; } in wxFontPickerWidgetBase()
40 { return m_selectedFont; } in GetSelectedFont()
42 { m_selectedFont = f; UpdateFont(); } in SetSelectedFont()
50 wxFont m_selectedFont; variable
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Dfontpicker.h37 wxFontPickerWidgetBase() { m_selectedFont = *wxNORMAL_FONT; } in wxFontPickerWidgetBase()
41 { return m_selectedFont; } in GetSelectedFont()
43 { m_selectedFont = f; UpdateFont(); } in SetSelectedFont()
51 wxFont m_selectedFont; variable
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/
H A Dfontpicker.h37 wxFontPickerWidgetBase() { m_selectedFont = *wxNORMAL_FONT; } in wxFontPickerWidgetBase()
41 { return m_selectedFont; } in GetSelectedFont()
43 { m_selectedFont = f; UpdateFont(); } in SetSelectedFont()
51 wxFont m_selectedFont; variable
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Dfontpicker.h37 wxFontPickerWidgetBase() { m_selectedFont = *wxNORMAL_FONT; } in wxFontPickerWidgetBase()
41 { return m_selectedFont; } in GetSelectedFont()
43 { m_selectedFont = f; UpdateFont(); } in SetSelectedFont()
51 wxFont m_selectedFont; variable
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/
H A Dfontpicker.h37 wxFontPickerWidgetBase() { m_selectedFont = *wxNORMAL_FONT; } in wxFontPickerWidgetBase()
41 { return m_selectedFont; } in GetSelectedFont()
43 { m_selectedFont = f; UpdateFont(); } in SetSelectedFont()
51 wxFont m_selectedFont; variable
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Dfontpicker.h36 wxFontPickerWidgetBase() { m_selectedFont = *wxNORMAL_FONT; } in wxFontPickerWidgetBase()
40 { return m_selectedFont; } in GetSelectedFont()
42 { m_selectedFont = f; UpdateFont(); } in SetSelectedFont()
50 wxFont m_selectedFont; variable
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/gtk/
H A Dfontpicker.cpp71 m_selectedFont = initial.IsOk() ? initial : *wxNORMAL_FONT; in Create()
102 const wxNativeFontInfo *info = m_selectedFont.GetNativeFontInfo(); in UpdateFont()
111 m_selectedFont.SetNativeFontInfo(wxString::FromUTF8(gtkdescription)); in SetNativeFontInfo()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Dfontpicker.h36 wxFontPickerWidgetBase() : m_selectedFont(*wxNORMAL_FONT) { } in wxFontPickerWidgetBase()
40 { return m_selectedFont; } in GetSelectedFont()
42 { m_selectedFont = f; UpdateFont(); } in SetSelectedFont()
53 wxFont m_selectedFont; variable
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/gtk/
H A Dfontpicker.cpp71 m_selectedFont = initial.IsOk() ? initial : *wxNORMAL_FONT; in IMPLEMENT_DYNAMIC_CLASS()
102 const wxNativeFontInfo *info = m_selectedFont.GetNativeFontInfo(); in UpdateFont()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/gtk/
H A Dfontpicker.cpp71 m_selectedFont = initial.IsOk() ? initial : *wxNORMAL_FONT; in IMPLEMENT_DYNAMIC_CLASS()
102 const wxNativeFontInfo *info = m_selectedFont.GetNativeFontInfo(); in UpdateFont()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/aui/
H A Dtabart.cpp158 m_selectedFont = *wxNORMAL_FONT; in wxAuiGenericTabArt()
159 m_selectedFont.SetWeight(wxBOLD); in wxAuiGenericTabArt()
160 m_measuringFont = m_selectedFont; in wxAuiGenericTabArt()
328 dc.SetFont(m_selectedFont); in DrawTab()
356 dc.SetFont(m_selectedFont); in DrawTab()
827 m_selectedFont = font; in SetSelectedFont()
853 m_selectedFont = *wxNORMAL_FONT; in wxAuiSimpleTabArt()
854 m_selectedFont.SetWeight(wxBOLD); in wxAuiSimpleTabArt()
995 dc.SetFont(m_selectedFont); in DrawTab()
1023 dc.SetFont(m_selectedFont); in DrawTab()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/aui/
H A Dtabart.cpp158 m_selectedFont = *wxNORMAL_FONT; in wxAuiGenericTabArt()
159 m_selectedFont.SetWeight(wxBOLD); in wxAuiGenericTabArt()
160 m_measuringFont = m_selectedFont; in wxAuiGenericTabArt()
328 dc.SetFont(m_selectedFont); in DrawTab()
356 dc.SetFont(m_selectedFont); in DrawTab()
827 m_selectedFont = font; in SetSelectedFont()
853 m_selectedFont = *wxNORMAL_FONT; in wxAuiSimpleTabArt()
854 m_selectedFont.SetWeight(wxBOLD); in wxAuiSimpleTabArt()
995 dc.SetFont(m_selectedFont); in DrawTab()
1023 dc.SetFont(m_selectedFont); in DrawTab()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/gtk/
H A Dfontpicker.cpp76 m_selectedFont = initial.IsOk() ? initial : *wxNORMAL_FONT; in IMPLEMENT_DYNAMIC_CLASS()
114 const wxNativeFontInfo *info = m_selectedFont.GetNativeFontInfo(); in UpdateFont()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/gtk/
H A Dfontpicker.cpp76 m_selectedFont = initial.IsOk() ? initial : *wxNORMAL_FONT; in IMPLEMENT_DYNAMIC_CLASS()
114 const wxNativeFontInfo *info = m_selectedFont.GetNativeFontInfo(); in UpdateFont()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/gtk/
H A Dfontpicker.cpp76 m_selectedFont = initial.IsOk() ? initial : *wxNORMAL_FONT; in IMPLEMENT_DYNAMIC_CLASS()
114 const wxNativeFontInfo *info = m_selectedFont.GetNativeFontInfo(); in UpdateFont()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/gtk/
H A Dfontpicker.cpp76 m_selectedFont = initial.IsOk() ? initial : *wxNORMAL_FONT; in IMPLEMENT_DYNAMIC_CLASS()
114 const wxNativeFontInfo *info = m_selectedFont.GetNativeFontInfo(); in UpdateFont()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/aui/
H A Dtabart.cpp175 , m_selectedFont(m_normalFont) in wxAuiGenericTabArt()
177 m_selectedFont.SetWeight(wxFONTWEIGHT_BOLD); in wxAuiGenericTabArt()
178 m_measuringFont = m_selectedFont; in wxAuiGenericTabArt()
355 dc.SetFont(m_selectedFont); in DrawTab()
383 dc.SetFont(m_selectedFont); in DrawTab()
881 m_selectedFont = font; in SetSelectedFont()
906 , m_selectedFont(m_normalFont) in wxAuiSimpleTabArt()
917 m_measuringFont = m_selectedFont; in wxAuiSimpleTabArt()
1043 dc.SetFont(m_selectedFont); in DrawTab()
1071 dc.SetFont(m_selectedFont); in DrawTab()
[all …]

12