MCPcopy Create free account

hub / github.com/KDAB/KDDockWidgets / functions

Functions3,963 in github.com/KDAB/KDDockWidgets

Methodgeometry
src/core/layouting/examples/qtwidgets/main.cpp:39
Methodgeometry
src/core/layouting/examples/qtwidgets/main.cpp:142
Methodgeometry
src/core/layouting/examples/slint/src/main.cpp:197
Methodgeometry
src/core/layouting/examples/slint/src/main.cpp:246
MethodgeometryForRubberband
src/core/indicators/ClassicDropIndicatorOverlay.cpp:194
Methodget
Get a pointer to the value at the specified index
src/3rdparty/kdbindings/genindex_array.h:152
MethodgetMaxSize
src/core/Platform.h:366
MethodgetMinSize
src/core/Platform.h:361
MethodgetSize
src/core/Platform.h:371
Functionget_allocator
@brief returns the allocator associated with the container @sa https://json.nlohmann.me/api/basic_json/get_allocator/
src/3rdparty/nlohmann/nlohmann/json.hpp:20257
Functionget_arity
src/3rdparty/kdbindings/utils.h:42
Methodget_bson_binary
src/3rdparty/nlohmann/nlohmann/json.hpp:10023
Methodget_bson_cstr
! @brief Parses a C-style string from the BSON input. @param[in,out] result A reference to the string variable where the read
src/3rdparty/nlohmann/nlohmann/json.hpp:9971
Methodget_bson_string
src/3rdparty/nlohmann/nlohmann/json.hpp:10001
Methodget_cbor_array
! @param[in] len the length of the array or detail::unknown_size() for an array of indefinite size @param[in] tag_handler
src/3rdparty/nlohmann/nlohmann/json.hpp:10886
Methodget_cbor_binary
! @brief reads a CBOR byte array This function first reads starting bytes to determine the expected byte array length and then copies thi
src/3rdparty/nlohmann/nlohmann/json.hpp:10791
Methodget_cbor_float_prefix
src/3rdparty/nlohmann/nlohmann/json.hpp:17041
Methodget_cbor_object
! @param[in] len the length of the object or detail::unknown_size() for an object of indefinite size @param[in] tag_handl
src/3rdparty/nlohmann/nlohmann/json.hpp:10924
Methodget_cbor_string
! @brief reads a CBOR string This function first reads starting bytes to determine the expected string length and then copies this number
src/3rdparty/nlohmann/nlohmann/json.hpp:10695
Functionget_character
src/3rdparty/nlohmann/nlohmann/json.hpp:6514
Methodget_character
src/3rdparty/nlohmann/nlohmann/json.hpp:6615
Methodget_character
src/3rdparty/nlohmann/nlohmann/json.hpp:6793
Methodget_codepoint
! @brief get codepoint from 4 hex characters following `\u` For input "\u c1 c2 c3 c4" the codepoint is: (c1 * 0x1000) + (c2 * 0x0100)
src/3rdparty/nlohmann/nlohmann/json.hpp:7192
Methodget_decimal_point
return the locale-dependent decimal point
src/3rdparty/nlohmann/nlohmann/json.hpp:7165
Functionget_elements
src/3rdparty/nlohmann/nlohmann/json.hpp:6521
Methodget_elements
src/3rdparty/nlohmann/nlohmann/json.hpp:6629
Methodget_elements
src/3rdparty/nlohmann/nlohmann/json.hpp:6812
Functionget_error_message
return syntax error message
src/3rdparty/nlohmann/nlohmann/json.hpp:8503
Methodget_ignore_noop
! @return character read from the input after ignoring all 'N' entries */
src/3rdparty/nlohmann/nlohmann/json.hpp:12585
Functionget_impl
src/3rdparty/nlohmann/nlohmann/json.hpp:21689
Methodget_msgpack_array
! @param[in] len the length of the array @return whether array creation completed */
src/3rdparty/nlohmann/nlohmann/json.hpp:11555
Methodget_msgpack_binary
! @brief reads a MessagePack byte array This function first reads starting bytes to determine the expected byte array length and then cop
src/3rdparty/nlohmann/nlohmann/json.hpp:11444
Methodget_msgpack_float_prefix
src/3rdparty/nlohmann/nlohmann/json.hpp:17055
Methodget_msgpack_object
! @param[in] len the length of the object @return whether object creation completed */
src/3rdparty/nlohmann/nlohmann/json.hpp:11577
Methodget_msgpack_string
! @brief reads a MessagePack string This function first reads starting bytes to determine the expected string length and then copies this
src/3rdparty/nlohmann/nlohmann/json.hpp:11361
Methodget_number
src/3rdparty/nlohmann/nlohmann/json.hpp:12634
Functionget_number_float
return floating-point value
src/3rdparty/nlohmann/nlohmann/json.hpp:8450
Functionget_number_unsigned
src/3rdparty/nlohmann/nlohmann/json.hpp:8444
Functionget_position
return position of last read token
src/3rdparty/nlohmann/nlohmann/json.hpp:8471
Functionget_ref
src/3rdparty/nlohmann/nlohmann/json.hpp:21875
Functionget_ref_impl
src/3rdparty/nlohmann/nlohmann/json.hpp:21564
Methodget_token
get next token from lexer
src/3rdparty/nlohmann/nlohmann/json.hpp:13331
Methodget_ubjson_array
! @return whether array creation completed */
src/3rdparty/nlohmann/nlohmann/json.hpp:12276
Methodget_ubjson_float_prefix
src/3rdparty/nlohmann/nlohmann/json.hpp:17356
Methodget_ubjson_high_precision_number
src/3rdparty/nlohmann/nlohmann/json.hpp:12474
Methodget_ubjson_ndarray_size
! @param[out] dim an integer vector storing the ND array dimensions @return whether reading ND array size vector is successful */
src/3rdparty/nlohmann/nlohmann/json.hpp:11728
Methodget_ubjson_object
! @return whether object creation completed */
src/3rdparty/nlohmann/nlohmann/json.hpp:12391
Methodget_ubjson_size_type
! @brief determine the type and size for a container In the optimized UBJSON format, a type and a size can be provided to allow for a mor
src/3rdparty/nlohmann/nlohmann/json.hpp:12016
Methodget_ubjson_size_value
! @param[out] result determined size @param[in,out] is_ndarray for input, `true` means already inside an ndarray vector
src/3rdparty/nlohmann/nlohmann/json.hpp:11793
Methodget_ubjson_string
! @brief reads a UBJSON string This function is either called after reading the 'S' byte explicitly indicating a string, or in case of an
src/3rdparty/nlohmann/nlohmann/json.hpp:11633
Methodget_ubjson_value
! @param prefix the previously read or set type prefix @return whether value creation completed */
src/3rdparty/nlohmann/nlohmann/json.hpp:12083
MethodglobalRectForTab
src/qtquick/views/TabBar.cpp:153
MethodgrabMouse
src/qtwidgets/views/ViewWrapper.cpp:274
MethodgrabMouse
src/core/WindowBeingDragged.cpp:137
MethodgrabMouse
src/qtquick/views/View.cpp:769
MethodgrabMouse
src/qtquick/views/ViewWrapper.cpp:322
Methodgroup
src/core/views/GroupViewInterface.cpp:31
MethodgroupContainingPos
src/core/DropArea.cpp:150
MethodgroupFilename
examples/qtquick/customplayground/main.cpp:46
MethodgroupGeometry
src/core/DockWidget.cpp:307
MethodgroupViewInMDIResize
src/qtquick/Helpers.cpp:42
MethodgroupVisualItem
src/qtquick/views/DockWidget.cpp:160
Methodgroups
src/qtwidgets/views/MDIArea.cpp:116
MethodgroupsFrom
src/core/Layout.cpp:254
MethodgrowNeighbours
src/core/layouting/Item.cpp:3020
Methodhandle
src/qtcommon/Window.cpp:85
MethodhandleDnDEvent
src/qtcommon/Platform.cpp:87
MethodhandleDragEnter
src/qtcommon/DragControllerWayland_p.cpp:73
MethodhandleDragLeave
src/qtcommon/DragControllerWayland_p.cpp:90
MethodhandleDragMove
src/qtcommon/DragControllerWayland_p.cpp:116
MethodhandleDrop
src/qtcommon/DragControllerWayland_p.cpp:97
MethodhandleExpose
src/qtcommon/Platform.cpp:102
MethodhandleMouseButtonPress
Not using QEvent here, to abstract platform differences regarding production of such events
src/core/DragController_p.h:192
MethodhandleMouseButtonRelease
src/qtcommon/DragControllerWayland_p.cpp:58
MethodhandleMouseButtonRelease
src/core/DragController_p.h:201
MethodhandleMouseDoubleClick
src/core/DragController_p.h:205
MethodhandleMouseEvent
src/qtcommon/Platform.cpp:119
MethodhandleMouseMove
src/qtcommon/DragControllerWayland_p.cpp:65
MethodhandleMouseMove
src/core/DragController_p.h:197
MethodhandleMoveEvent
src/qtcommon/Platform.cpp:73
MethodhandleWindowsNativeEvent
Handler to enable Aero-snap
src/core/WidgetResizeHandler.cpp:364
Methodhandle_diagnostic_positions_for_json_value
src/3rdparty/nlohmann/nlohmann/json.hpp:8996
Methodhandle_diagnostic_positions_for_json_value
src/3rdparty/nlohmann/nlohmann/json.hpp:9391
Methodhandle_value
src/3rdparty/nlohmann/nlohmann/json.hpp:9470
MethodhardcodedMinimumSize
static */
src/core/View.cpp:205
MethodhasActivePopup
src/qtwidgets/Platform.cpp:117
FunctionhasAttribute
src/qtwidgets/views/View.h:290
MethodhasAttribute
src/qtwidgets/views/ViewWrapper.cpp:314
MethodhasAttribute
src/qtquick/views/ViewWrapper.cpp:388
FunctionhasBeenMinimizedDirectlyFromRestore
src/core/Window_p.h:167
MethodhasBinding
* Returns true if this Property has a binding associated with it. */
src/3rdparty/kdbindings/property.h:306
MethodhasFlag
static*/
src/Config.cpp:145
MethodhasFloatingWindows
src/core/DockRegistry.cpp:597
FunctionhasFocus
src/qtwidgets/views/View.h:345
MethodhasFocus
src/qtwidgets/views/ViewWrapper.cpp:360
MethodhasFocus
src/qtquick/views/ViewWrapper.cpp:358
MethodhasIcon
src/core/TitleBar.cpp:262
MethodhasIcon
src/qtquick/views/TitleBar.cpp:164
MethodhasInstance
src/core/Platform.cpp:114
MethodhasMDIFlag
static*/
src/Config.cpp:151
← previousnext →2,201–2,300 of 3,963, ranked by callers