Module qtjambi
Package io.qt.gui.gl

Interface GLDEBUGPROC

All Superinterfaces:
QtObjectInterface
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface GLDEBUGPROC extends QtObjectInterface

Java wrapper for Qt callable GLDEBUGPROC

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(int source, int type, int id, int severity, String message)
     

    Methods inherited from interface io.qt.QtObjectInterface

    dispose, isDisposed
  • Method Details

    • accept

      void accept(int source, int type, int id, int severity, String message)