Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cycfi/elements
/ functions
Functions
1,763 in github.com/cycfi/elements
⨍
Functions
1,763
◇
Types & classes
362
Method
drop
lib/src/element/composite.cpp:600
Method
drop
* \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
Method
drop
lib/src/element/proxy.cpp:247
Method
drop
lib/include/elements/base_view.hpp:368
Method
drop
lib/include/elements/element/indirect.hpp:338
Method
drop_box_element
lib/src/element/drag_and_drop.cpp:65
Method
drop_inserter_element
lib/src/element/drag_and_drop.cpp:98
Method
drop_receiver
lib/src/element/drag_and_drop.cpp:16
Method
edit
* \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
Method
edit
lib/src/element/thumbwheel.cpp:54
Method
edit
lib/src/element/dial.cpp:38
Method
edit
lib/include/elements/element/slider.hpp:61
Method
edit
! * \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
Method
edit
lib/include/elements/support/receiver.hpp:152
Method
edit_value
lib/src/element/slider.cpp:187
Method
edit_value
lib/include/elements/element/slider.hpp:44
Method
edit_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
Method
edit_value_first
lib/include/elements/element/range_slider.hpp:420
Method
edit_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
Method
editable
lib/include/elements/element/text.hpp:134
Method
element
lib/include/elements/element/element.hpp:55
Method
enable
lib/src/element/button.cpp:69
Method
enable
* \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
Method
enable
lib/src/element/proxy.cpp:197
Method
enable
lib/include/elements/element/text.hpp:139
Method
enable
* \brief * This `enable()` function for `composite_base` class sets the state * of `_enabled` variable. * * The function allo
lib/include/elements/element/composite.hpp:349
Method
enable
lib/include/elements/element/indirect.hpp:227
Method
end_edit
* \brief * Completes an editing operation. * * \param view_ * A reference to a `view` object. */
lib/src/support/receiver.cpp:44
Method
end_focus
lib/src/element/text.cpp:975
Method
end_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
Method
end_focus
lib/src/element/proxy.cpp:217
Method
end_focus
lib/include/elements/element/indirect.hpp:311
Method
end_tracking
lib/src/element/drag_and_drop.cpp:464
Method
end_tracking
lib/src/element/range_slider.cpp:456
Method
end_tracking
lib/src/element/slider.cpp:167
Method
end_tracking
lib/include/elements/element/tracker.hpp:73
Method
escape_tracking
lib/include/elements/element/tracker.hpp:162
Method
expanded
lib/include/elements/support/font.hpp:290
Method
extent
lib/include/elements/support/point.hpp:51
Method
extra_black
lib/include/elements/support/font.hpp:206
Method
extra_bold
lib/include/elements/support/font.hpp:192
Method
extra_condensed
lib/include/elements/support/font.hpp:255
Method
extra_expanded
lib/include/elements/support/font.hpp:297
Method
extra_light
lib/include/elements/support/font.hpp:150
Method
failed_to_build_master_glyphs
lib/include/elements/support/glyphs.hpp:78
Method
fill_extent
lib/src/support/canvas.cpp:189
Function
find_element
lib/include/elements/element/traversal.hpp:81
Function
find_element_impl
lib/include/elements/element/traversal.hpp:19
Function
find_parent
lib/include/elements/element/traversal.hpp:142
Function
find_parent_context
lib/include/elements/element/traversal.hpp:160
Function
find_subject
lib/include/elements/element/traversal.hpp:48
Method
fixed_derived_limits_cell_composer
lib/include/elements/element/list.hpp:744
Method
fixed_length_cell_composer
lib/include/elements/element/list.hpp:199
Method
fixed_size
lib/include/elements/element/size.hpp:31
Method
floating_element
lib/include/elements/element/floating.hpp:24
Method
flow_element
lib/include/elements/element/flow.hpp:67
Method
focus
lib/src/element/composite.cpp:507
Method
focus
* \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
Method
font
lib/src/support/canvas.cpp:306
Method
font
lib/include/elements/support/font.hpp:311
Method
font_entry
lib/src/support/font.cpp:368
Method
font_size
lib/include/elements/element/label.hpp:465
Function
for_each_child
lib/host/windows/window.cpp:72
Method
for_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
Method
for_each_visible
lib/src/element/list.cpp:199
Method
foreground_bounds
lib/src/element/status_bar.cpp:77
Method
free_type_face
lib/src/support/font.cpp:488
Method
free_type_library
lib/src/support/font.cpp:541
Method
function_cell_composer
lib/include/elements/element/list.hpp:223
Method
get_active_body_color
lib/include/elements/element/style/button.hpp:747
Method
get_body_color
lib/include/elements/element/style/button.hpp:742
Method
get_color
lib/include/elements/element/text.hpp:70
Method
get_corner_radius
lib/include/elements/element/style/button.hpp:782
Method
get_corner_radius_bottom_left
lib/include/elements/element/style/button.hpp:797
Method
get_corner_radius_bottom_right
lib/include/elements/element/style/button.hpp:802
Method
get_corner_radius_top_left
lib/include/elements/element/style/button.hpp:787
Method
get_corner_radius_top_right
lib/include/elements/element/style/button.hpp:792
Method
get_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
Method
get_font
* \brief * Get the font for labels from the theme. * * @return * Default font description for labels. */
lib/include/elements/element/label.hpp:318
Method
get_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
Method
get_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
Method
get_host_view
lib/host/gtk3/base_view.cpp:52
Method
get_icon
lib/include/elements/element/style/button.hpp:757
Method
get_icon_color
lib/include/elements/element/style/button.hpp:767
Method
get_icon_placement
lib/include/elements/element/style/button.hpp:762
Method
get_image
lib/include/elements/element/image.hpp:50
Method
get_int
lib/src/support/font.cpp:220
Method
get_label_alignment
lib/include/elements/element/style/button.hpp:772
Method
get_limits
lib/include/elements/element/list.hpp:802
Method
get_main_axis_end
lib/src/element/list.cpp:438
Method
get_main_axis_start
/////////////////////////////////////////////////////////////////////// Vertical list methods ////////////////////////////////////////////////////////
lib/src/element/list.cpp:433
Method
get_margin
lib/include/elements/element/style/button.hpp:777
Method
get_point
lib/host/windows/drag_and_drop.cpp:153
Method
get_scrollbar_bounds
lib/src/element/port.cpp:315
Method
get_select_start
lib/src/element/selection.cpp:398
Method
get_size
/////////////////////////////////////////////////////////////////////// Inlines //////////////////////////////////////////////////////////////////////
lib/include/elements/element/style/button.hpp:737
Method
get_state
lib/include/elements/element/tracker.hpp:60
Method
get_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
Method
get_text_color
lib/include/elements/element/style/button.hpp:752
Method
gizmo
lib/src/element/image.cpp:150
← previous
next →
1,001–1,100 of 1,763, ranked by callers