|
| enum | Message {
Event
, RangeStart
, RangeData
, RangeLocation
,
RangeEnd
, Complete
, PixmapCacheEvent
, SceneGraphFrame
,
MemoryAllocation
, DebugMessage
, Quick3DFrame
, MaximumMessage
} |
| enum | EventType {
FramePaint
, Mouse
, Key
, AnimationFrame
,
EndTrace
, StartTrace
, MaximumEventType
} |
| enum | RangeType {
Painting
, Compiling
, Creating
, Binding
,
HandlingSignal
, Javascript
, MaximumRangeType
} |
| enum | PixmapEventType {
PixmapSizeKnown
, PixmapReferenceCountChanged
, PixmapCacheCountChanged
, PixmapLoadingStarted
,
PixmapLoadingFinished
, PixmapLoadingError
, MaximumPixmapEventType
} |
| enum | SceneGraphFrameType {
SceneGraphRendererFrame
, SceneGraphAdaptationLayerFrame
, SceneGraphContextFrame
, SceneGraphRenderLoopFrame
,
SceneGraphTexturePrepare
, SceneGraphTextureDeletion
, SceneGraphPolishAndSync
, SceneGraphWindowsRenderShow
,
SceneGraphWindowsAnimations
, SceneGraphPolishFrame
, MaximumSceneGraphFrameType
, NumRenderThreadFrameTypes = SceneGraphPolishAndSync
,
NumGUIThreadFrameTypes = MaximumSceneGraphFrameType - NumRenderThreadFrameTypes
} |
| enum | Quick3DFrameType {
Quick3DRenderFrame
, Quick3DSynchronizeFrame
, Quick3DPrepareFrame
, Quick3DMeshLoad
,
Quick3DCustomMeshLoad
, Quick3DTextureLoad
, Quick3DGenerateShader
, Quick3DLoadShader
,
Quick3DParticleUpdate
, Quick3DRenderCall
, Quick3DRenderPass
, Quick3DEventData
,
MaximumQuick3DFrameType
} |
| enum | ProfileFeature {
ProfileJavaScript
, ProfileMemory
, ProfilePixmapCache
, ProfileSceneGraph
,
ProfileAnimations
, ProfilePainting
, ProfileCompiling
, ProfileCreating
,
ProfileBinding
, ProfileHandlingSignal
, ProfileInputEvents
, ProfileDebugMessages
,
ProfileQuick3D
, MaximumProfileFeature
} |
| enum | InputEventType {
InputKeyPress
, InputKeyRelease
, InputKeyUnknown
, InputMousePress
,
InputMouseRelease
, InputMouseMove
, InputMouseDoubleClick
, InputMouseWheel
,
InputMouseUnknown
, MaximumInputEventType
} |
Definition at line 33 of file qquickeventreplayservice.h.