Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CuarzoSoftware/Louvre
/ functions
Functions
3,248 in github.com/CuarzoSoftware/Louvre
⨍
Functions
3,248
◇
Types & classes
1,434
Method
LKeyboardKeyEvent
* @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
Method
LKeyboardLeaveEvent
* @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
Method
LKeyboardModifiersEvent
* @brief Constructor for LKeyboardModifiersEvent. * * @param modifiers The keyboard modifiers to be set. * @param serial The serial num
src/lib/core/events/LKeyboardModifiersEvent.h:43
Method
LLayerRole
src/lib/core/roles/LLayerRole.cpp:10
Method
LLayerView
* @brief Constructor for LLayerView. * * @param parent The parent view, if any. */
src/lib/core/scene/LLayerView.h:21
Method
LNinePatchView
* @brief Creates an empty nine-patch view. */
src/lib/core/scene/LNinePatchView.h:30
Method
LObject
* @brief Copy constructor * * @note The user data and LWeak references are not copied. */
src/lib/core/LObject.h:21
Method
LOpenGL
src/lib/core/LOpenGL.h:15
Method
LOutput
src/lib/core/LOutput.cpp:31
Method
LOutputFramebuffer
src/lib/core/framebuffers/LOutputFramebuffer.h:45
Method
LOutputMode
src/lib/core/LOutputMode.cpp:6
Method
LOutputPrivate
src/lib/core/private/LOutputPrivate.cpp:22
Method
LPainter
src/lib/core/LPainter.cpp:32
Method
LPointTemplate
Initializes the vector with (0,0).
src/lib/core/LPoint.h:20
Method
LPointer
src/lib/core/LPointer.cpp:26
Method
LPointerButtonEvent
* @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
Method
LPointerEnterEvent
* @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
Method
LPointerEvent
src/lib/core/events/LPointerEvent.h:14
Method
LPointerHoldBeginEvent
* @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
Method
LPointerHoldEndEvent
* @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
Method
LPointerLeaveEvent
* @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
Method
LPointerMoveEvent
* @brief Constructs an LPointerMoveEvent object. * * @param delta The movement delta of the pointer. * @param deltaUnaccelerated The un
src/lib/core/events/LPointerMoveEvent.h:24
Method
LPointerPinchBeginEvent
* @brief Constructs an LPointerPinchBeginEvent object. * * @param fingers The number of fingers involved in the pinch gesture. * @param
src/lib/core/events/LPointerPinchBeginEvent.h:23
Method
LPointerPinchEndEvent
* @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
Method
LPointerPinchUpdateEvent
* @brief Constructs an LPointerPinchUpdateEvent object. * * @param fingers The number of fingers involved in the pinch gesture. * @para
src/lib/core/events/LPointerPinchUpdateEvent.h:27
Method
LPointerScrollEvent
* @brief Constructs an LPointerScrollEvent object. * * @param axes The scroll axes values (included in all sources). * @param axesDiscr
src/lib/core/events/LPointerScrollEvent.h:56
Method
LPointerSwipeBeginEvent
* @brief Constructs an LPointerSwipeBeginEvent object. * * @param fingers The number of fingers involved in the swipe gesture. * @param
src/lib/core/events/LPointerSwipeBeginEvent.h:22
Method
LPointerSwipeEndEvent
* @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
Method
LPointerSwipeUpdateEvent
* @brief Constructs an LPointerSwipeUpdateEvent object. * * @param fingers The number of fingers involved in the swipe gesture. * @para
src/lib/core/events/LPointerSwipeUpdateEvent.h:25
Method
LPopupRole
src/lib/core/roles/LPopupRole.cpp:375
Method
LRRect
* @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
Method
LRectTemplate
Initializes the vector with (0,0,0,0).
src/lib/core/LRect.h:20
Method
LRegion
* @brief Constructor for creating an empty LRegion. */
src/lib/core/LRegion.h:23
Method
LRenderBuffer
src/lib/core/framebuffers/LRenderBuffer.cpp:11
Method
LResource
src/lib/core/LResource.cpp:7
Method
LScene
src/lib/core/scene/LScene.cpp:25
Method
LSceneTouchPoint
src/lib/core/scene/LSceneTouchPoint.cpp:8
Method
LSceneView
* @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
Method
LScreenshotRequest
src/lib/core/LScreenshotRequest.h:56
Method
LSeat
src/lib/core/LSeat.cpp:37
Method
LSessionLockManager
src/lib/core/LSessionLockManager.cpp:10
Method
LSessionLockRole
src/lib/core/roles/LSessionLockRole.cpp:14
Method
LSinglePixelBuffer
src/lib/protocols/SinglePixelBuffer/LSinglePixelBuffer.cpp:10
Method
LSolidColorView
* @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
Method
LSubsurfaceRole
src/lib/core/roles/LSubsurfaceRole.cpp:8
Method
LSurface
src/lib/core/LSurface.cpp:26
Method
LSurfaceView
src/lib/core/scene/LSurfaceView.cpp:9
Method
LTexture
src/lib/core/LTexture.cpp:19
Method
LTextureView
* @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
Method
LTime
src/lib/core/LTime.h:14
Method
LTimer
src/lib/core/LTimer.cpp:6
Method
LToplevelMoveSession
src/lib/core/roles/LToplevelMoveSession.cpp:11
Method
LToplevelResizeSession
src/lib/core/roles/LToplevelResizeSession.cpp:12
Method
LToplevelRole
src/lib/core/roles/LToplevelRole.cpp:19
Method
LTouch
src/lib/core/LTouch.cpp:10
Method
LTouchCancelEvent
* @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
Method
LTouchDownEvent
* @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
Method
LTouchEvent
src/lib/core/events/LTouchEvent.h:22
Method
LTouchFrameEvent
* @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
Method
LTouchMoveEvent
* @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
Method
LTouchPoint
src/lib/core/LTouchPoint.cpp:15
Method
LTouchUpEvent
* @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
Function
LVectorRemoveAll
src/lib/core/LUtils.h:37
Function
LVectorRemoveAllUnordered
src/lib/core/LUtils.h:70
Method
LView
src/lib/core/scene/LView.cpp:11
Method
LWeak
* @brief Creates an empty LWeak */
src/lib/core/LWeak.h:36
Method
LXCursor
src/lib/core/LXCursor.h:67
Method
LayerRole
src/examples/louvre-views/src/LayerRole.cpp:7
Method
Output
src/examples/louvre-views/src/Output.cpp:27
Method
Pointer
src/examples/louvre-views/src/Pointer.cpp:28
Method
Popup
src/examples/louvre-views/src/Popup.cpp:9
Method
RBackgroundBlur
src/lib/protocols/BackgroundBlur/RBackgroundBlur.cpp:20
Method
RCallback
src/lib/protocols/Wayland/RCallback.cpp:6
Method
RConfinedPointer
src/lib/protocols/PointerConstraints/RConfinedPointer.cpp:16
Method
RContentType
src/lib/protocols/ContentType/RContentType.cpp:14
Method
RDRMLease
src/lib/protocols/DRMLease/RDRMLease.cpp:16
Method
RDRMLeaseConnector
src/lib/protocols/DRMLease/RDRMLeaseConnector.cpp:15
Method
RDRMLeaseRequest
src/lib/protocols/DRMLease/RDRMLeaseRequest.cpp:17
Method
RDataDevice
src/lib/protocols/Wayland/RDataDevice.cpp:28
Method
RDataOffer
src/lib/protocols/Wayland/RDataOffer.cpp:21
Method
RDataSource
src/lib/protocols/Wayland/RDataSource.cpp:20
Method
RForeignToplevelHandle
src/lib/protocols/ForeignToplevelManagement/RForeignToplevelHandle.cpp:27
Method
RForeignToplevelHandle
src/lib/protocols/ForeignToplevelList/RForeignToplevelHandle.cpp:13
Method
RFractionalScale
src/lib/protocols/FractionalScale/RFractionalScale.cpp:13
Method
RGammaControl
src/lib/protocols/GammaControl/RGammaControl.cpp:17
Method
RGestureHold
src/lib/protocols/PointerGestures/RGestureHold.cpp:17
Method
RGesturePinch
src/lib/protocols/PointerGestures/RGesturePinch.cpp:18
Method
RGestureSwipe
src/lib/protocols/PointerGestures/RGestureSwipe.cpp:18
Method
RIdleInhibitor
src/lib/protocols/IdleInhibit/RIdleInhibitor.cpp:14
Method
RIdleNotification
src/lib/protocols/IdleNotify/RIdleNotification.cpp:12
Method
RImageCaptureSource
src/lib/protocols/ImageCaptureSource/RImageCaptureSource.cpp:11
Method
RInvisibleRegion
src/lib/protocols/InvisibleRegion/RInvisibleRegion.cpp:14
Method
RKeyboard
src/lib/protocols/Wayland/RKeyboard.cpp:20
Method
RLayerSurface
src/lib/protocols/LayerShell/RLayerSurface.cpp:30
Method
RLinuxBufferParams
src/lib/protocols/LinuxDMABuf/RLinuxBufferParams.cpp:18
Method
RLinuxDMABufFeedback
src/lib/protocols/LinuxDMABuf/RLinuxDMABufFeedback.cpp:13
Method
RLockedPointer
src/lib/protocols/PointerConstraints/RLockedPointer.cpp:17
Method
RPointer
src/lib/protocols/Wayland/RPointer.cpp:21
Method
RPresentationFeedback
src/lib/protocols/PresentationTime/RPresentationFeedback.cpp:10
Method
RRegion
src/lib/protocols/Wayland/RRegion.cpp:13
← previous
next →
1,501–1,600 of 3,248, ranked by callers