Expand description
View process connection and other types.
Modules§
- raw_
device_ events - Events directly from view-process not targeting any windows.
- raw_
events - Events directly from the view-process targeting the app windows.
Structs§
- VIEW_
PROCESS - Connection to the running view-process for the context app.
- View
Clipboard - View-process clipboard methods.
- View
Headless - Handle to a headless surface/document open in the View Process.
- View
Image - Handle to an image loading or loaded in the View Process.
- View
Process Inited Args - Arguments for the
VIEW_PROCESS_INITED_EVENT
. - View
Process Suspended Args - Arguments for the
VIEW_PROCESS_SUSPENDED_EVENT
. - View
Renderer - Weak handle to a window or view.
- View
Window - Handle to a window open in the view-process.
- Weak
View Image - Connection to an image loading or loaded in the View Process.
- Window
Open Data - Information about a successfully opened window.
Enums§
- Encode
Error - Error returned by
ViewImage::encode
. - View
Window OrHeadless - View window or headless surface.
Statics§
- VIEW_
PROCESS_ INITED_ EVENT - View-Process finished initializing and is now online.
- VIEW_
PROCESS_ SUSPENDED_ EVENT - View-Process suspended, all resources dropped.