# encoding: utf-8
# module PyQt5.QtGui
# from C:\Programs\Python\Python311\Lib\site-packages\pyqt5-5.15.9-py3.11-win-amd64.egg\PyQt5\QtGui.pyd
# by generator 1.147
# no doc

# imports
import PyQt5.QtCore as __PyQt5_QtCore
import sip as __sip


class QOpenGLPixelTransferOptions(__sip.simplewrapper):
    """
    QOpenGLPixelTransferOptions()
    QOpenGLPixelTransferOptions(a0: QOpenGLPixelTransferOptions)
    """
    def alignment(self): # real signature unknown; restored from __doc__
        """ alignment(self) -> int """
        return 0

    def imageHeight(self): # real signature unknown; restored from __doc__
        """ imageHeight(self) -> int """
        return 0

    def isLeastSignificantBitFirst(self): # real signature unknown; restored from __doc__
        """ isLeastSignificantBitFirst(self) -> bool """
        return False

    def isSwapBytesEnabled(self): # real signature unknown; restored from __doc__
        """ isSwapBytesEnabled(self) -> bool """
        return False

    def rowLength(self): # real signature unknown; restored from __doc__
        """ rowLength(self) -> int """
        return 0

    def setAlignment(self, alignment): # real signature unknown; restored from __doc__
        """ setAlignment(self, alignment: int) """
        pass

    def setImageHeight(self, imageHeight): # real signature unknown; restored from __doc__
        """ setImageHeight(self, imageHeight: int) """
        pass

    def setLeastSignificantByteFirst(self, lsbFirst): # real signature unknown; restored from __doc__
        """ setLeastSignificantByteFirst(self, lsbFirst: bool) """
        pass

    def setRowLength(self, rowLength): # real signature unknown; restored from __doc__
        """ setRowLength(self, rowLength: int) """
        pass

    def setSkipImages(self, skipImages): # real signature unknown; restored from __doc__
        """ setSkipImages(self, skipImages: int) """
        pass

    def setSkipPixels(self, skipPixels): # real signature unknown; restored from __doc__
        """ setSkipPixels(self, skipPixels: int) """
        pass

    def setSkipRows(self, skipRows): # real signature unknown; restored from __doc__
        """ setSkipRows(self, skipRows: int) """
        pass

    def setSwapBytesEnabled(self, swapBytes): # real signature unknown; restored from __doc__
        """ setSwapBytesEnabled(self, swapBytes: bool) """
        pass

    def skipImages(self): # real signature unknown; restored from __doc__
        """ skipImages(self) -> int """
        return 0

    def skipPixels(self): # real signature unknown; restored from __doc__
        """ skipPixels(self) -> int """
        return 0

    def skipRows(self): # real signature unknown; restored from __doc__
        """ skipRows(self) -> int """
        return 0

    def swap(self, other): # real signature unknown; restored from __doc__
        """ swap(self, other: QOpenGLPixelTransferOptions) """
        pass

    def __init__(self, a0=None): # real signature unknown; restored from __doc__ with multiple overloads
        pass

    __weakref__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """list of weak references to the object (if defined)"""



