Home
last modified time | relevance | path

Searched refs:open_box (Results 1 – 25 of 39) sorted by relevance

12

/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Qt/
H A Dqt_ui_element.cpp257 T x= open_box<T> (load); in operator tree()
262 T x= open_box<T> (load); in operator tree()
313 T x = open_box<T>(load); in as_qaction()
403 T x = open_box<T> (load); in as_qaction()
471 T x = open_box<T>(load); in as_qaction()
514 T arr = open_box<T> (load); in as_qlayoutitem()
657 T x = open_box<T>(load); in as_qlayoutitem()
715 T x = open_box<T>(load); in as_qwidget()
795 T x = open_box<T>(load); in as_qwidget()
939 T x = open_box<T>(load); in as_qwidget()
[all …]
H A Dqt_window_widget.cpp129 coord2 p = open_box<coord2> (val); in send()
139 coord2 p = open_box<coord2> (val); in send()
154 bool flag = open_box<bool> (val); in send()
170 bool flag = open_box<bool> (val); // true= get grab, false= release grab in send()
181 string name = open_box<string> (val); in send()
189 bool flag = open_box<bool> (val); in send()
196 string kind = open_box<string> (val); in send()
302 qwid->resize (to_qsize (open_box<coord2> (val))); in send()
309 qwid->move (to_qpoint (open_box<coord2> (val))); in send()
316 qwid->setVisible(open_box<bool> (val)); in send()
[all …]
H A Dqt_chooser_widget.cpp52 bool flag = open_box<bool> (val); in send()
59 size = open_box<coord2> (val); in send()
63 position = open_box<coord2> (val); in send()
72 debug_widgets << "\tString input: " << open_box<string> (val) << LF; in send()
77 set_type (open_box<string> (val)); in send()
83 debug_widgets << "\tFile: " << open_box<string> (val) << LF; in send()
84 file = open_box<string> (val); in send()
88 directory = open_box<string> (val); in send()
H A Dqt_simple_widget.cpp136 coord4 p= open_box<coord4> (val); in send()
166 coord4 p = open_box<coord4> (val); in send()
174 coord2 p = open_box<coord2> (val); in send()
182 coord2 p = open_box<coord2> (val); in send()
194 double new_zoom = open_box<double> (val); in send()
202 bool grab = open_box<bool>(val); in send()
212 T contents = open_box<T> (val); // x1 = name, x2 = mask. in send()
226 coord2 p = open_box<coord2> (val); in send()
H A Dqt_menu.cpp62 get_qmenu()->move (to_qpoint (open_box<coord2> (val))); in send()
68 get_qmenu()->setVisible (open_box<bool> (val)); in send()
74 bool flag = open_box<bool> (val); // true= get grab, false= release grab in send()
H A Dqt_tm_widget.cpp480 bool focus = open_box<bool> (val); in send()
488 visibility[0] = open_box<bool> (val); in send()
495 visibility[1] = open_box<bool> (val); in send()
502 visibility[2] = open_box<bool> (val); in send()
509 visibility[3] = open_box<bool> (val); in send()
516 visibility[4] = open_box<bool> (val); in send()
546 string msg = open_box<string> (val); in send()
554 string msg= open_box<string> (val); in send()
567 if (open_box<bool> (val) == true) { in send()
598 coord2 p= open_box<coord2> (val); in send()
[all …]
H A Dqt_dialogues.cpp59 input= scm_quote (open_box<string> (val)); in send()
63 type= open_box<string> (val); in send()
67 proposals << open_box<string> (val); in send()
204 bool flag = open_box<bool> (val); in send()
211 size = open_box<coord2> (val); in send()
215 position = open_box<coord2> (val); in send()
259 int index = open_box<int> (val); in read()
H A Dqt_gui.cpp516 T x = open_box <T> (ev.x2); in process_queued_events()
524 T x = open_box <T> (ev.x2); in process_queued_events()
533 T x = open_box <T> (ev.x2); in process_queued_events()
542 T x = open_box <T> (ev.x2); in process_queued_events()
549 command cmd = open_box <command> (ev.x2) ; in process_queued_events()
556 T x = open_box <T> (ev.x2); in process_queued_events()
H A Dqt_color_picker_widget.cpp45 if (open_box<bool>(val) == true) in send()
H A Dqt_printer_widget.cpp51 if (open_box<bool>(val) == true) in send()
H A Dqt_widget.cpp71 bool focus = open_box<bool> (val); in send()
78 string field = open_box<string>(val); in send()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Widkit/Basic/
H A Dwidkit_wrapper.cpp489 coord2 p= open_box<coord2> (val); in send_coord2()
497 coord4 p= open_box<coord4> (val); in send_coord4()
505 coord2 p= open_box<coord2> (val); in send_position()
518 coord2 p= open_box<coord2> (val); in send_size()
536 w << emit_refresh (open_box<string> (val)); in send_refresh()
543 keypress k= open_box<keypress> (val); in send_keyboard()
565 mouse m= open_box<mouse> (val); in send_mouse()
588 coord4 p= open_box<coord4> (val); in send_invalidate()
603 repaint r= open_box<repaint> (val); in send_repaint()
613 delayed dm= open_box<delayed> (val); in send_delayed_message()
[all …]
/dports/devel/py-urwid/urwid-2.1.2/docs/tutorial/
H A Dcmenu.py11 return top.open_box(contents)
22 top.open_box(urwid.Filler(urwid.Pile([response, done])))
48 self.open_box(box)
50 def open_box(self, box): member in CascadingBoxes
H A Dhmenu.py22 top.open_box(self.menu)
34 top.open_box(urwid.AttrMap(response_box, 'options'))
72 def open_box(self, box): member in HorizontalBoxes
80 top.open_box(menu_top.menu)
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Core/
H A DLayoutLineBox.cpp170 LayoutInlineBox* open_box = open_inline_box; in Close() local
171 while (open_box != NULL && in Close()
174 if (inline_boxes[i] == open_box) in Close()
177 open_box = open_box->GetParent(); in Close()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Cocoa/
H A Daqua_widget.mm96 string name = open_box<string> (val);
106 coord4 p= open_box<coord4> (val);
414 coord4 p= open_box<coord4> (val);
426 bool f= open_box<bool> (val);
434 bool f= open_box<bool> (val);
442 bool f= open_box<bool> (val);
450 bool f= open_box<bool> (val);
458 bool f= open_box<bool> (val);
484 coord2 p= open_box<coord2> (val);
772 coord2 p= open_box<coord2> (val);
[all …]
H A Daqua_dialogues.mm77 bool flag = open_box<bool> (val);
85 size = open_box<coord2> (val);
91 position = open_box<coord2> (val);
110 type = open_box<string> (val);
124 directory = open_box<string> (val);
338 input = open_box<string> (val);
345 type = open_box<string> (val);
351 proposals << open_box<string> (val);
407 bool flag = open_box<bool> (val);
415 size = open_box<coord2> (val);
[all …]
H A Daqua_menu.mm68 bool flag = open_box<bool> (val);
75 bool flag = open_box<bool> (val);
/dports/lang/rust/rustc-1.58.1-src/src/doc/rust-by-example/src/mod/
H A Dstruct_visibility.md33 let open_box = my::OpenBox { contents: "public information" };
36 println!("The open box contains: {}", open_box.contents);
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Scheme/Scheme/
H A Dglue.cpp42 return open_box<T>(tmscm_to_blackbox (obj)); }
217 return open_box<tree>(tmscm_to_blackbox (obj)); in tmscm_to_tree()
525 return open_box<observer>(tmscm_to_blackbox (obj)); in tmscm_to_observer()
557 return open_box<widget> (tmscm_to_blackbox (o)); in tmscm_to_widget()
580 return open_box<command> (tmscm_to_blackbox (o)); in tmscm_to_command()
606 return open_box<promise_widget> (tmscm_to_blackbox (o)); in tmscm_to_promise_widget()
633 return open_box<url> (tmscm_to_blackbox (obj)); in tmscm_to_url()
668 return open_box<modification> (tmscm_to_blackbox (obj)); in tmscm_to_modification()
706 return open_box<patch> (tmscm_to_blackbox (obj)); in tmscm_to_patch()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Graphics/Gui/
H A Dmessage.hpp148 return open_box<T1> (w->query (s, type_helper<T1>::id)); in query()
154 T p= open_box<T> (w->query (s, type_helper<T>::id)); in query()
161 T t= open_box<T> (w->query (s, type_helper<T>::id)); in query()
168 T q= open_box<T> (w->query (s, type_helper<T>::id)); in query()
175 T q= open_box<T> (w->query (s, type_helper<T>::id)); in query()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Kernel/Types/
H A Dgeneric_tree.hpp45 return open_box<T> (as_blackbox (t)); } in op()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Kernel/Abstractions/
H A Dblackbox.hpp66 open_box (blackbox bb) { in open_box() function
/dports/www/phpgroupware/phpgroupware-0.9.16.017/calendar/inc/
H A Dclass.socalendar.inc.php52 $this->open_box($this->owner);
55 function open_box($owner) function in socalendar
/dports/mail/isync/isync-1.4.4/src/
H A Ddriver.h200 void (*open_box)( store_t *ctx, member

12