Home
last modified time | relevance | path

Searched refs:tmwid (Results 1 – 14 of 14) sorted by relevance

/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Qt/
H A DQTMWindow.cpp46 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 Dqt_ui_element.hpp123 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 DQTMWidget.cpp165 : 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 DQTMWidget.hpp34 mutable qt_widget tmwid; member in QTMWidget
H A DQTMMenuHelper.hpp351 qt_widget tmwid; member in QTMRefreshWidget
374 qt_widget tmwid; member in QTMRefreshableWidget
H A DQTMMenuHelper.cpp816 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 Dqt_widget.cpp482 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 Drefresh_widget.cpp24 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 Dets.c54 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 Dets.c54 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 Dwidget.hpp243 widget refresh_widget (string tmwid, string kind= "any");
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Widkit/
H A Dwk_widget.hpp145 wk_widget refresh_wk_widget (string tmwid, string kind);
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Widkit/Basic/
H A Dwidkit_wrapper.cpp340 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 Daqua_widget.mm1147 widget refresh_widget (string tmwid, string kind) { return widget(); }