Home
last modified time | relevance | path

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

12345678910>>...96

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/tests/controls/
H A Dtextctrltest.cpp121 wxTextCtrl *m_text; member in TextCtrlTestCase
160 wxDELETE(m_text); in tearDown()
189 delete m_text; in ReadOnly()
194 m_text->SetFocus(); in ReadOnly()
339 delete m_text;
355 delete m_text; in Url()
374 delete m_text; in Style()
431 delete m_text; in FontStyle()
485 m_text->Update(); in Lines()
531 delete m_text; in LongText()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/tests/controls/
H A Dtextctrltest.cpp121 wxTextCtrl *m_text; member in TextCtrlTestCase
160 wxDELETE(m_text); in tearDown()
189 delete m_text; in ReadOnly()
194 m_text->SetFocus(); in ReadOnly()
339 delete m_text;
355 delete m_text; in Url()
374 delete m_text; in Style()
431 delete m_text; in FontStyle()
485 m_text->Update(); in Lines()
531 delete m_text; in LongText()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/tests/controls/
H A Dtextctrltest.cpp212 delete m_text; in ReadOnly()
425 delete m_text;
447 delete m_text; in Url()
466 delete m_text; in Style()
526 delete m_text; in FontStyle()
629 delete m_text; in LongText()
678 delete m_text; in DoPositionToCoordsTestWithStyle()
789 delete m_text; in DoPositionToXYMultiLine()
1011 delete m_text; in DoXYToPositionMultiLine()
1168 delete m_text; in PositionToXYSingleLine()
[all …]
/dports/devel/grantlee5/grantlee-5.2.0/textdocument/lib/
H A Dtexthtmlbuilder.cpp35 QString m_text; member in Grantlee::TextHTMLBuilderPrivate
104 d->m_text.append( in beginForeground()
132 d->m_text.append( in beginAnchor()
153 d->m_text.append( in beginFontFamily()
217 d->m_text.append(QLatin1Char('>')); in beginParagraph()
401 d->m_text.append( in beginTable()
419 d->m_text.append( in beginTableHeaderCell()
430 d->m_text.append( in beginTableCell()
470 d->m_text.append(text); in appendRawText()
476 auto ret = d->m_text; in getResult()
[all …]
H A Dmediawikimarkupbuilder.cpp31 m_text.append(QStringLiteral("'''")); in beginStrong()
35 m_text.append(QStringLiteral("'''")); in endStrong()
39 m_text.append(QStringLiteral("''")); in beginEmph()
44 m_text.append(QStringLiteral("<u>")); in beginUnderline()
61 m_text.append(QLatin1Char('\n')); in endParagraph()
135 m_text.append(QLatin1Char('\n')); in beginList()
144 m_text.append(QLatin1Char('\n')); in endList()
154 m_text.append(QStringLiteral( in beginListItem()
171 m_text.append(escape(text)); in appendLiteralText()
185 auto ret = m_text; in getResult()
[all …]
H A Dbbcodebuilder.cpp43 m_text.append(QStringLiteral("[/COLOR]")); in endForeground()
63 m_text.append(QStringLiteral("[/SIZE]")); in endFontPointSize()
89 m_text.append(QLatin1Char('\n')); in endParagraph()
109 m_text.append(QStringLiteral( in beginList()
132 m_text.append(QStringLiteral("[SUP]")); in beginSuperscript()
137 m_text.append(QStringLiteral("[/SUP]")); in endSuperscript()
146 m_text.append(QStringLiteral("[TABLE]\n")); in beginTable()
151 m_text.append(QStringLiteral("[/TABLE]")); in beginTableRow()
156 m_text.append(escape(text)); in appendLiteralText()
169 auto ret = m_text; in getResult()
[all …]
/dports/net/kpimtextedit/kpimtextedit-21.12.3/src/grantleebuilder/
H A Dtexthtmlbuilder.cpp25 QString m_text; member in KPIMTextEdit::TextHTMLBuilderPrivate
60 d->m_text.append(QStringLiteral("<em>")); in beginEmph()
72 d->m_text.append(QStringLiteral("<u>")); in beginUnderline()
78 d->m_text.append(QStringLiteral("</u>")); in endUnderline()
84 d->m_text.append(QStringLiteral("<s>")); in beginStrikeout()
90 d->m_text.append(QStringLiteral("</s>")); in endStrikeout()
197 d->m_text.append(QLatin1Char('>')); in beginParagraph()
455 d->m_text.append(textEscapedResult); in appendLiteralText()
461 d->m_text.append(text); in appendRawText()
467 auto ret = d->m_text; in getResult()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/tests/validators/
H A Dvalnum.cpp34 wxTextCtrl* const m_text; member in NumValidatorTestCase
46 delete m_text; in ~NumValidatorTestCase()
53 valInt.SetWindow(m_text);
73 m_text->Clear();
113 m_text->Clear();
121 valULL.SetWindow(m_text);
188 m_text->Clear();
195 m_text->SetValidator(
214 m_text->SetValidator(
242 m_text->SetValidator(
[all …]
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/archivers/chd/
H A Dastring.cpp83 char *oldbuf = (m_text == m_smallbuf) ? NULL : m_text; in ensure_room()
84 m_text = strcpy(newbuf, m_text); in ensure_room()
101 return (start >= 0 && start < max) ? m_text + start : m_text + max; in safe_string_base()
135 m_text = m_smallbuf; in init()
150 delete[] m_text; in ~astring()
172 m_text[count] = 0; in cpy()
243 memmove(m_text, m_text + start, count); in substr()
244 m_text[count] = 0; in substr()
321 if (m_text[index] == 0 || m_text[index] != str2[index]) in cmp()
444 char *dst = m_text; in delchr()
[all …]
/dports/math/wxmaxima/wxmaxima-Version-20.04.0/src/
H A DEditorCell.cpp42 m_text(text), in EditorCell()
169 m_text = m_text.Left(m_positionOfCaret); in AddDrawParameter()
624 m_text = m_text.Left(m_positionOfCaret) + in ConvertNumToUNicodeChar()
1292 m_text = m_text.SubString(0, m_positionOfCaret - 1) + m_text.SubString(end, m_text.length()); in HandleCtrlCommand()
1544 m_text = m_text.SubString(0, start - 1) + in ProcessNewline()
2035 m_text = m_text.SubString(0, start - 1) + in HandleSpecialKey()
2339 m_text = m_text.SubString(0, start - 1) + in HandleOrdinaryKey()
2433 m_text = m_text.SubString(m_positionOfCaret - 2, m_text.Length()); in HandleOrdinaryKey()
3216 m_text = m_text.SubString(0, start - 1) + in CutToClipboard()
3217 m_text.SubString(end, m_text.Length()); in CutToClipboard()
[all …]
/dports/cad/qelectrotech/qet-0.7.0/sources/ui/
H A Dinditextpropertieswidget.cpp68 if (m_text) { in setText()
74 m_text = text; in setText()
92 m_text = nullptr; in setText()
120 if (m_text && m_text->diagram()) { in apply()
121 d = m_text->diagram(); in apply()
299 new QPropertyUndoCommand(m_text.data(), "font", m_text->font(), font, undo); in associatedUndo()
423 if (m_text) { in on_m_advanced_editor_pb_clicked()
424 m_text->edit(); in on_m_advanced_editor_pb_clicked()
430 if (m_text) { in on_m_break_html_pb_clicked()
431 m_text->setPlainText(m_text->toPlainText()); in on_m_break_html_pb_clicked()
[all …]
/dports/games/dustrac/DustRacing2D-ae380b8/src/game/
H A Dtimingoverlay.cpp50 , m_text(L"") in TimingOverlay()
188 m_text.setColor(WHITE); in renderCurrentLap()
189 m_text.render(0, height() - m_text.height(m_font), nullptr, m_font); in renderCurrentLap()
214 m_text.setColor(YELLOW); in renderPosition()
215 m_text.render(0, height() - m_text.height(m_font) * 2, nullptr, m_font); in renderPosition()
250 m_text.render(0, 2 * m_text.height(m_font) + h, nullptr, m_font); in renderSpeed()
290 m_text.render( in renderCurrentLapTime()
302 m_text.setColor(WHITE); in renderLastLapTime()
308 m_text.render( in renderLastLapTime()
328 m_text.render( in renderRecordLapTime()
[all …]
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/ui/reports/items/text/
H A DPlanReportScriptText.cpp29 m_text = t; in Text()
39 return m_text->itemDataSource(); in source()
44 m_text->m_controlSource->setValue(s); in setSource()
137 m_text->m_backgroundOpacity->setValue(o); in setBackgroundOpacity()
146 m_text->m_lineColor->setValue(QColor(c)); in setLineColor()
155 m_text->m_lineWeight->setValue(w); in setLineWeight()
167 m_text->m_lineStyle->setValue(s); in setLineStyle()
172 return m_text->m_pos.toPoint(); in position()
176 m_text->m_pos.setPointPos(p); in setPosition()
181 return m_text->m_size.toPoint(); in size()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/tests/validators/
H A Dvalnum.cpp55 wxTextCtrl *m_text; member in NumValidatorTestCase
80 valInt.SetWindow(m_text); in TransferInt()
93 m_text->ChangeValue("-234"); in TransferInt()
100 m_text->Clear(); in TransferInt()
124 m_text->ChangeValue("234"); in TransferUnsigned()
131 m_text->Clear(); in TransferUnsigned()
163 m_text->Clear(); in TransferFloat()
170 m_text->SetValidator( in ZeroAsBlank()
189 m_text->SetValidator( in NoTrailingZeroes()
217 m_text->SetValidator( in Interactive()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/tests/validators/
H A Dvalnum.cpp55 wxTextCtrl *m_text; member in NumValidatorTestCase
80 valInt.SetWindow(m_text); in TransferInt()
93 m_text->ChangeValue("-234"); in TransferInt()
100 m_text->Clear(); in TransferInt()
124 m_text->ChangeValue("234"); in TransferUnsigned()
131 m_text->Clear(); in TransferUnsigned()
163 m_text->Clear(); in TransferFloat()
170 m_text->SetValidator( in ZeroAsBlank()
189 m_text->SetValidator( in NoTrailingZeroes()
217 m_text->SetValidator( in Interactive()
[all …]
/dports/textproc/kreport/kreport-3.2.0/src/items/text/
H A DKReportScriptText.cpp31 m_text = t; in Text()
41 return m_text->itemDataSource(); in source()
46 m_text->setItemDataSource(s); in setSource()
139 m_text->m_backgroundOpacity->setValue(o); in setBackgroundOpacity()
157 m_text->m_lineWeight->setValue(w); in setLineWeight()
169 m_text->m_lineStyle->setValue(s); in setLineStyle()
174 return m_text->position(); in position()
178 m_text->setPosition(p); in setPosition()
183 return m_text->size(); in size()
187 m_text->setSize(s); in setSize()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/osx/carbon/
H A Dcombobox.cpp223 wxDELETE(m_text); in BEGIN_EVENT_TABLE()
289 if (m_text) in Enable()
378 if ( m_text ) in EnableTextChangedEvents()
466 if ( m_text ) in SetInsertionPoint()
472 if ( m_text ) in SetInsertionPointEnd()
478 if ( m_text ) in GetInsertionPoint()
485 if ( m_text ) in GetLastPosition()
492 if ( m_text ) in Replace()
498 if ( m_text ) in Remove()
504 if ( m_text ) in SetSelection()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/osx/carbon/
H A Dcombobox.cpp223 wxDELETE(m_text); in BEGIN_EVENT_TABLE()
289 if (m_text) in Enable()
378 if ( m_text ) in EnableTextChangedEvents()
466 if ( m_text ) in SetInsertionPoint()
472 if ( m_text ) in SetInsertionPointEnd()
478 if ( m_text ) in GetInsertionPoint()
485 if ( m_text ) in GetLastPosition()
492 if ( m_text ) in Replace()
498 if ( m_text ) in Remove()
504 if ( m_text ) in SetSelection()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/gtk1/
H A Dtextctrl.cpp224 m_text = in BEGIN_EVENT_TABLE()
299 m_text = gtk_entry_new(); in Create()
304 m_focusWidget = m_text; in Create()
309 gtk_widget_show(m_text); in Create()
334 gtk_widget_realize(m_text); in Create()
348 SET_EDITABLE_POS(m_text, gtk_text_get_point( GTK_TEXT(m_text) )); in Create()
471 gtk_text_set_point( GTK_TEXT(m_text), GET_EDITABLE_POS(m_text) ); in WriteText()
487 SET_EDITABLE_POS(m_text, gtk_text_get_point( GTK_TEXT(m_text) )); in WriteText()
665 SET_EDITABLE_POS(m_text, gtk_text_get_point( GTK_TEXT(m_text) )); in SetInsertionPoint()
1006 return GTK_WIDGET(m_text); in GetConnectWidget()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/gtk1/
H A Dtextctrl.cpp213 m_text = in IMPLEMENT_DYNAMIC_CLASS()
288 m_text = gtk_entry_new(); in Create()
293 m_focusWidget = m_text; in Create()
298 gtk_widget_show(m_text); in Create()
323 gtk_widget_realize(m_text); in Create()
337 SET_EDITABLE_POS(m_text, gtk_text_get_point( GTK_TEXT(m_text) )); in Create()
460 gtk_text_set_point( GTK_TEXT(m_text), GET_EDITABLE_POS(m_text) ); in WriteText()
476 SET_EDITABLE_POS(m_text, gtk_text_get_point( GTK_TEXT(m_text) )); in WriteText()
654 SET_EDITABLE_POS(m_text, gtk_text_get_point( GTK_TEXT(m_text) )); in SetInsertionPoint()
1024 return GTK_WIDGET(m_text); in GetConnectWidget()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/gtk1/
H A Dtextctrl.cpp213 m_text = in IMPLEMENT_DYNAMIC_CLASS()
288 m_text = gtk_entry_new(); in Create()
293 m_focusWidget = m_text; in Create()
298 gtk_widget_show(m_text); in Create()
323 gtk_widget_realize(m_text); in Create()
337 SET_EDITABLE_POS(m_text, gtk_text_get_point( GTK_TEXT(m_text) )); in Create()
460 gtk_text_set_point( GTK_TEXT(m_text), GET_EDITABLE_POS(m_text) ); in WriteText()
476 SET_EDITABLE_POS(m_text, gtk_text_get_point( GTK_TEXT(m_text) )); in WriteText()
654 SET_EDITABLE_POS(m_text, gtk_text_get_point( GTK_TEXT(m_text) )); in SetInsertionPoint()
1024 return GTK_WIDGET(m_text); in GetConnectWidget()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/gtk1/
H A Dtextctrl.cpp213 m_text = in IMPLEMENT_DYNAMIC_CLASS()
288 m_text = gtk_entry_new(); in Create()
293 m_focusWidget = m_text; in Create()
298 gtk_widget_show(m_text); in Create()
323 gtk_widget_realize(m_text); in Create()
337 SET_EDITABLE_POS(m_text, gtk_text_get_point( GTK_TEXT(m_text) )); in Create()
460 gtk_text_set_point( GTK_TEXT(m_text), GET_EDITABLE_POS(m_text) ); in WriteText()
476 SET_EDITABLE_POS(m_text, gtk_text_get_point( GTK_TEXT(m_text) )); in WriteText()
654 SET_EDITABLE_POS(m_text, gtk_text_get_point( GTK_TEXT(m_text) )); in SetInsertionPoint()
1024 return GTK_WIDGET(m_text); in GetConnectWidget()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/gtk1/
H A Dtextctrl.cpp213 m_text = in IMPLEMENT_DYNAMIC_CLASS()
288 m_text = gtk_entry_new(); in Create()
293 m_focusWidget = m_text; in Create()
298 gtk_widget_show(m_text); in Create()
323 gtk_widget_realize(m_text); in Create()
337 SET_EDITABLE_POS(m_text, gtk_text_get_point( GTK_TEXT(m_text) )); in Create()
460 gtk_text_set_point( GTK_TEXT(m_text), GET_EDITABLE_POS(m_text) ); in WriteText()
476 SET_EDITABLE_POS(m_text, gtk_text_get_point( GTK_TEXT(m_text) )); in WriteText()
654 SET_EDITABLE_POS(m_text, gtk_text_get_point( GTK_TEXT(m_text) )); in SetInsertionPoint()
1024 return GTK_WIDGET(m_text); in GetConnectWidget()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/gtk1/
H A Dtextctrl.cpp224 m_text = in wxBEGIN_EVENT_TABLE()
299 m_text = gtk_entry_new(); in Create()
304 m_focusWidget = m_text; in Create()
309 gtk_widget_show(m_text); in Create()
334 gtk_widget_realize(m_text); in Create()
348 SET_EDITABLE_POS(m_text, gtk_text_get_point( GTK_TEXT(m_text) )); in Create()
471 gtk_text_set_point( GTK_TEXT(m_text), GET_EDITABLE_POS(m_text) ); in WriteText()
487 SET_EDITABLE_POS(m_text, gtk_text_get_point( GTK_TEXT(m_text) )); in WriteText()
665 SET_EDITABLE_POS(m_text, gtk_text_get_point( GTK_TEXT(m_text) )); in SetInsertionPoint()
1006 return GTK_WIDGET(m_text); in GetConnectWidget()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/gtk1/
H A Dtextctrl.cpp224 m_text = in BEGIN_EVENT_TABLE()
299 m_text = gtk_entry_new(); in Create()
304 m_focusWidget = m_text; in Create()
309 gtk_widget_show(m_text); in Create()
334 gtk_widget_realize(m_text); in Create()
348 SET_EDITABLE_POS(m_text, gtk_text_get_point( GTK_TEXT(m_text) )); in Create()
471 gtk_text_set_point( GTK_TEXT(m_text), GET_EDITABLE_POS(m_text) ); in WriteText()
487 SET_EDITABLE_POS(m_text, gtk_text_get_point( GTK_TEXT(m_text) )); in WriteText()
665 SET_EDITABLE_POS(m_text, gtk_text_get_point( GTK_TEXT(m_text) )); in SetInsertionPoint()
1006 return GTK_WIDGET(m_text); in GetConnectWidget()
[all …]

12345678910>>...96