Harlequin RIP SDK
SWMSG_RR_ELEMENT_DEFINE Struct Reference

HVD interface Page Element Define message. More...

#include "rrevents.h"

Data Fields

void * connection
 
sw_tl_ref timeline
 
const uint8id
 
int32 x1
 
int32 y1
 
int32 x2
 
int32 y2
 

Detailed Description

HVD interface Page Element Define message.

This message is sent with a SWEVT_RR_ELEMENT_DEFINE event.

Field Documentation

◆ connection

void* SWMSG_RR_ELEMENT_DEFINE::connection

Opaque handle to the connection to which this event is relevant. All handlers whose connection handle doesn't match should immediately return SW_EVENT_CONTINUE.

◆ id

const uint8* SWMSG_RR_ELEMENT_DEFINE::id

Unique ID, length RR_ELEMENT_ID_LENGTH.

◆ timeline

sw_tl_ref SWMSG_RR_ELEMENT_DEFINE::timeline

Identifies the job containing the pages.

◆ x1

int32 SWMSG_RR_ELEMENT_DEFINE::x1

Minimum x extent of the element.

◆ x2

int32 SWMSG_RR_ELEMENT_DEFINE::x2

Maximum x extent of the element. This forms a half-open range with x1: pixels at x2 are not included in the element's raster.

◆ y1

int32 SWMSG_RR_ELEMENT_DEFINE::y1

Minimum y extent of the element.

◆ y2

int32 SWMSG_RR_ELEMENT_DEFINE::y2

Maximum y extent of the element. This forms a half-open range with y1: pixels at y2 are not included in the element's raster.


The documentation for this struct was generated from the following file: