/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Qt/ |
H A D | QTMWindow.cpp | 46 widget tmwid = qt_window_widget_rep::widget_from_qwidget(this); in closeEvent() local 47 string name= ( !is_nil(tmwid) ? concrete(tmwid)->get_nickname () : "QTMWindow"); in closeEvent() 56 widget tmwid = qt_window_widget_rep::widget_from_qwidget(this); in moveEvent() local 57 string name= ( !is_nil(tmwid) ? concrete(tmwid)->get_nickname () : "QTMWindow"); in moveEvent() 66 widget tmwid = qt_window_widget_rep::widget_from_qwidget(this); in resizeEvent() local 67 string name= ( !is_nil(tmwid) ? concrete(tmwid)->get_nickname () : "QTMWindow"); in resizeEvent()
|
H A D | qt_ui_element.hpp | 123 widget tmwid; member in qt_wrapped_widget_rep 127 : tmwid (_tmwid), quit (_quit) { in qt_wrapped_widget_rep() 128 add_child (tmwid); in qt_wrapped_widget_rep() 130 QWidget* as_qwidget () { return concrete(tmwid)->as_qwidget(); } in as_qwidget()
|
H A D | QTMWidget.cpp | 165 : QTMScrollView (_parent), tmwid (_tmwid), backingPixmap (1,1), imwidget (NULL), in QTMWidget() 192 return concrete_simple_widget (tmwid); in tm_widget() 446 if (is_nil (tmwid)) return; in keyPressEvent() 767 if (!is_nil (tmwid)) in inputMethodEvent() 786 if (is_nil (tmwid)) return; in mousePressEvent() 798 if (is_nil (tmwid)) return; in mouseReleaseEvent() 810 if (is_nil (tmwid)) return; in mouseMoveEvent() 841 if (!is_nil (tmwid)) { in focusInEvent() 850 if (!is_nil (tmwid)) { in focusOutEvent() 860 if (!is_nil (tmwid)) tm_widget()->handle_get_size_hint (w, h); in sizeHint()
|
H A D | QTMWidget.hpp | 34 mutable qt_widget tmwid; member in QTMWidget
|
H A D | QTMMenuHelper.hpp | 351 qt_widget tmwid; member in QTMRefreshWidget 374 qt_widget tmwid; member in QTMRefreshableWidget
|
H A D | QTMMenuHelper.cpp | 816 curobj (false), cur (), tmwid (_tmwid), qwid (NULL), cache (widget ()) in QTMRefreshWidget() 844 tmwid->add_child (cur); // FIXME?! Is this ok? what when we refresh? in recompute() 904 curobj (false), cur (), tmwid (_tmwid), qwid (NULL) in QTMRefreshableWidget() 925 tmwid->add_child (cur); // FIXME?! Is this ok? what when we refresh? in recompute()
|
H A D | qt_widget.cpp | 482 widget refresh_widget (string tmwid, string kind) { in refresh_widget() argument 484 tmwid, kind); in refresh_widget()
|
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Widkit/Misc/ |
H A D | refresh_widget.cpp | 24 string tmwid; member in refresh_widget_rep 30 refresh_widget_rep (string tmwid, string kind); 37 basic_widget_rep (1), tmwid (tmwid2), kind (kind2), in refresh_widget_rep() 43 return tree (TUPLE, "refresh", tmwid, kind); in operator tree() 49 string s= "'(vertical (link " * tmwid * "))"; in recompute() 153 refresh_wk_widget (string tmwid, string kind) { in refresh_wk_widget() argument 154 return tm_new<refresh_widget_rep> (tmwid, kind); in refresh_wk_widget()
|
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/toolbin/halftone/ETS/ |
H A D | ets.c | 54 int tmwid; member 288 const signed char *tmline = etc->tmmat + (etc->y % etc->tmheight) * etc->tmwid; in ets_line() 289 int tmmask = etc->tmwid - 1; in ets_line() 871 result->tmwid = TM_WIDTH; in ets_new()
|
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/toolbin/halftone/ETS/ |
H A D | ets.c | 54 int tmwid; member 288 const signed char *tmline = etc->tmmat + (etc->y % etc->tmheight) * etc->tmwid; in ets_line() 289 int tmmask = etc->tmwid - 1; in ets_line() 871 result->tmwid = TM_WIDTH; in ets_new()
|
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Graphics/Gui/ |
H A D | widget.hpp | 243 widget refresh_widget (string tmwid, string kind= "any");
|
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Widkit/ |
H A D | wk_widget.hpp | 145 wk_widget refresh_wk_widget (string tmwid, string kind);
|
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Widkit/Basic/ |
H A D | widkit_wrapper.cpp | 340 refresh_widget (string tmwid, string kind) { in refresh_widget() argument 341 return abstract (refresh_wk_widget (tmwid, kind)); in refresh_widget()
|
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Cocoa/ |
H A D | aqua_widget.mm | 1147 widget refresh_widget (string tmwid, string kind) { return widget(); }
|