MCPcopy Create free account

hub / github.com/HeliumProject/Engine / functions

Functions4,190 in github.com/HeliumProject/Engine

↓ 6 callersMethodGetBaseIndex
Source/Tools/EditorScene/Resource.h:115
↓ 6 callersMethodGetBlendState
Get the blend state instance for the specified state type. @param[in] type Blend state type. @return Blend state instance.
Source/Engine/Graphics/RenderResourceManager.cpp:700
↓ 6 callersMethodGetBuffer
Source/Tools/EditorScene/Resource.h:184
↓ 6 callersMethodGetItemParent
Source/Tools/Editor/Controls/Tree/TreeWndCtrl.cpp:288
↓ 6 callersMethodGetIterator
////////////////////////////////////////////////////////////////////////// Returns an iterator over the sorted list of tiles, starting at the specifie
Source/Tools/Editor/Vault/ThumbnailSorter.cpp:75
↓ 6 callersMethodGetPivot
Source/Tools/EditorScene/Transform.h:190
↓ 6 callersMethodInitialize
@copydoc Renderer::Initialize()
Source/Engine/RenderingGL/GLRenderer.cpp:110
↓ 6 callersMethodInitialize
Initialize this image based on the specified parameters. @param[in] rParameters Initialization parameters. @return True if initialization was succ
Source/Engine/EditorSupport/Image.cpp:592
↓ 6 callersMethodIsTransient
Get whether this object is transient. Transient objects are not saved into or loaded from a package stored on disk. An object is transient if its ty
Source/Engine/Engine/Asset.cpp:808
↓ 6 callersFunctionMouseDown
Source/Tools/EditorScene/Tool.h:132
↓ 6 callersFunctionMouseMove
Source/Tools/EditorScene/Tool.h:147
↓ 6 callersMethodOnKeyDown
Source/Tools/Editor/ViewCanvas.cpp:80
↓ 6 callersMethodQueueRequest
Queue an async load request. @param[in] pBuffer Buffer in which to load data. @param[in] rFileName FilePath name of the file from which to load.
Source/Engine/Engine/AsyncLoader.cpp:78
↓ 6 callersMethodSetBuffer
Source/Engine/RenderingD3D9/D3D9ImmediateCommandProxy.cpp:905
↓ 6 callersMethodSetItem
Source/Tools/EditorScene/Selection.cpp:77
↓ 6 callersMethodSetItemText
Source/Tools/Editor/Controls/Tree/TreeWndCtrl.cpp:627
↓ 6 callersMethodSetSelection
////////////////////////////////////////////////////////////////////////// See Select() and Deselect() above.
Source/Tools/Editor/Vault/ThumbnailView.cpp:475
↓ 6 callersMethodSyncThreads
Source/Tools/EditorScene/PropertiesManager.cpp:283
↓ 6 callersMethodToFilePathString
Generate a string representation of this object path with all package and object delimiters converted to valid directory delimiters for the current pl
Source/Engine/Engine/AssetPath.cpp:476
↓ 6 callersMethodTrySyncRequest
Check whether the load request with the specified ID has completed without blocking the current thread, releasing the request information if it has co
Source/Engine/Engine/AsyncLoader.cpp:156
↓ 5 callersMethodAddNode
Source/Tools/EditorScene/Graph.cpp:100
↓ 5 callersMethodAddObject
Source/Tools/EditorScene/Scene.cpp:1151
↓ 5 callersMethodCreate
Source/Tools/EditorScene/Curve.cpp:459
↓ 5 callersMethodCreateRasterizerState
@copydoc Renderer::CreateRasterizerState()
Source/Engine/RenderingGL/GLRenderer.cpp:229
↓ 5 callersMethodDirty
Source/Tools/EditorScene/SceneNode.cpp:338
↓ 5 callersMethodFind
Source/Tools/EditorScene/HierarchyNode.cpp:896
↓ 5 callersMethodFindItem
Source/Tools/Editor/Controls/Tree/TreeWndCtrl.cpp:544
↓ 5 callersMethodGetAssetType
Get the type of this object. @return Asset type.
Source/Engine/Engine/Asset.cpp:533
↓ 5 callersFunctionGetData
Source/Tools/Editor/Controls/Tree/TreeWndCtrlNode.h:56
↓ 5 callersMethodGetDirection
Source/Tools/EditorScene/Camera.cpp:182
↓ 5 callersFunctionGetFileType
Source/Tools/Perforce/P4Command.h:78
↓ 5 callersMethodGetLabel
Source/Tools/Editor/Vault/ThumbnailTile.cpp:34
↓ 5 callersMethodGetPanel
Source/Tools/Editor/Inspect/StripCanvas.cpp:23
↓ 5 callersMethodGetPickType
Source/Tools/EditorScene/Pick.h:197
↓ 5 callersMethodGetSmallImageList
Source/Tools/Editor/FileIconsTable.h:48
↓ 5 callersMethodHasResults
Source/Tools/Editor/Vault/VaultSearchResults.cpp:38
↓ 5 callersMethodInitialize
@copydoc Renderer::Initialize()
Source/Engine/RenderingD3D9/D3D9Renderer.cpp:76
↓ 5 callersMethodIsAlive
this instructs when a p4api transaction should keep waiting (return true to keep waiting)
Source/Tools/Perforce/P4Provider.cpp:328
↓ 5 callersMethodIsSelected
////////////////////////////////////////////////////////////////////////// Returns true if the row with the specified name is selected. Returns false
Source/Tools/Editor/Grid.cpp:384
↓ 5 callersMethodIsSelected
Source/Tools/Editor/Vault/ThumbnailTile.h:35
↓ 5 callersFunctionLabel
Source/Tools/Editor/ProjectViewModel.h:52
↓ 5 callersMethodRead
Source/Tools/Editor/Inspect/Widgets/ListWidget.cpp:50
↓ 5 callersMethodRename
Modify the name, owner, or instance index of this object. @param[in] rParameters Object rename parameters. @return True if this object was renamed
Source/Engine/Engine/Asset.cpp:158
↓ 5 callersFunctionResetSize
Reset scaling
Source/Tools/EditorScene/Tool.h:75
↓ 5 callersMethodSetVertexBuffers
@copydoc RRenderCommandProxy::SetVertexBuffers()
Source/Engine/RenderingGL/GLImmediateCommandProxy.cpp:270
↓ 5 callersMethodSetViewport
Set the viewport dimensions for this view to use. @param[in] x Horizontal pixel coordinate of the upper-left viewport corner. @param[in] y
Source/Engine/GraphicsTypes/GraphicsSceneView.cpp:74
↓ 4 callersMethodAddSelectionChangedListener
////////////////////////////////////////////////////////////////////////// Add a listener for selection changed events. One selection change event ma
Source/Tools/Editor/Controls/List/ListView.cpp:148
↓ 4 callersMethodAllowSelection
Source/Tools/EditorScene/CreateTool.cpp:614
↓ 4 callersMethodBeginScene
@copydoc RRenderCommandProxy::BeginScene()
Source/Engine/RenderingGL/GLImmediateCommandProxy.cpp:225
↓ 4 callersFunctionCleanup
Cleanup
Source/Tools/EditorScene/Tool.h:69
↓ 4 callersFunctionComputeDet33Helper
Source/Engine/MathSimd/Matrix44Soa.cpp:88
↓ 4 callersFunctionComputeDet33PartsHelper
Source/Engine/MathSimd/Matrix44Sse.cpp:52
↓ 4 callersFunctionConvertImage
Source/Engine/EditorSupport/Image.cpp:287
↓ 4 callersFunctionConvertImageDestPixelSizeSwitch
Source/Engine/EditorSupport/Image.cpp:350
↓ 4 callersFunctionConvertImageSourcePixelSizeSwitch
Source/Engine/EditorSupport/Image.cpp:457
↓ 4 callersMethodCreateTexture2d
@copydoc Renderer::CreateTexture2d()
Source/Engine/RenderingGL/GLRenderer.cpp:529
↓ 4 callersFunctionDraw
Render UI
Source/Tools/EditorScene/Tool.h:111
↓ 4 callersFunctionDrawBitmap
Source/Tools/Editor/Controls/ImageViewPanel.cpp:148
↓ 4 callersMethodDrawPoints
Source/Tools/EditorScene/TranslateManipulator.cpp:185
↓ 4 callersMethodEnableSorting
////////////////////////////////////////////////////////////////////////// Allows you to enable or disable sorting. If sorting is disabled, calls to
Source/Tools/Editor/Controls/List/ListView.cpp:342
↓ 4 callersMethodEnd
Source/Tools/Editor/Vault/ThumbnailIterator.h:56
↓ 4 callersMethodEndScene
@copydoc RRenderCommandProxy::EndScene()
Source/Engine/RenderingGL/GLImmediateCommandProxy.cpp:231
↓ 4 callersMethodFromBuffer
////////////////////////////////////////////////////////////////////////// Checks the internal buffer for data and pulls out the information there, re
Source/Tools/Editor/Clipboard/ClipboardDataObject.cpp:109
↓ 4 callersMethodGetButtonID
Source/Tools/Editor/Controls/Drawer/Drawer.cpp:167
↓ 4 callersMethodGetContextMenu
Source/Tools/Editor/Controls/MenuButton.cpp:99
↓ 4 callersMethodGetControlPointByIndex
Source/Tools/EditorScene/Curve.cpp:299
↓ 4 callersMethodGetCurrentPlatform
Get the identifier for the current cache platform. @return Current cache platform.
Source/Engine/Engine/CacheManager.cpp:158
↓ 4 callersMethodGetDistance
Source/Tools/EditorScene/ScaleManipulator.cpp:695
↓ 4 callersMethodGetGlobalPrimitive
Source/Tools/EditorScene/Viewport.cpp:213
↓ 4 callersFunctionGetGlobalTransform
Source/Tools/EditorScene/Transform.h:95
↓ 4 callersMethodGetIconID
Source/Tools/Editor/FileIconsTable.cpp:350
↓ 4 callersMethodGetIntersection
Source/Tools/EditorScene/Pick.h:429
↓ 4 callersMethodGetNativeHandle
Get the platform-specific handle associated with this window. @return Window handle. @see GetTitle(), GetWidth(), GetHeight(), GetFullscreen(), Get
Source/Engine/Windowing/Window.cpp:71
↓ 4 callersMethodGetRasterizerState
Get the rasterizer state instance for the specified state type. @param[in] type Rasterizer state type. @return Rasterizer state instance.
Source/Engine/Graphics/RenderResourceManager.cpp:688
↓ 4 callersMethodGetResults
////////////////////////////////////////////////////////////////////////// Returns a pointer to the results that are currently being displayed.
Source/Tools/Editor/Vault/ThumbnailView.cpp:254
↓ 4 callersMethodGetSelectedRows
////////////////////////////////////////////////////////////////////////// Returns a set of all the rows that are currently selected, in ascending ord
Source/Tools/Editor/Grid.cpp:425
↓ 4 callersMethodGetVertexDescription
Get the description for untextured vertices. @param[in] pRenderResourceManager Render resource manager instance. @return Untextured vertex descrip
Source/Engine/Graphics/DynamicDrawer.cpp:722
↓ 4 callersMethodHasNormal
Source/Tools/EditorScene/Pick.h:358
↓ 4 callersMethodImport
Source/Tools/EditorScene/Scene.cpp:187
↓ 4 callersFunctionInverseRowHelper
Source/Engine/MathSimd/Matrix44Sse.cpp:108
↓ 4 callersMethodIsEnabled
Source/Tools/Perforce/P4Provider.cpp:378
↓ 4 callersMethodIsHighlighting
Source/Tools/EditorScene/Viewport.cpp:196
↓ 4 callersMethodIsSelectable
////////////////////////////////////////////////////////////////////////// Returns true if this layer is marked as selectable. If a layer is selectab
Source/Tools/EditorScene/Layer.cpp:101
↓ 4 callersFunctionIsVisible
Visibility indicates that the item shows up in the 3D view (assuming that additional options are enabled, such as the pointer or bounds). Should be ov
Source/Tools/EditorScene/SceneNode.h:158
↓ 4 callersMethodJoin
Set this path to the combination of two paths. @param[in] rootPath Root portion of the path. @param[in] subPath Sub-path component. @return True
Source/Engine/Engine/AssetPath.cpp:115
↓ 4 callersMethodLoadPersistentResourceObject
Source/Engine/Graphics/Mesh.cpp:238
↓ 4 callersMethodLoadScene
Source/Engine/Framework/GameSystem.cpp:255
↓ 4 callersMethodLock
@copydoc RShader::Lock()
Source/Engine/RenderingD3D9/D3D9PixelShader.cpp:43
↓ 4 callersFunctionMultiplyResultRow
Source/Engine/MathSimd/Matrix44Sse.cpp:13
↓ 4 callersFunctionMultiplyResultRow
Source/Engine/MathSimd/Matrix44Soa.cpp:34
↓ 4 callersMethodParallelAxis
Source/Tools/EditorScene/Camera.cpp:697
↓ 4 callersMethodPick
Source/Tools/EditorScene/Curve.cpp:976
↓ 4 callersMethodPickSphere
Source/Tools/EditorScene/Pick.cpp:152
↓ 4 callersMethodRemoveSelectionChangedListener
////////////////////////////////////////////////////////////////////////// Remove a listener for selection changed events.
Source/Tools/Editor/Controls/List/ListView.cpp:156
↓ 4 callersMethodReset
////////////////////////////////////////////////////////////////////////// Clear out the list of items that we have requested from the loader.
Source/Tools/Editor/Vault/ThumbnailManager.cpp:33
↓ 4 callersMethodRun
Update the instance buffer data for a set of graphics scene objects. @param[in] pContext Context in which this job is running.
Source/Engine/GraphicsJobs/UpdateGraphicsSceneObjectBuffersJob.cpp:11
↓ 4 callersMethodScaleRadius
Source/Tools/EditorScene/PrimitiveCube.h:22
↓ 4 callersMethodSetCurrentScene
////////////////////////////////////////////////////////////////////////// Only one scene can be the active, editing one. Any new items created, selc
Source/Tools/EditorScene/SceneManager.cpp:294
↓ 4 callersMethodSetData
////////////////////////////////////////////////////////////////////////// Required override to prevent function hiding.
Source/Tools/Editor/Clipboard/ClipboardDataObject.cpp:64
↓ 4 callersMethodSetDepthStencilSurface
Set the depth-stencil surface for this view to use. @param[in] pSurface Depth-stencil surface to use. @see SetRenderContext(), SetViewport(), GetDe
Source/Engine/GraphicsTypes/GraphicsSceneView.cpp:60
← previousnext →201–300 of 4,190, ranked by callers