Module qtjambi
Package io.qt.gui.gl

Interface GLDEBUGPROC

All Superinterfaces:
QtObjectInterface
All Known Implementing Classes:
GLDEBUGPROC.Impl
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 function pointer GLDEBUGPROC

  • Nested Class Summary

    Nested Classes 
    Modifier and Type Interface Description
    static class  GLDEBUGPROC.Impl
    Implementor class for interface GLDEBUGPROC
  • Method Summary

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

    Methods inherited from interface io.qt.QtObjectInterface

    dispose, isDisposed
  • Method Details

    • call

      void call​(int source, int type, int id, int severity, String message)