Module omix.api

Interface PaintValueUtilities


public interface PaintValueUtilities
This utility allows access to the OVLReadAccess interface and the Settings interface during the method call TypeEditHandlerInterface.paintCell(FieldInfo, PaintValueUtilities)
Since:
Omix 1.5.4
Author:
Dr. Peter Droste, Omix Visualization
See Also:
TypeEditHandlerInterface.paintCell(FieldInfo, PaintValueUtilities)
  • Method Summary

    Modifier and Type Method Description
    QPalette palette()
    Access to the color palette of the painted area
    QRect rect()
    Access to the bounds of the painted area
    Settings settings()
    Access to the Settings interface
  • Method Details

    • settings

      Settings settings()
      Access to the Settings interface
      Returns:
      Settings
    • rect

      QRect rect()
      Access to the bounds of the painted area
      Returns:
      rect
    • palette

      QPalette palette()
      Access to the color palette of the painted area
      Returns:
      rect