Home
last modified time | relevance | path

Searched refs:StyleBox (Results 1 – 25 of 364) sorted by relevance

12345678910>>...15

/dports/science/smoldyn/smoldyn-2.67/examples/S94_archive/Andrews_2018/note5_polymer/
H A Dpolymer.nb721 StyleBox[
729 StyleBox[
737 StyleBox[
745 StyleBox[
753 StyleBox[
761 StyleBox[
769 StyleBox[
777 StyleBox[
785 StyleBox[
793 StyleBox[
[all …]
/dports/devel/godot2/godot-2.1.6-stable/scene/resources/
H A Dstyle_box.h39 class StyleBox : public Resource {
41 OBJ_TYPE(StyleBox, Resource);
43 OBJ_SAVE_TYPE(StyleBox);
63 StyleBox();
66 class StyleBoxEmpty : public StyleBox {
68 OBJ_TYPE(StyleBoxEmpty, StyleBox);
76 class StyleBoxTexture : public StyleBox {
78 OBJ_TYPE(StyleBoxTexture, StyleBox);
113 class StyleBoxFlat : public StyleBox {
115 OBJ_TYPE(StyleBoxFlat, StyleBox);
[all …]
H A Dstyle_box.cpp32 bool StyleBox::test_mask(const Point2 &p_point, const Rect2 &p_rect) const { in test_mask()
37 void StyleBox::set_default_margin(Margin p_margin, float p_value) { in set_default_margin()
42 float StyleBox::get_default_margin(Margin p_margin) const { in get_default_margin()
47 float StyleBox::get_margin(Margin p_margin) const { in get_margin()
55 Size2 StyleBox::get_minimum_size() const { in get_minimum_size()
60 Point2 StyleBox::get_offset() const { in get_offset()
65 Size2 StyleBox::get_center_size() const { in get_center_size()
70 void StyleBox::_bind_methods() { in _bind_methods()
80 ObjectTypeDB::bind_method(_MD("get_margin", "margin"), &StyleBox::get_margin); in _bind_methods()
83 ObjectTypeDB::bind_method(_MD("get_offset"), &StyleBox::get_offset); in _bind_methods()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/resources/
H A Dstyle_box.h39 class StyleBox : public Resource {
41 OBJ_TYPE(StyleBox, Resource);
43 OBJ_SAVE_TYPE(StyleBox);
63 StyleBox();
66 class StyleBoxEmpty : public StyleBox {
68 OBJ_TYPE(StyleBoxEmpty, StyleBox);
76 class StyleBoxTexture : public StyleBox {
78 OBJ_TYPE(StyleBoxTexture, StyleBox);
113 class StyleBoxFlat : public StyleBox {
115 OBJ_TYPE(StyleBoxFlat, StyleBox);
[all …]
H A Dstyle_box.cpp32 bool StyleBox::test_mask(const Point2 &p_point, const Rect2 &p_rect) const { in test_mask()
37 void StyleBox::set_default_margin(Margin p_margin, float p_value) { in set_default_margin()
42 float StyleBox::get_default_margin(Margin p_margin) const { in get_default_margin()
47 float StyleBox::get_margin(Margin p_margin) const { in get_margin()
55 Size2 StyleBox::get_minimum_size() const { in get_minimum_size()
60 Point2 StyleBox::get_offset() const { in get_offset()
65 Size2 StyleBox::get_center_size() const { in get_center_size()
70 void StyleBox::_bind_methods() { in _bind_methods()
80 ObjectTypeDB::bind_method(_MD("get_margin", "margin"), &StyleBox::get_margin); in _bind_methods()
83 ObjectTypeDB::bind_method(_MD("get_offset"), &StyleBox::get_offset); in _bind_methods()
[all …]
/dports/devel/godot/godot-3.2.3-stable/scene/resources/
H A Dstyle_box.h40 class StyleBox : public Resource {
42 GDCLASS(StyleBox, Resource);
44 OBJ_SAVE_TYPE(StyleBox);
67 StyleBox();
70 class StyleBoxEmpty : public StyleBox {
72 GDCLASS(StyleBoxEmpty, StyleBox);
82 GDCLASS(StyleBoxTexture, StyleBox);
146 class StyleBoxFlat : public StyleBox { in VARIANT_ENUM_CAST()
148 GDCLASS(StyleBoxFlat, StyleBox); in VARIANT_ENUM_CAST()
240 class StyleBoxLine : public StyleBox {
[all …]
H A Dstyle_box.cpp41 void StyleBox::set_default_margin(Margin p_margin, float p_value) { in set_default_margin()
48 float StyleBox::get_default_margin(Margin p_margin) const { in get_default_margin()
55 float StyleBox::get_margin(Margin p_margin) const { in get_margin()
65 CanvasItem *StyleBox::get_current_item_drawn() const { in get_current_item_drawn()
69 Size2 StyleBox::get_minimum_size() const { in get_minimum_size()
74 Point2 StyleBox::get_offset() const { in get_offset()
79 Size2 StyleBox::get_center_size() const { in get_center_size()
84 Rect2 StyleBox::get_draw_rect(const Rect2 &p_rect) const { in get_draw_rect()
88 void StyleBox::_bind_methods() { in _bind_methods()
101 ClassDB::bind_method(D_METHOD("get_offset"), &StyleBox::get_offset); in _bind_methods()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/scene/resources/
H A Dstyle_box.h40 class StyleBox : public Resource {
42 GDCLASS(StyleBox, Resource);
44 OBJ_SAVE_TYPE(StyleBox);
67 StyleBox();
70 class StyleBoxEmpty : public StyleBox {
72 GDCLASS(StyleBoxEmpty, StyleBox);
82 GDCLASS(StyleBoxTexture, StyleBox);
146 class StyleBoxFlat : public StyleBox { in VARIANT_ENUM_CAST()
148 GDCLASS(StyleBoxFlat, StyleBox); in VARIANT_ENUM_CAST()
240 class StyleBoxLine : public StyleBox {
[all …]
/dports/www/firefox-esr/firefox-91.8.0/layout/style/
H A DServoStyleConstsForwards.h135 struct StyleBox { struct
136 explicit StyleBox(UniquePtr<T> aPtr) : mRaw(aPtr.release()) { in StyleBox() function
140 ~StyleBox() { in ~StyleBox() argument
145 StyleBox(const StyleBox& aOther) : StyleBox(MakeUnique<T>(*aOther)) {} in StyleBox() argument
147 StyleBox& operator=(const StyleBox& aOther) const {
173 bool operator==(const StyleBox& aOther) const { return *(*this) == *aOther; }
175 bool operator!=(const StyleBox& aOther) const { return *(*this) != *aOther; }
/dports/www/firefox/firefox-99.0/layout/style/
H A DServoStyleConstsForwards.h135 struct StyleBox { struct
136 explicit StyleBox(UniquePtr<T> aPtr) : mRaw(aPtr.release()) { in StyleBox() function
140 ~StyleBox() { in ~StyleBox() argument
145 StyleBox(const StyleBox& aOther) : StyleBox(MakeUnique<T>(*aOther)) {} in StyleBox() function
147 StyleBox& operator=(const StyleBox& aOther) const {
173 bool operator==(const StyleBox& aOther) const { return *(*this) == *aOther; }
175 bool operator!=(const StyleBox& aOther) const { return *(*this) != *aOther; }
/dports/mail/thunderbird/thunderbird-91.8.0/layout/style/
H A DServoStyleConstsForwards.h135 struct StyleBox { struct
136 explicit StyleBox(UniquePtr<T> aPtr) : mRaw(aPtr.release()) { in StyleBox() function
140 ~StyleBox() { in ~StyleBox() argument
145 StyleBox(const StyleBox& aOther) : StyleBox(MakeUnique<T>(*aOther)) {} in StyleBox() argument
147 StyleBox& operator=(const StyleBox& aOther) const {
173 bool operator==(const StyleBox& aOther) const { return *(*this) == *aOther; }
175 bool operator!=(const StyleBox& aOther) const { return *(*this) != *aOther; }
/dports/lang/spidermonkey78/firefox-78.9.0/layout/style/
H A DServoStyleConstsForwards.h133 struct StyleBox { struct
134 explicit StyleBox(UniquePtr<T> aPtr) : mRaw(aPtr.release()) { in StyleBox() function
138 ~StyleBox() { in ~StyleBox() argument
143 StyleBox(const StyleBox& aOther) : StyleBox(MakeUnique<T>(*aOther)) {} in StyleBox() argument
145 StyleBox& operator=(const StyleBox& aOther) const {
171 bool operator==(const StyleBox& aOther) const { return *(*this) == *aOther; }
173 bool operator!=(const StyleBox& aOther) const { return *(*this) != *aOther; }
/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Dstyle_box_editor_plugin.cpp37 return Object::cast_to<StyleBox>(p_object) != NULL; in can_handle()
42 Ref<StyleBox> sb = Ref<StyleBox>(Object::cast_to<StyleBox>(p_object)); in parse_begin()
54 void StyleBoxPreview::edit(const Ref<StyleBox> &p_stylebox) { in edit()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Dstyle_box_editor_plugin.cpp37 return Object::cast_to<StyleBox>(p_object) != NULL; in can_handle()
42 Ref<StyleBox> sb = Ref<StyleBox>(Object::cast_to<StyleBox>(p_object)); in parse_begin()
54 void StyleBoxPreview::edit(const Ref<StyleBox> &p_stylebox) { in edit()
/dports/math/primecount/primecount-7.2/doc/
H A Dalpha-factor-gourdon.nb3 BoxData[StyleBox[RowBox[{StyleBox[RowBox[{"(*"," ",RowBox[
8 {StyleBox[RowBox[{"alpha",StyleBox["Gourdon",FontColor -> GrayLevel[0.5]]}]]," ","="," "," ",RowBox[
38 BoxData[RowBox[{"ListLogLinearPlot","[",RowBox[{StyleBox[RowBox[{"alpha",StyleBox[
67 BoxData[RowBox[{"\[IndentingNewLine]",StyleBox[RowBox[{"(*"," ",RowBox[{"alpha"," ","is"," ","a"," …
72 {"NonlinearModelFit","[",RowBox[{StyleBox[RowBox[{"alpha",StyleBox["Gourdon",FontColor -> GrayLevel[
/dports/math/reduce/Reduce-svn5758-src/contrib/rubi-red/rubi4/Rubi-Red/
H A DTR1.1 sin^m (a+b sin)^n.nb125 StyleBox["when",
128 StyleBox[" ",
328 StyleBox["when",
331 StyleBox[" ",
585 StyleBox[" ",
902 StyleBox[" ",
969 StyleBox[" ",
1283 StyleBox[" ",
1540 StyleBox[" ",
51483 StyleBox[
[all …]
/dports/math/reduce/Reduce-svn5758-src/contrib/rubi-red/
H A DTR1.1 sin^m (a+b sin)^n.nb125 StyleBox["when",
128 StyleBox[" ",
328 StyleBox["when",
331 StyleBox[" ",
585 StyleBox[" ",
902 StyleBox[" ",
969 StyleBox[" ",
1283 StyleBox[" ",
1540 StyleBox[" ",
51483 StyleBox[
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/scene/gui/
H A Dtree.h404 Ref<StyleBox> bg;
405 Ref<StyleBox> selected;
406 Ref<StyleBox> selected_focus;
407 Ref<StyleBox> cursor;
408 Ref<StyleBox> cursor_unfocus;
409 Ref<StyleBox> button_pressed;
410 Ref<StyleBox> title_button;
411 Ref<StyleBox> title_button_hover;
412 Ref<StyleBox> title_button_pressed;
413 Ref<StyleBox> custom_button;
[all …]
H A Dprogress_bar.cpp35 Ref<StyleBox> bg = get_stylebox("bg"); in get_minimum_size()
36 Ref<StyleBox> fg = get_stylebox("fg"); in get_minimum_size()
55 Ref<StyleBox> bg = get_stylebox("bg"); in _notification()
56 Ref<StyleBox> fg = get_stylebox("fg"); in _notification()
/dports/devel/godot/godot-3.2.3-stable/scene/gui/
H A Dtree.h404 Ref<StyleBox> bg;
405 Ref<StyleBox> selected;
406 Ref<StyleBox> selected_focus;
407 Ref<StyleBox> cursor;
408 Ref<StyleBox> cursor_unfocus;
409 Ref<StyleBox> button_pressed;
410 Ref<StyleBox> title_button;
411 Ref<StyleBox> title_button_hover;
412 Ref<StyleBox> title_button_pressed;
413 Ref<StyleBox> custom_button;
[all …]
H A Dprogress_bar.cpp35 Ref<StyleBox> bg = get_stylebox("bg"); in get_minimum_size()
36 Ref<StyleBox> fg = get_stylebox("fg"); in get_minimum_size()
55 Ref<StyleBox> bg = get_stylebox("bg"); in _notification()
56 Ref<StyleBox> fg = get_stylebox("fg"); in _notification()
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/gui/
H A Dtree.h359 Ref<StyleBox> bg;
360 Ref<StyleBox> selected;
361 Ref<StyleBox> selected_focus;
362 Ref<StyleBox> cursor;
363 Ref<StyleBox> cursor_unfocus;
364 Ref<StyleBox> button_pressed;
365 Ref<StyleBox> title_button;
366 Ref<StyleBox> title_button_hover;
367 Ref<StyleBox> title_button_pressed;
H A Dtab_container.cpp36 Ref<StyleBox> tab_bg = get_stylebox("tab_bg"); in _get_top_margin()
37 Ref<StyleBox> tab_fg = get_stylebox("tab_fg"); in _get_top_margin()
80 Ref<StyleBox> tab_bg = get_stylebox("tab_bg"); in _input_event()
81 Ref<StyleBox> tab_fg = get_stylebox("tab_fg"); in _input_event()
183 Ref<StyleBox> panel = get_stylebox("panel"); in _notification()
309 Ref<StyleBox> sb; in _notification()
396 Ref<StyleBox> sb = get_stylebox("panel"); in add_child_notify()
430 Ref<StyleBox> sb = get_stylebox("panel"); in set_current_tab()
659 Ref<StyleBox> tab_bg = get_stylebox("tab_bg"); in get_minimum_size()
660 Ref<StyleBox> tab_fg = get_stylebox("tab_fg"); in get_minimum_size()
[all …]
/dports/devel/godot2/godot-2.1.6-stable/scene/gui/
H A Dtree.h359 Ref<StyleBox> bg;
360 Ref<StyleBox> selected;
361 Ref<StyleBox> selected_focus;
362 Ref<StyleBox> cursor;
363 Ref<StyleBox> cursor_unfocus;
364 Ref<StyleBox> button_pressed;
365 Ref<StyleBox> title_button;
366 Ref<StyleBox> title_button_hover;
367 Ref<StyleBox> title_button_pressed;
H A Dtab_container.cpp36 Ref<StyleBox> tab_bg = get_stylebox("tab_bg"); in _get_top_margin()
37 Ref<StyleBox> tab_fg = get_stylebox("tab_fg"); in _get_top_margin()
80 Ref<StyleBox> tab_bg = get_stylebox("tab_bg"); in _input_event()
81 Ref<StyleBox> tab_fg = get_stylebox("tab_fg"); in _input_event()
183 Ref<StyleBox> panel = get_stylebox("panel"); in _notification()
309 Ref<StyleBox> sb; in _notification()
396 Ref<StyleBox> sb = get_stylebox("panel"); in add_child_notify()
430 Ref<StyleBox> sb = get_stylebox("panel"); in set_current_tab()
659 Ref<StyleBox> tab_bg = get_stylebox("tab_bg"); in get_minimum_size()
660 Ref<StyleBox> tab_fg = get_stylebox("tab_fg"); in get_minimum_size()
[all …]

12345678910>>...15