MCPcopy Create free account

hub / github.com/CuarzoSoftware/Louvre / functions

Functions3,248 in github.com/CuarzoSoftware/Louvre

MethodLKeyboardKeyEvent
* @brief Constructor for LKeyboardKeyEvent. * * @param keyCode The raw key code. * @param state The state of the key (Pressed or Releas
src/lib/core/events/LKeyboardKeyEvent.h:38
MethodLKeyboardLeaveEvent
* @brief Constructor for LKeyboardLeaveEvent. * * @param serial The serial number of the event. * @param ms The millisecond timestamp o
src/lib/core/events/LKeyboardLeaveEvent.h:21
MethodLKeyboardModifiersEvent
* @brief Constructor for LKeyboardModifiersEvent. * * @param modifiers The keyboard modifiers to be set. * @param serial The serial num
src/lib/core/events/LKeyboardModifiersEvent.h:43
MethodLLayerRole
src/lib/core/roles/LLayerRole.cpp:10
MethodLLayerView
* @brief Constructor for LLayerView. * * @param parent The parent view, if any. */
src/lib/core/scene/LLayerView.h:21
MethodLNinePatchView
* @brief Creates an empty nine-patch view. */
src/lib/core/scene/LNinePatchView.h:30
MethodLObject
* @brief Copy constructor * * @note The user data and LWeak references are not copied. */
src/lib/core/LObject.h:21
MethodLOpenGL
src/lib/core/LOpenGL.h:15
MethodLOutput
src/lib/core/LOutput.cpp:31
MethodLOutputFramebuffer
src/lib/core/framebuffers/LOutputFramebuffer.h:45
MethodLOutputMode
src/lib/core/LOutputMode.cpp:6
MethodLOutputPrivate
src/lib/core/private/LOutputPrivate.cpp:22
MethodLPainter
src/lib/core/LPainter.cpp:32
MethodLPointTemplate
Initializes the vector with (0,0).
src/lib/core/LPoint.h:20
MethodLPointer
src/lib/core/LPointer.cpp:26
MethodLPointerButtonEvent
* @brief Constructs an LPointerButtonEvent object. * * @param button The button associated with the event. * @param state The state of
src/lib/core/events/LPointerButtonEvent.h:73
MethodLPointerEnterEvent
* @brief Constructs an LPointerEnterEvent object. * * @param serial The serial number of the event. * @param ms The millisecond timesta
src/lib/core/events/LPointerEnterEvent.h:22
MethodLPointerEvent
src/lib/core/events/LPointerEvent.h:14
MethodLPointerHoldBeginEvent
* @brief Constructs an LPointerHoldBeginEvent object. * * @param fingers The number of fingers involved in the hold gesture. * @param s
src/lib/core/events/LPointerHoldBeginEvent.h:22
MethodLPointerHoldEndEvent
* @brief Constructs an LPointerHoldEndEvent object. * * @param fingers The number of fingers involved in the hold gesture. * @param can
src/lib/core/events/LPointerHoldEndEvent.h:23
MethodLPointerLeaveEvent
* @brief Constructs an LPointerLeaveEvent object. * * @param serial The serial number of the event. * @param ms The millisecond timesta
src/lib/core/events/LPointerLeaveEvent.h:22
MethodLPointerMoveEvent
* @brief Constructs an LPointerMoveEvent object. * * @param delta The movement delta of the pointer. * @param deltaUnaccelerated The un
src/lib/core/events/LPointerMoveEvent.h:24
MethodLPointerPinchBeginEvent
* @brief Constructs an LPointerPinchBeginEvent object. * * @param fingers The number of fingers involved in the pinch gesture. * @param
src/lib/core/events/LPointerPinchBeginEvent.h:23
MethodLPointerPinchEndEvent
* @brief Constructs an LPointerPinchEndEvent object. * * @param fingers The number of fingers involved in the pinch gesture. * @param c
src/lib/core/events/LPointerPinchEndEvent.h:24
MethodLPointerPinchUpdateEvent
* @brief Constructs an LPointerPinchUpdateEvent object. * * @param fingers The number of fingers involved in the pinch gesture. * @para
src/lib/core/events/LPointerPinchUpdateEvent.h:27
MethodLPointerScrollEvent
* @brief Constructs an LPointerScrollEvent object. * * @param axes The scroll axes values (included in all sources). * @param axesDiscr
src/lib/core/events/LPointerScrollEvent.h:56
MethodLPointerSwipeBeginEvent
* @brief Constructs an LPointerSwipeBeginEvent object. * * @param fingers The number of fingers involved in the swipe gesture. * @param
src/lib/core/events/LPointerSwipeBeginEvent.h:22
MethodLPointerSwipeEndEvent
* @brief Constructs an LPointerSwipeEndEvent object. * * @param fingers The number of fingers involved in the swipe gesture. * @param c
src/lib/core/events/LPointerSwipeEndEvent.h:23
MethodLPointerSwipeUpdateEvent
* @brief Constructs an LPointerSwipeUpdateEvent object. * * @param fingers The number of fingers involved in the swipe gesture. * @para
src/lib/core/events/LPointerSwipeUpdateEvent.h:25
MethodLPopupRole
src/lib/core/roles/LPopupRole.cpp:375
MethodLRRect
* @brief Constructs a rounded rectangle. * * @param rect The base rectangle. * @param radTL Radius of the top-left corner. * @para
src/lib/core/LRRect.h:23
MethodLRectTemplate
Initializes the vector with (0,0,0,0).
src/lib/core/LRect.h:20
MethodLRegion
* @brief Constructor for creating an empty LRegion. */
src/lib/core/LRegion.h:23
MethodLRenderBuffer
src/lib/core/framebuffers/LRenderBuffer.cpp:11
MethodLResource
src/lib/core/LResource.cpp:7
MethodLScene
src/lib/core/scene/LScene.cpp:25
MethodLSceneTouchPoint
src/lib/core/scene/LSceneTouchPoint.cpp:8
MethodLSceneView
* @brief Construct an LSceneView with a specified buffer size, buffer scale, and optional parent. * * @param sizeB The size of the framebuff
src/lib/core/scene/LSceneView.h:38
MethodLScreenshotRequest
src/lib/core/LScreenshotRequest.h:56
MethodLSeat
src/lib/core/LSeat.cpp:37
MethodLSessionLockManager
src/lib/core/LSessionLockManager.cpp:10
MethodLSessionLockRole
src/lib/core/roles/LSessionLockRole.cpp:14
MethodLSinglePixelBuffer
src/lib/protocols/SinglePixelBuffer/LSinglePixelBuffer.cpp:10
MethodLSolidColorView
* @brief Construct a solid color view as a child of another view. * * @param parent The parent view that will contain this solid color view.
src/lib/core/scene/LSolidColorView.h:19
MethodLSubsurfaceRole
src/lib/core/roles/LSubsurfaceRole.cpp:8
MethodLSurface
src/lib/core/LSurface.cpp:26
MethodLSurfaceView
src/lib/core/scene/LSurfaceView.cpp:9
MethodLTexture
src/lib/core/LTexture.cpp:19
MethodLTextureView
* @brief Construct an LTextureView with an optional LTexture and parent LView. * * @param texture The LTexture to be used as the view's text
src/lib/core/scene/LTextureView.h:39
MethodLTime
src/lib/core/LTime.h:14
MethodLTimer
src/lib/core/LTimer.cpp:6
MethodLToplevelMoveSession
src/lib/core/roles/LToplevelMoveSession.cpp:11
MethodLToplevelResizeSession
src/lib/core/roles/LToplevelResizeSession.cpp:12
MethodLToplevelRole
src/lib/core/roles/LToplevelRole.cpp:19
MethodLTouch
src/lib/core/LTouch.cpp:10
MethodLTouchCancelEvent
* @brief Constructs an LTouchCancelEvent object. * * @param serial The serial number of the event. * @param ms The millisecond timestam
src/lib/core/events/LTouchCancelEvent.h:21
MethodLTouchDownEvent
* @brief Constructs an LTouchDownEvent object. * * @param id The unique identifier of the touch point. * @param pos The position of the
src/lib/core/events/LTouchDownEvent.h:24
MethodLTouchEvent
src/lib/core/events/LTouchEvent.h:22
MethodLTouchFrameEvent
* @brief Constructs an LTouchFrameEvent object. * * @param serial The serial number of the event. * @param ms The millisecond timestamp
src/lib/core/events/LTouchFrameEvent.h:23
MethodLTouchMoveEvent
* @brief Constructs an LTouchMoveEvent object. * * @param id The ID of the touch point. * @param pos The position of the touch point on
src/lib/core/events/LTouchMoveEvent.h:24
MethodLTouchPoint
src/lib/core/LTouchPoint.cpp:15
MethodLTouchUpEvent
* @brief Constructs an LTouchUpEvent object. * * @param id The ID of the touch point. * @param serial The serial number of the event.
src/lib/core/events/LTouchUpEvent.h:22
FunctionLVectorRemoveAll
src/lib/core/LUtils.h:37
FunctionLVectorRemoveAllUnordered
src/lib/core/LUtils.h:70
MethodLView
src/lib/core/scene/LView.cpp:11
MethodLWeak
* @brief Creates an empty LWeak */
src/lib/core/LWeak.h:36
MethodLXCursor
src/lib/core/LXCursor.h:67
MethodLayerRole
src/examples/louvre-views/src/LayerRole.cpp:7
MethodOutput
src/examples/louvre-views/src/Output.cpp:27
MethodPointer
src/examples/louvre-views/src/Pointer.cpp:28
MethodPopup
src/examples/louvre-views/src/Popup.cpp:9
MethodRBackgroundBlur
src/lib/protocols/BackgroundBlur/RBackgroundBlur.cpp:20
MethodRCallback
src/lib/protocols/Wayland/RCallback.cpp:6
MethodRConfinedPointer
src/lib/protocols/PointerConstraints/RConfinedPointer.cpp:16
MethodRContentType
src/lib/protocols/ContentType/RContentType.cpp:14
MethodRDRMLease
src/lib/protocols/DRMLease/RDRMLease.cpp:16
MethodRDRMLeaseConnector
src/lib/protocols/DRMLease/RDRMLeaseConnector.cpp:15
MethodRDRMLeaseRequest
src/lib/protocols/DRMLease/RDRMLeaseRequest.cpp:17
MethodRDataDevice
src/lib/protocols/Wayland/RDataDevice.cpp:28
MethodRDataOffer
src/lib/protocols/Wayland/RDataOffer.cpp:21
MethodRDataSource
src/lib/protocols/Wayland/RDataSource.cpp:20
MethodRForeignToplevelHandle
src/lib/protocols/ForeignToplevelManagement/RForeignToplevelHandle.cpp:27
MethodRForeignToplevelHandle
src/lib/protocols/ForeignToplevelList/RForeignToplevelHandle.cpp:13
MethodRFractionalScale
src/lib/protocols/FractionalScale/RFractionalScale.cpp:13
MethodRGammaControl
src/lib/protocols/GammaControl/RGammaControl.cpp:17
MethodRGestureHold
src/lib/protocols/PointerGestures/RGestureHold.cpp:17
MethodRGesturePinch
src/lib/protocols/PointerGestures/RGesturePinch.cpp:18
MethodRGestureSwipe
src/lib/protocols/PointerGestures/RGestureSwipe.cpp:18
MethodRIdleInhibitor
src/lib/protocols/IdleInhibit/RIdleInhibitor.cpp:14
MethodRIdleNotification
src/lib/protocols/IdleNotify/RIdleNotification.cpp:12
MethodRImageCaptureSource
src/lib/protocols/ImageCaptureSource/RImageCaptureSource.cpp:11
MethodRInvisibleRegion
src/lib/protocols/InvisibleRegion/RInvisibleRegion.cpp:14
MethodRKeyboard
src/lib/protocols/Wayland/RKeyboard.cpp:20
MethodRLayerSurface
src/lib/protocols/LayerShell/RLayerSurface.cpp:30
MethodRLinuxBufferParams
src/lib/protocols/LinuxDMABuf/RLinuxBufferParams.cpp:18
MethodRLinuxDMABufFeedback
src/lib/protocols/LinuxDMABuf/RLinuxDMABufFeedback.cpp:13
MethodRLockedPointer
src/lib/protocols/PointerConstraints/RLockedPointer.cpp:17
MethodRPointer
src/lib/protocols/Wayland/RPointer.cpp:21
MethodRPresentationFeedback
src/lib/protocols/PresentationTime/RPresentationFeedback.cpp:10
MethodRRegion
src/lib/protocols/Wayland/RRegion.cpp:13
← previousnext →1,501–1,600 of 3,248, ranked by callers