MCPcopy Create free account

hub / github.com/KZDKM/Hyprspace / functions

Functions45 in github.com/KZDKM/Hyprspace

↓ 17 callersMethodisActive
src/Overview.cpp:145
↓ 14 callersFunctiongetWidgetForMonitor
src/main.cpp:88
↓ 6 callersFunctiongetConfigColorOr
src/main.cpp:409
↓ 6 callersMethodhide
src/Overview.cpp:80
↓ 6 callersMethodshow
src/Overview.cpp:30
↓ 5 callersMethodgetOwner
src/Overview.cpp:26
↓ 5 callersFunctionrenderRect
src/Render.cpp:15
↓ 4 callersFunctionfindFunctionBySymbol
src/main.cpp:383
↓ 4 callersFunctionrenderLayerStub
src/Render.cpp:103
↓ 4 callersFunctionrenderRectWithBlur
src/Render.cpp:22
↓ 3 callersMethodbuttonEvent
src/Input.cpp:6
↓ 3 callersMethodendSwipe
janky asf
src/Input.cpp:173
↓ 3 callersFunctionregisterMonitors
src/main.cpp:480
↓ 3 callersFunctionreloadConfig
src/main.cpp:413
↓ 3 callersFunctionrenderWindowStub
src/Render.cpp:40
↓ 2 callersMethodisSwiping
src/Input.cpp:119
↓ 2 callersFunctionrenderBorder
src/Render.cpp:30
↓ 1 callersMethodaxisEvent
src/Input.cpp:84
↓ 1 callersMethodbeginSwipe
src/Input.cpp:123
↓ 1 callersMethoddraw
NOTE: rects and clipbox positions are relative to the monitor, while damagebox and layers are not, what the fuck? xd
src/Render.cpp:156
↓ 1 callersFunctiononRender
src/main.cpp:113
↓ 1 callersFunctionrefreshWidgets
used to enforce the layout
src/main.cpp:100
↓ 1 callersMethodupdateConfig
src/Overview.cpp:129
↓ 1 callersMethodupdateSwipe
src/Input.cpp:131
MethodCHyprspaceWidget
src/Overview.cpp:5
FunctionPLUGIN_EXIT
src/main.cpp:583
FunctionPLUGIN_INIT
src/main.cpp:489
FunctiondispatchCloseOverview
src/main.cpp:368
FunctiondispatchOpenOverview
src/main.cpp:353
FunctiondispatchToggleOverview
src/main.cpp:327
FunctiongetConfigValueOr
src/main.cpp:394
FunctionlistenCancellable
src/Globals.hpp:29
FunctiononKeyPress
Close overview with configurable key
src/main.cpp:255
FunctiononMouseAxis
event hook for scrolling through panel and workspaces
src/main.cpp:201
FunctiononMouseButton
event hook for click and drag interaction
src/main.cpp:180
FunctiononSwipeBegin
event hook for swipe
src/main.cpp:216
FunctiononSwipeEnd
event hook for end swipe
src/main.cpp:245
FunctiononSwipeUpdate
event hook for update swipe, most of the swiping mechanics are here
src/main.cpp:235
FunctiononTouchDown
src/main.cpp:290
FunctiononTouchMove
src/main.cpp:311
FunctiononTouchUp
src/main.cpp:318
FunctiononWorkspaceChange
event hook, currently this is only here to re-hide top layer panels on workspace change
src/main.cpp:169
Methodstring PLUGIN_API_VERSION
src/main.cpp:84
MethodupdateLayout
FIXME: preserve original workspace rules
src/Layout.cpp:6
Method~CHyprspaceWidget
TODO: implement deconstructor and delete widget on monitor unplug
src/Overview.cpp:24