Home
last modified time | relevance | path

Searched refs:m_text (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/keyboard/
H A Dkeybutton.cpp7 m_text(""), in KeyButton()
30 m_text = text; in setText()
35 if(m_text.isEmpty()) in shift()
41 m_value = m_text; in shift()
42 m_text = value; in shift()
80 if(m_text.isEmpty()) in paintEvent()
88 if(m_text != m_value) in paintEvent()
92 QRectF textRect =painter.boundingRect(rect, m_text, o); in paintEvent()
93 painter.drawText(textRect, m_text); in paintEvent()
H A Dkeybutton.h22 QString m_text; variable
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/wifi/
H A Dswitchwidget.cpp15 m_text = title; in setText()
20 return m_text; in text()
57 QRectF fixTextRect = painter.boundingRect(tectRect, m_text,option); in paintEvent()
58 painter.drawText(fixTextRect, m_text); in paintEvent()
H A Dswitchwidget.h28 QString m_text; variable
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dgcc-rich-location.h112 text_range_label (const char *text) : m_text (text) {} in text_range_label()
116 return label_text::borrow (m_text); in get_text()
120 const char *m_text;
H A Doptinfo.h159 const char *get_text () const { return m_text; } in get_text()
167 char *m_text; variable
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dgcc-rich-location.h112 text_range_label (const char *text) : m_text (text) {} in text_range_label()
116 return label_text::borrow (m_text); in get_text()
120 const char *m_text;
H A Doptinfo.h159 const char *get_text () const { return m_text; } in get_text()
167 char *m_text; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeomaneuver.cpp457 m_text(other.m_text), in QGeoManeuverPrivateDefault()
502 return m_text; in text()
507 m_text = text; in setText()
H A Dqgeomaneuver_p.h139 QString m_text; variable
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/serialassistant/
H A Drollswitchwidget.cpp10 m_text("SERIAL %1"), in RollSwitchWidget()
51 QString text = QString(m_text).arg(m_index+1); in paintEvent()
H A Drollswitchwidget.h24 QString m_text;
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/
H A D0001-CVE-2021-42574.patch769 m_text (text), m_label_line (0), m_has_vbar (true)
848 m_text (xstrdup (new_text)),
859 - m_display_cols = cpp_display_width (m_text, m_byte_length, m_tabstop);
860 + m_display_cols = cpp_display_width (m_text, m_byte_length, m_policy);
865 char *m_text;