Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlotJuggler/PlotJuggler
/ functions
Functions
8,069 in github.com/PlotJuggler/PlotJuggler
⨍
Functions
8,069
◇
Types & classes
1,991
↓ 7 callers
Function
withCoreGlFunctions
pj_scene3D/widgets/include/pj_scene3d_widgets/gl/gl_functions.h:78
↓ 7 callers
Method
xmlSaveState
pj_scene3D/widgets/src/Scene3DDockWidget.cpp:1283
↓ 7 callers
Method
z
\return The z-coordinate of the point.
3rdparty/qwt/src/qwt_point_3d.h:115
↓ 7 callers
Method
z
3rdparty/qwt/src/qwt_raster_data.cpp:31
↓ 7 callers
Method
zoomOut
pj_plotting/widget/src/PlotWidget.cpp:734
↓ 6 callers
Method
activeCloudIsFastForTest
True when the render pass holds a zero-copy fast cloud (vs the CloudVertex fallback) — lets a test assert an eligible cloud (incl. packed-rgba RGB-dir
pj_scene3D/widgets/include/pj_scene3d_widgets/layers/pointcloud_layer.h:162
↓ 6 callers
Function
adaptCheckBoxes
pj_dialog_host/src/widget_adapters.cpp:549
↓ 6 callers
Function
adaptStyledWidgets
pj_dialog_host/src/widget_adapters.cpp:657
↓ 6 callers
Method
addCubic
3rdparty/qwt/src/qwt_spline_pleasing.cpp:83
↓ 6 callers
Method
addCubic
3rdparty/qwt/src/qwt_spline.cpp:87
↓ 6 callers
Method
addCubic
3rdparty/qwt/src/qwt_spline_local.cpp:88
↓ 6 callers
Function
appendEdge
pj_scene3D/widgets/tests/transform_service_test.cpp:82
↓ 6 callers
Method
appendInt64
pj_datastore/src/column_buffer.cpp:113
↓ 6 callers
Method
applyBarDragForTest
pj_widgets/src/Timeline.cpp:1861
↓ 6 callers
Method
applyFilter
pj_plotting/widget/src/CurveEditor.cpp:492
↓ 6 callers
Function
applySvgIcon
Re-skin a QFileDialog toolbar button identified by objectName with one of the app's themed SVG icons. Silent no-op when the button is missing (defensi
pj_widgets/src/FileDialog.cpp:41
↓ 6 callers
Method
areConnected
pj_scene3D/core/src/tf/tf_buffer.cpp:253
↓ 6 callers
Method
barCount
pj_widgets/src/Timeline.cpp:1098
↓ 6 callers
Function
batchWithDeletions
pj_scene3D/widgets/tests/scene_entities_layer_model_test.cpp:119
↓ 6 callers
Method
boundDatasetIdForTest
The dataset the dock's TF buffer is currently bound to (0 = unbound), and whether a TF buffer is bound at all. Lets tests assert the M.17 rebind/reset
pj_scene3D/widgets/include/pj_scene3d_widgets/Scene3DDockWidget.h:128
↓ 6 callers
Function
bufferOffset
raster_ipc/RasterIpcProtocol.h:37
↓ 6 callers
Method
checkComplete
pj_scene3D/widgets/src/gl/framebuffer.cpp:52
↓ 6 callers
Function
clampToByte
pj_scene2D/widgets/src/pixel_inspector.cpp:35
↓ 6 callers
Function
cleanBackups
pj_marketplace/tests/extension_manager_test.cpp:164
↓ 6 callers
Method
clear
pj_datastore/src/object_store.cpp:851
↓ 6 callers
Method
clearAll
pj_runtime/src/CatalogModel.cpp:688
↓ 6 callers
Method
colorIndex
! \brief Map a value of a given interval into a color index \param numColors Number of colors \param interval Range for all values \param
3rdparty/qwt/src/qwt_color_map.cpp:278
↓ 6 callers
Method
compare
3rdparty/qwt/src/qwt_raster_data.cpp:141
↓ 6 callers
Function
createNegate
Create one transform through the bridge's C ABI view.
pj_runtime/tests/data_processors_runtime_host_test.cpp:63
↓ 6 callers
Function
curveDisplayName
The full human-readable path used to label a curve: "topic/field" (dots normalized to '/', leading slashes stripped), falling back to the opaque catal
pj_runtime/include/pj_runtime/CurveDisplayName.h:39
↓ 6 callers
Function
curveKey
pj_plotting/widget/src/PlotWidget.cpp:67
↓ 6 callers
Function
decodeDraco
pj_scene3D/core/src/pointcloud_codecs.cpp:178
↓ 6 callers
Method
decodeInFlightForTest
True while an async compressed decode is in flight (or its finished event is still queued) — lets tests pump the loop until the result landed.
pj_scene3D/widgets/include/pj_scene3d_widgets/layers/pointcloud_layer.h:151
↓ 6 callers
Function
decodeSerialized
pj_scene2D/core/tests/scene_entities_2d_decoder_test.cpp:26
↓ 6 callers
Method
descriptorForPath
pj_runtime/src/CatalogModel.cpp:402
↓ 6 callers
Method
devicePixelRatio
! \return Pixel ratio for a paint device \param paintDevice Paint device */
3rdparty/qwt/src/qwt_painter.cpp:1491
↓ 6 callers
Function
dictionaryEncodeStrings
pj_datastore/src/encoding.cpp:291
↓ 6 callers
Function
directCdataText
pj_app/src/LayoutXml.cpp:37
↓ 6 callers
Method
draw
pj_plotting/widget/src/PlotLegend.cpp:43
↓ 6 callers
Method
drawPolyline
Wrapper for QPainter::drawPolyline()
3rdparty/qwt/src/qwt_painter.cpp:578
↓ 6 callers
Method
ensureSize
pj_datastore/src/buffer.cpp:68
↓ 6 callers
Function
expectRgb
pj_scene2D/tests/codecs_test.cpp:99
↓ 6 callers
Function
expectValidIndices
Indices must all be in range and form whole triangles.
pj_scene3D/widgets/tests/mesh_loader_test.cpp:69
↓ 6 callers
Function
fetchSync
pj_scene3D/widgets/tests/url_fetcher_test.cpp:229
↓ 6 callers
Function
fieldFitsInPoint
True when reading `field` stays inside one point: offset + width*count <= point_step. Computed in uint64 so the offset+size sum cannot overflow uint32
pj_scene3D/core/src/pointcloud_convert.cpp:94
↓ 6 callers
Method
findByName
pj_datastore/src/type_registry.cpp:110
↓ 6 callers
Method
findParserByEncoding
pj_runtime/src/ExtensionCatalogService.cpp:144
↓ 6 callers
Method
firstSequentialUID
pj_datastore/src/object_store.cpp:244
↓ 6 callers
Method
focusedDock
pj_plotting/widget/src/PlotDocker.cpp:622
↓ 6 callers
Method
followShift
pj_scene3D/core/src/camera/camera.cpp:125
↓ 6 callers
Method
footerLabel
\return Footer label widget.
3rdparty/qwt/src/qwt_plot.cpp:401
↓ 6 callers
Method
globalTimeReference
pj_runtime/src/SessionManager.cpp:87
↓ 6 callers
Function
haveGl
True when the view holds a usable (valid) GL context.
pj_scene3D/widgets/tests/gl_scene_test_support.h:23
↓ 6 callers
Method
heightForWidth
pj_widgets/src/FlowLayout.cpp:63
↓ 6 callers
Function
identity
pj_scene3D/tests/tf_buffer_hierarchy_test.cpp:24
↓ 6 callers
Method
incrementTruncatedSampleCount
pj_datastore/src/topic_storage.cpp:177
↓ 6 callers
Method
indexAtOrAfterTime
pj_datastore/src/query.cpp:371
↓ 6 callers
Function
indexBytesFor
--------------------------------------------------------------------------- Byte-width helpers -------------------------------------------------------
pj_datastore/include/pj_datastore/encoding.hpp:126
↓ 6 callers
Method
info
pj_scene2D/widgets/src/layers/scene2d_layer.cpp:34
↓ 6 callers
Function
infoIds
pj_scene_common/tests/scene_common_test.cpp:48
↓ 6 callers
Method
isBusy
pj_app/src/FileLoader.cpp:1074
↓ 6 callers
Function
isClose
3rdparty/qwt/src/qwt_polar_grid.cpp:23
↓ 6 callers
Method
isEmpty
! \return True, when the bounding rectangle is empty \sa boundingRect(), isNull() */
3rdparty/qwt/src/qwt_graphic.cpp:422
↓ 6 callers
Function
isScalarField
Convenience accessors. Prefer these over std::get_if at call sites.
pj_runtime/include/pj_runtime/CatalogModel.h:79
↓ 6 callers
Method
itemAt
pj_widgets/src/FlowLayout.cpp:44
↓ 6 callers
Function
joinPath
Join a root directory and a relative path with a single separator.
pj_scene3D/widgets/src/urdf_package_resolver.cpp:23
↓ 6 callers
Function
lockWriteEngines
pj_datastore/src/plugin_data_host.cpp:232
↓ 6 callers
Function
makeBase
pj_scene3D/tests/occupancy_grid_reconstructor_test.cpp:25
↓ 6 callers
Function
makeDescriptor
pj_datastore/benchmarks/ingest_benchmark.cpp:30
↓ 6 callers
Method
makeProcessor
pj_scripting/src/filter_catalogue.cpp:40
↓ 6 callers
Function
makeRgbFrame
pj_scene2D/tests/undistort_remap_test.cpp:137
↓ 6 callers
Function
makeTopic
Register a scalar topic and commit `rows` samples (ts == val == i). Returns id.
pj_datastore/tests/engine_thread_safety_test.cpp:54
↓ 6 callers
Function
makeUrlEntity
pj_scene3D/widgets/tests/scene_entities_layer_model_test.cpp:157
↓ 6 callers
Method
margin
Return label's text margin in pixels
3rdparty/qwt/src/qwt_text_label.cpp:154
↓ 6 callers
Function
nextNalHeader
Offset of the byte after the next Annex-B start code at/after `offset`, or `size` if none. Start codes are 0x000001 (3-byte) or 0x00000001 (4-byte).
pj_scene2D/core/src/video_codec_utils.cpp:23
↓ 6 callers
Method
onTopicCommitted
pj_plotting/core/src/PointSeriesXY.cpp:99
↓ 6 callers
Function
pickNearestFrame
Index into `points` of the frame whose projected pixel is closest to the cursor AND within `radius_px`, or nullopt when none qualifies. On an exact di
pj_scene3D/core/include/pj_scene3d_core/tf/frame_picking.h:36
↓ 6 callers
Function
positiveOrDefault
pj_scene2D/core/src/scene_entities_2d_decoder.cpp:42
↓ 6 callers
Function
projectFrameOrigin
Project a frame origin (expressed in the fixed/world frame) to logical screen pixels (top-left origin, +y DOWN — Qt widget convention, so it compares
pj_scene3D/core/include/pj_scene3d_core/tf/frame_picking.h:19
↓ 6 callers
Function
projectToNdc
NDC.xy of a world point under the given view/proj (perspective divide).
pj_scene3D/tests/camera_zoom_to_cursor_test.cpp:34
↓ 6 callers
Function
pushPackets
pj_scene2D/tests/streaming_video_decoder_test.cpp:29
↓ 6 callers
Function
putPoint
pj_scene3D/widgets/tests/pointcloud_context_recreation_test.cpp:92
↓ 6 callers
Function
qwtExpandedToGlobalStrut
3rdparty/qwt/src/qwt.cpp:21
↓ 6 callers
Function
qwtSlopeAkima
3rdparty/qwt/src/qwt_spline_local.cpp:197
↓ 6 callers
Function
qwtTensionPleasing
3rdparty/qwt/src/qwt_spline_pleasing.cpp:124
↓ 6 callers
Function
readFixtureBytes
pj_scene3D/widgets/tests/mesh_loader_test.cpp:28
↓ 6 callers
Method
readInt64
pj_datastore/src/column_buffer.cpp:322
↓ 6 callers
Function
readPath
Reads a (topic, field) attribute pair off a curve element into a SeriesPath. Returns nullopt when the topic attribute is absent (e.g. a curve that car
pj_app/src/LayoutXml.cpp:97
↓ 6 callers
Function
readY
pj_plotting/core/src/PointSeriesXY.cpp:32
↓ 6 callers
Function
readableName
Best human-readable label for a source curve: prefer the field display fields, falling back to the opaque catalog key only when those are empty. A ma
pj_plotting/widget/src/FilterEditorPanel.cpp:61
↓ 6 callers
Function
realize
Force the button to be laid out so width()/sizeHint() reflect the final, wrapped geometry. show() triggers Polish (label wrapping) then the showEvent(
pj_widgets/tests/messagebox_test.cpp:25
↓ 6 callers
Function
rebindCurveKeys
pj_app/src/LayoutXml.cpp:143
↓ 6 callers
Method
rebuildDrawCacheForTest
Runs the (GL-free) draw-cache rebuild — which injects the fixed-joint TF bridges into frame_ctx.tf — so a test can assert the buffer the layer renders
pj_scene3D/widgets/include/pj_scene3d_widgets/layers/robot_model_layer.h:171
↓ 6 callers
Method
refreshCount
pj_scene_common/tests/scene_common_test.cpp:180
↓ 6 callers
Function
registerCloudTopic
pj_scene3D/widgets/tests/pointcloud_layer_cache_test.cpp:86
↓ 6 callers
Function
registerVoxelParser
pj_scene3D/widgets/tests/voxel_grid_layer_test.cpp:62
↓ 6 callers
Method
releaseGL
pj_scene3D/widgets/tests/shadow_persistence_gl_test.cpp:81
↓ 6 callers
Method
renderHints
\return Render hints
3rdparty/qwt/src/qwt_graphic.cpp:464
↓ 6 callers
Method
renderKey
pj_scene3D/widgets/src/layers/pointcloud_layer.cpp:377
↓ 6 callers
Function
renderSvgPixmap
Rasterise a monochrome SVG at the requested logical size, honouring the caller's devicePixelRatio so QLabel::setPixmap stays crisp on HiDPI screens. U
pj_widgets/include/pj_widgets/SvgUtil.h:111
← previous
next →
901–1,000 of 8,069, ranked by callers