MCPcopy Create free account

hub / github.com/cycfi/elements / functions

Functions1,763 in github.com/cycfi/elements

Methoddrop
lib/src/element/composite.cpp:600
Methoddrop
* \brief * Handles the drop event on the element. * * This member function is called when a drop event is completed on the *
lib/src/element/element.cpp:682
Methoddrop
lib/src/element/proxy.cpp:247
Methoddrop
lib/include/elements/base_view.hpp:368
Methoddrop
lib/include/elements/element/indirect.hpp:338
Methoddrop_box_element
lib/src/element/drag_and_drop.cpp:65
Methoddrop_inserter_element
lib/src/element/drag_and_drop.cpp:98
Methoddrop_receiver
lib/src/element/drag_and_drop.cpp:16
Methodedit
* \brief * Initiates editing the state of the button and sends notifications. * * If `on_click` callback is set, it is called with
lib/src/element/button.cpp:129
Methodedit
lib/src/element/thumbwheel.cpp:54
Methodedit
lib/src/element/dial.cpp:38
Methodedit
lib/include/elements/element/slider.hpp:61
Methodedit
! * \brief * Edits the values of both thumbs. * * \param val * A pair of double values where `val.first` is the new value fo
lib/include/elements/element/range_slider.hpp:458
Methodedit
lib/include/elements/support/receiver.hpp:152
Methodedit_value
lib/src/element/slider.cpp:187
Methodedit_value
lib/include/elements/element/slider.hpp:44
Methodedit_value
! * \brief * Edits the value of the second thumb. * * \param val * The new value to set for the second thumb. */
lib/include/elements/element/range_slider.hpp:444
Methodedit_value_first
lib/include/elements/element/range_slider.hpp:420
Methodedit_value_second
! * \brief * Edits the value of the first thumb. * * \param val * The new value to set for the first thumb. */
lib/include/elements/element/range_slider.hpp:432
Methodeditable
lib/include/elements/element/text.hpp:134
Methodelement
lib/include/elements/element/element.hpp:55
Methodenable
lib/src/element/button.cpp:69
Methodenable
* \brief * Enables or disables the element. * * This member function is used to enable or disable the element. When * an elem
lib/src/element/element.cpp:455
Methodenable
lib/src/element/proxy.cpp:197
Methodenable
lib/include/elements/element/text.hpp:139
Methodenable
* \brief * This `enable()` function for `composite_base` class sets the state * of `_enabled` variable. * * The function allo
lib/include/elements/element/composite.hpp:349
Methodenable
lib/include/elements/element/indirect.hpp:227
Methodend_edit
* \brief * Completes an editing operation. * * \param view_ * A reference to a `view` object. */
lib/src/support/receiver.cpp:44
Methodend_focus
lib/src/element/text.cpp:975
Methodend_focus
* \brief * Ends the focus on the element. * * This member function is called when the element is about to lose * focus. It sh
lib/src/element/element.cpp:531
Methodend_focus
lib/src/element/proxy.cpp:217
Methodend_focus
lib/include/elements/element/indirect.hpp:311
Methodend_tracking
lib/src/element/drag_and_drop.cpp:464
Methodend_tracking
lib/src/element/range_slider.cpp:456
Methodend_tracking
lib/src/element/slider.cpp:167
Methodend_tracking
lib/include/elements/element/tracker.hpp:73
Methodescape_tracking
lib/include/elements/element/tracker.hpp:162
Methodexpanded
lib/include/elements/support/font.hpp:290
Methodextent
lib/include/elements/support/point.hpp:51
Methodextra_black
lib/include/elements/support/font.hpp:206
Methodextra_bold
lib/include/elements/support/font.hpp:192
Methodextra_condensed
lib/include/elements/support/font.hpp:255
Methodextra_expanded
lib/include/elements/support/font.hpp:297
Methodextra_light
lib/include/elements/support/font.hpp:150
Methodfailed_to_build_master_glyphs
lib/include/elements/support/glyphs.hpp:78
Methodfill_extent
lib/src/support/canvas.cpp:189
Functionfind_element
lib/include/elements/element/traversal.hpp:81
Functionfind_element_impl
lib/include/elements/element/traversal.hpp:19
Functionfind_parent
lib/include/elements/element/traversal.hpp:142
Functionfind_parent_context
lib/include/elements/element/traversal.hpp:160
Functionfind_subject
lib/include/elements/element/traversal.hpp:48
Methodfixed_derived_limits_cell_composer
lib/include/elements/element/list.hpp:744
Methodfixed_length_cell_composer
lib/include/elements/element/list.hpp:199
Methodfixed_size
lib/include/elements/element/size.hpp:31
Methodfloating_element
lib/include/elements/element/floating.hpp:24
Methodflow_element
lib/include/elements/element/flow.hpp:67
Methodfocus
lib/src/element/composite.cpp:507
Methodfocus
* \brief * Gets the element that currently has focus. * * This member function is used to retrieve the element that currently *
lib/src/element/element.cpp:575
Methodfont
lib/src/support/canvas.cpp:306
Methodfont
lib/include/elements/support/font.hpp:311
Methodfont_entry
lib/src/support/font.cpp:368
Methodfont_size
lib/include/elements/element/label.hpp:465
Functionfor_each_child
lib/host/windows/window.cpp:72
Methodfor_each_visible
* \brief * The `for_each_visible` function iterates over each visible item in * the composite object, executing a callback `f` for each
lib/src/element/composite.cpp:81
Methodfor_each_visible
lib/src/element/list.cpp:199
Methodforeground_bounds
lib/src/element/status_bar.cpp:77
Methodfree_type_face
lib/src/support/font.cpp:488
Methodfree_type_library
lib/src/support/font.cpp:541
Methodfunction_cell_composer
lib/include/elements/element/list.hpp:223
Methodget_active_body_color
lib/include/elements/element/style/button.hpp:747
Methodget_body_color
lib/include/elements/element/style/button.hpp:742
Methodget_color
lib/include/elements/element/text.hpp:70
Methodget_corner_radius
lib/include/elements/element/style/button.hpp:782
Methodget_corner_radius_bottom_left
lib/include/elements/element/style/button.hpp:797
Methodget_corner_radius_bottom_right
lib/include/elements/element/style/button.hpp:802
Methodget_corner_radius_top_left
lib/include/elements/element/style/button.hpp:787
Methodget_corner_radius_top_right
lib/include/elements/element/style/button.hpp:792
Methodget_default_font_size
* \brief * Get the default size of the font for labels from the theme. * * @return * Default size of the font for labels. */
lib/include/elements/element/label.hpp:342
Methodget_font
* \brief * Get the font for labels from the theme. * * @return * Default font description for labels. */
lib/include/elements/element/label.hpp:318
Methodget_font_color
* \brief * Get the color of the font for labels from the theme. * * @return * Default color of the font for labels. */
lib/include/elements/element/label.hpp:354
Methodget_font_size
* \brief * Get the size of the font for labels from the theme. * * @return * Default size of the font for labels. */
lib/include/elements/element/label.hpp:330
Methodget_host_view
lib/host/gtk3/base_view.cpp:52
Methodget_icon
lib/include/elements/element/style/button.hpp:757
Methodget_icon_color
lib/include/elements/element/style/button.hpp:767
Methodget_icon_placement
lib/include/elements/element/style/button.hpp:762
Methodget_image
lib/include/elements/element/image.hpp:50
Methodget_int
lib/src/support/font.cpp:220
Methodget_label_alignment
lib/include/elements/element/style/button.hpp:772
Methodget_limits
lib/include/elements/element/list.hpp:802
Methodget_main_axis_end
lib/src/element/list.cpp:438
Methodget_main_axis_start
/////////////////////////////////////////////////////////////////////// Vertical list methods ////////////////////////////////////////////////////////
lib/src/element/list.cpp:433
Methodget_margin
lib/include/elements/element/style/button.hpp:777
Methodget_point
lib/host/windows/drag_and_drop.cpp:153
Methodget_scrollbar_bounds
lib/src/element/port.cpp:315
Methodget_select_start
lib/src/element/selection.cpp:398
Methodget_size
/////////////////////////////////////////////////////////////////////// Inlines //////////////////////////////////////////////////////////////////////
lib/include/elements/element/style/button.hpp:737
Methodget_state
lib/include/elements/element/tracker.hpp:60
Methodget_text_align
* \brief * Get the text alignment for labels from the theme. * * @return * Default text alignment for labels. */
lib/include/elements/element/label.hpp:366
Methodget_text_color
lib/include/elements/element/style/button.hpp:752
Methodgizmo
lib/src/element/image.cpp:150
← previousnext →1,001–1,100 of 1,763, ranked by callers