MCPcopy Create free account

hub / github.com/dfeneyrou/palanteer / types & classes

Types & classes505 in github.com/dfeneyrou/palanteer

↓ 249 callersClassImVec4
ImVec4: 4D vector used to store clipping rectangles, colors etc. [Compile-time configurable type]
server/external/imgui/imgui.h:268
↓ 188 callersClassText
server/viewer/vwMain.h:605
↓ 60 callersClassbsString
Unix way of coding unicode Pro : compatibility with ascii and all existing string API Cons: variable size. Also needs 3 bytes to do the equivalent of
server/base/bsString.h:34
↓ 49 callersClassImColor
Helper to build glyph ranges from text/string data
server/external/imgui/imgui.h:149
↓ 17 callersClassImVec2ih
Helper: ImVec2ih (2D vector, half-size integer, for long-term packed storage)
server/external/imgui/imgui_internal.h:492
↓ 15 callersClassEvtSpec
Describes a subset of events to capture
server/scripting/palanteer_scripting/_scripting.py:151
↓ 8 callersClassbsString
Forward declarations
server/common/cmLiveControl.h:25
↓ 7 callersClassstat
server/base/bsOsLinux.cpp:860
↓ 6 callersClassImGuiStoragePair
server/external/imgui/imgui.h:2347
↓ 4 callersClassArray
c++/palanteer.h:1109
↓ 4 callersClassImFontConfig
Opaque interface to a font builder (stb_truetype or FreeType).
server/external/imgui/imgui.h:146
↓ 4 callersClassbsStringUtf16
server/base/bsString.h:28
↓ 3 callersClassConnectionError
There is no connection to the program.
server/scripting/palanteer_scripting/_scripting.py:81
↓ 2 callersClassCacheEntry
server/common/cmRecord.h:341
↓ 2 callersClassImGuiPtrOrIndex
server/external/imgui/imgui_internal.h:1167
↓ 2 callersClassImGuiStyleMod
Storage of stack sizes for debugging/asserting
server/external/imgui/imgui_internal.h:138
↓ 2 callersClassImGuiTextRange
server/external/imgui/imgui.h:2300
↓ 2 callersClassImGuiWindowClass
A Platform Window (always 1 unless multi-viewport are enabled. One per platform window to output to). In the future may represent Platform Monitor
server/external/imgui/imgui.h:168
↓ 2 callersClassImGuiWindowSettings
Temporary storage for one window (that's the data which in theory we could ditch at the end of the frame, in practice we currently keep it for each wi
server/external/imgui/imgui_internal.h:149
↓ 2 callersClassInitializationError
The Palanteer library has not been initialized. Use the function 'initialize_scripting'.
server/scripting/palanteer_scripting/_scripting.py:77
↓ 2 callersClassbsDate
Date structure
server/base/bs.h:101
↓ 1 callersClassCoroutineNaming
python/palanteer/_cextension/pyPalanteerInstrumentation.cpp:69
↓ 1 callersClassEvt
Represents a received event from the program under test
server/scripting/palanteer_scripting/_scripting.py:93
↓ 1 callersClassGroupSynchro
python/testprogram/testprogram.py:83
↓ 1 callersClassImDrawChannel
Forward declarations
server/external/imgui/imgui.h:136
↓ 1 callersClassImDrawCmd
Temporary storage to output draw commands out of order, used by ImDrawListSplitter and ImDrawList::ChannelsSplit()
server/external/imgui/imgui.h:137
↓ 1 callersClassImDrawList
All draw command lists required to render the frame + pos/size coordinates to use for the projection matrix.
server/external/imgui/imgui.h:139
↓ 1 callersClassImDrawListSharedData
Helper to build a ImDrawData instance
server/external/imgui/imgui_internal.h:116
↓ 1 callersClassImGuiListClipperData
Temporary clipper data, buffers shared/reused between instances
server/external/imgui/imgui_internal.h:1271
↓ 1 callersClassImGuiOldColumns
Storage data for a single column for legacy Columns() api
server/external/imgui/imgui_internal.h:134
↓ 1 callersClassImGuiStackLevelInfo
server/external/imgui/imgui_internal.h:1687
↓ 1 callersClassImGuiTabBar
Stacked style modifier, backup of modified data so we can restore it
server/external/imgui/imgui_internal.h:139
↓ 1 callersClassImGuiTabItem
Storage for a tab bar
server/external/imgui/imgui_internal.h:140
↓ 1 callersClassImGuiTableColumn
Storage for a table
server/external/imgui/imgui_internal.h:142
↓ 1 callersClassImGuiTableColumnSettings
sizeof() ~ 12
server/external/imgui/imgui_internal.h:2670
↓ 1 callersClassImGuiTableInstanceData
Storage for one column of a table
server/external/imgui/imgui_internal.h:143
↓ 1 callersClassImGuiTableSettings
Temporary storage for one table (one per table in the stack), shared between tables.
server/external/imgui/imgui_internal.h:145
↓ 1 callersClassImGuiWindow
Storage for a column .ini settings
server/external/imgui/imgui_internal.h:147
↓ 1 callersClassNestingLevelBuild
server/common/cmRecording.h:154
↓ 1 callersClassRandomLCM
python/testprogram/testprogram.py:50
↓ 1 callersClassString
server/common/cmRecord.h:199
↓ 1 callersClassThreadBuild
server/common/cmRecording.h:181
↓ 1 callersClassUnknownThreadError
The thread with the provided name is unknown.
server/scripting/palanteer_scripting/_scripting.py:85
↓ 1 callersClass_CommandContext
server/scripting/palanteer_scripting/_scripting.py:242
↓ 1 callersClass_Context
tools/testframework.py:198
↓ 1 callersClass_Elem
server/scripting/palanteer_scripting/_scripting.py:119
↓ 1 callersClass_EvtContext
server/scripting/palanteer_scripting/_scripting.py:259
↓ 1 callersClass_ProgramContext
server/scripting/palanteer_scripting/_scripting.py:209
↓ 1 callersClassbsMsgExchanger
server/base/bsLockFree.h:40
↓ 1 callersClassbsPushData
server/base/bsLockFree.h:102
↓ 1 callersClasscmRecordIteratorElem
This iterator works on the hierarchical tree data (and the scope/non-scope attributes) which is not the case of the "simple plot" iterator below
server/common/cmRecordIterator.h:52
↓ 1 callersClasscmRecordIteratorLog
This iterator is dedicated to the compound logs, which have a particular structure: 1 "log" event with a date, followed by associated 0..N "log param"
server/common/cmRecordIterator.h:151
EnumActionMode
server/viewer/vwMain.h:1012
ClassAggCacheItem
server/viewer/vwMain.h:247
ClassAggregatedIterator
server/viewer/vwMain.h:256
ClassAppExtStringsPath
server/viewer/vwConfig.h:211
ClassAppRecordInfos
server/viewer/vwMain.h:954
EnumBehaviorType
c++/testprogram/testProgram.cpp:609
ClassCallbackWrapper
Input text callback to handle completion list recomputation and arrow keys
server/viewer/vwMainSearch.cpp:200
ClassCatalogWindow
server/viewer/vwMain.h:967
ClassChildElems
server/viewer/vwMainCommon.cpp:1357
ClassChunk
server/viewer/vwReplayAlloc.h:40
EnumChunkState
server/viewer/vwReplayAlloc.h:38
ClassClassDockId
server/viewer/vwMain.cpp:977
ClassCli
c++/palanteer.h:2649
ClassCliManager
Forward declaration of the manager class
c++/palanteer.h:1230
ClassCliStrings
c++/palanteer.h:2610
EnumClipboardType
Clipboard
server/base/bsOs.h:83
ClassClosePoint
server/viewer/vwMainMemory.cpp:212
ClassClosePoint
server/viewer/vwMainPlot.cpp:341
EnumCurveStyle
server/viewer/vwConfig.h:156
EnumDataType
Block types of data exchange with the server All block start with the following header (big endian): <2B: synchro magic>: 'P' 'L' <2B: bloc type>
c++/palanteer.h:2129
ClassDelta
server/common/cmRecord.h:263
ClassDeltaString
server/common/cmRecord.h:257
EnumDragMode
server/viewer/vwMain.h:217
ClassDynString_t
c++/palanteer.h:1499
ClassElem
server/viewer/vwConfig.h:198
ClassElem
server/common/cmRecord.h:144
ClassElemBuild
server/common/cmRecording.h:114
ClassElemCtx
server/scripting/palanteer_scripting/_cextension/pyMainItf.h:129
ClassElemMR
server/common/cmRecord.h:140
ClassElemMRBuild
server/common/cmRecording.h:105
ClassElemSpecCtx
server/scripting/palanteer_scripting/_cextension/pyMainItf.h:125
ClassEntry
server/viewer/vwFileDialog.h:37
ClassEventCSwitch
Definition copied from https://docs.microsoft.com/en-us/windows/win32/etw/cswitch
c++/palanteer.h:3980
ClassEventExtCompact
Event structure for external world Compact model (12 bytes)
c++/palanteer.h:2155
ClassEventExtFull
Full model (24 bytes)
c++/palanteer.h:2184
ClassEventInt
Event structure for immediate storage in buffer Max size is 8*8= 64 bytes on 64 bits, 9*4=36 bytes on 32 bits arch
c++/palanteer.h:1463
ClassEvt
server/common/cmRecord.h:72
ClassExportChromeTraceFormat
server/viewer/vwMain.h:1022
ClassExportLog
server/viewer/vwMain.h:1043
ClassExportPlot
server/viewer/vwMain.h:1051
ClassExportScreenshot
server/viewer/vwMain.h:1029
EnumExportState
server/viewer/vwMain.h:1021
ClassExportText
server/viewer/vwMain.h:1036
ClassFiber
c++/testprogram/testPart.h:73
ClassFlatHashTable
c++/palanteer.h:2366
ClassFunc
server/external/imgui/imgui.cpp:17762
ClassFuncs
server/external/imgui/imgui.cpp:17632
ClassGlobalBuild
server/common/cmRecording.h:226
next →1–100 of 505, ranked by callers