Harlequin RIP SDK
progevts.h File Reference

Progress event control. More...

Enumerations

enum  {
  MON_TOTALTIME = 0x0001 , MON_INTERPRETTIME = 0x0002 , MON_HVDSCANTIME = 0x0004 , MON_COMPOSITETIME = 0x0010 ,
  MON_RENDERPREPTIME = 0x0020 , MON_PRINTTIME = 0x0040 , MON_SEPPRINTTIME = 0x0080 , MON_PARTIALPAINTTIME = 0x0100 ,
  MON_PRECONVERTPAGE = 0x0200
}
 Bit mask values for progress types that can be suppressed. More...
 

Functions

HqBool progevts_suppress_types (int progressTypes)
 Specify progress types to suppress. More...
 

Detailed Description

Progress event control.

Copyright (C) 2023 Global Graphics Software Ltd. All rights reserved.

This example is provided on an "as is" basis and without warranty of any kind. Global Graphics Software Ltd. does not warrant or make any representations regarding the use or results of use of this example.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

Bit mask values for progress types that can be suppressed.

Enumerator
MON_TOTALTIME 

Suppress total time.

MON_INTERPRETTIME 

Suppress interpretation time.

MON_HVDSCANTIME 

Suppress HVD scan time.

MON_COMPOSITETIME 

Suppress compositing time.

MON_RENDERPREPTIME 

Suppress render prepare time.

MON_PRINTTIME 

Suppress print time.

MON_SEPPRINTTIME 

Suppress print time for separation.

MON_PARTIALPAINTTIME 

Suppress partial paint time.

MON_PRECONVERTPAGE 

Suppress preconverting time.

Function Documentation

◆ progevts_suppress_types()

HqBool progevts_suppress_types ( int  progressTypes)

Specify progress types to suppress.

Parameters
progressTypesA bitmask of the progress types to suppress.
Return values
TRUEA handler to suppress the specified progress types was installed successfully.
FALSEThe progress types specified could not be suppressed.