# encoding: utf-8
# module PyQt5.QtChart
# from C:\Programs\Python\Python313\Lib\site-packages\PyQt5\QtChart.pyd
# by generator 1.147
# no doc

# imports
import PyQt5.QtCore as __PyQt5_QtCore
import PyQt5.QtWidgets as __PyQt5_QtWidgets


from .QCandlestickModelMapper import QCandlestickModelMapper

class QHCandlestickModelMapper(QCandlestickModelMapper):
    """ QHCandlestickModelMapper(parent: Optional[QObject] = None) """
    def childEvent(self, *args, **kwargs): # real signature unknown
        pass

    def close(self, *args, **kwargs): # real signature unknown
        pass

    def closeColumn(self): # real signature unknown; restored from __doc__
        """ closeColumn(self) -> int """
        return 0

    def closeColumnChanged(self, *args, **kwargs): # real signature unknown
        """
        pyqtSignal(*types, name: str = ..., revision: int = ..., arguments: Sequence = ...) -> PYQT_SIGNAL
        
        types is normally a sequence of individual types.  Each type is either a
        type object or a string that is the name of a C++ type.  Alternatively
        each type could itself be a sequence of types each describing a different
        overloaded signal.
        name is the optional C++ name of the signal.  If it is not specified then
        the name of the class attribute that is bound to the signal is used.
        revision is the optional revision of the signal that is exported to QML.
        If it is not specified then 0 is used.
        arguments is the optional sequence of the names of the signal's arguments.
        """
        pass

    def connectNotify(self, *args, **kwargs): # real signature unknown
        pass

    def customEvent(self, *args, **kwargs): # real signature unknown
        pass

    def disconnectNotify(self, *args, **kwargs): # real signature unknown
        pass

    def firstSetRow(self): # real signature unknown; restored from __doc__
        """ firstSetRow(self) -> int """
        return 0

    def firstSetRowChanged(self, *args, **kwargs): # real signature unknown
        """
        pyqtSignal(*types, name: str = ..., revision: int = ..., arguments: Sequence = ...) -> PYQT_SIGNAL
        
        types is normally a sequence of individual types.  Each type is either a
        type object or a string that is the name of a C++ type.  Alternatively
        each type could itself be a sequence of types each describing a different
        overloaded signal.
        name is the optional C++ name of the signal.  If it is not specified then
        the name of the class attribute that is bound to the signal is used.
        revision is the optional revision of the signal that is exported to QML.
        If it is not specified then 0 is used.
        arguments is the optional sequence of the names of the signal's arguments.
        """
        pass

    def firstSetSection(self, *args, **kwargs): # real signature unknown
        pass

    def high(self, *args, **kwargs): # real signature unknown
        pass

    def highColumn(self): # real signature unknown; restored from __doc__
        """ highColumn(self) -> int """
        return 0

    def highColumnChanged(self, *args, **kwargs): # real signature unknown
        """
        pyqtSignal(*types, name: str = ..., revision: int = ..., arguments: Sequence = ...) -> PYQT_SIGNAL
        
        types is normally a sequence of individual types.  Each type is either a
        type object or a string that is the name of a C++ type.  Alternatively
        each type could itself be a sequence of types each describing a different
        overloaded signal.
        name is the optional C++ name of the signal.  If it is not specified then
        the name of the class attribute that is bound to the signal is used.
        revision is the optional revision of the signal that is exported to QML.
        If it is not specified then 0 is used.
        arguments is the optional sequence of the names of the signal's arguments.
        """
        pass

    def isSignalConnected(self, *args, **kwargs): # real signature unknown
        pass

    def lastSetRow(self): # real signature unknown; restored from __doc__
        """ lastSetRow(self) -> int """
        return 0

    def lastSetRowChanged(self, *args, **kwargs): # real signature unknown
        """
        pyqtSignal(*types, name: str = ..., revision: int = ..., arguments: Sequence = ...) -> PYQT_SIGNAL
        
        types is normally a sequence of individual types.  Each type is either a
        type object or a string that is the name of a C++ type.  Alternatively
        each type could itself be a sequence of types each describing a different
        overloaded signal.
        name is the optional C++ name of the signal.  If it is not specified then
        the name of the class attribute that is bound to the signal is used.
        revision is the optional revision of the signal that is exported to QML.
        If it is not specified then 0 is used.
        arguments is the optional sequence of the names of the signal's arguments.
        """
        pass

    def lastSetSection(self, *args, **kwargs): # real signature unknown
        pass

    def low(self, *args, **kwargs): # real signature unknown
        pass

    def lowColumn(self): # real signature unknown; restored from __doc__
        """ lowColumn(self) -> int """
        return 0

    def lowColumnChanged(self, *args, **kwargs): # real signature unknown
        """
        pyqtSignal(*types, name: str = ..., revision: int = ..., arguments: Sequence = ...) -> PYQT_SIGNAL
        
        types is normally a sequence of individual types.  Each type is either a
        type object or a string that is the name of a C++ type.  Alternatively
        each type could itself be a sequence of types each describing a different
        overloaded signal.
        name is the optional C++ name of the signal.  If it is not specified then
        the name of the class attribute that is bound to the signal is used.
        revision is the optional revision of the signal that is exported to QML.
        If it is not specified then 0 is used.
        arguments is the optional sequence of the names of the signal's arguments.
        """
        pass

    def open(self, *args, **kwargs): # real signature unknown
        pass

    def openColumn(self): # real signature unknown; restored from __doc__
        """ openColumn(self) -> int """
        return 0

    def openColumnChanged(self, *args, **kwargs): # real signature unknown
        """
        pyqtSignal(*types, name: str = ..., revision: int = ..., arguments: Sequence = ...) -> PYQT_SIGNAL
        
        types is normally a sequence of individual types.  Each type is either a
        type object or a string that is the name of a C++ type.  Alternatively
        each type could itself be a sequence of types each describing a different
        overloaded signal.
        name is the optional C++ name of the signal.  If it is not specified then
        the name of the class attribute that is bound to the signal is used.
        revision is the optional revision of the signal that is exported to QML.
        If it is not specified then 0 is used.
        arguments is the optional sequence of the names of the signal's arguments.
        """
        pass

    def orientation(self): # real signature unknown; restored from __doc__
        """ orientation(self) -> Qt.Orientation """
        pass

    def receivers(self, *args, **kwargs): # real signature unknown
        pass

    def sender(self, *args, **kwargs): # real signature unknown
        pass

    def senderSignalIndex(self, *args, **kwargs): # real signature unknown
        pass

    def setClose(self, *args, **kwargs): # real signature unknown
        pass

    def setCloseColumn(self, closeColumn): # real signature unknown; restored from __doc__
        """ setCloseColumn(self, closeColumn: int) """
        pass

    def setFirstSetRow(self, firstSetRow): # real signature unknown; restored from __doc__
        """ setFirstSetRow(self, firstSetRow: int) """
        pass

    def setFirstSetSection(self, *args, **kwargs): # real signature unknown
        pass

    def setHigh(self, *args, **kwargs): # real signature unknown
        pass

    def setHighColumn(self, highColumn): # real signature unknown; restored from __doc__
        """ setHighColumn(self, highColumn: int) """
        pass

    def setLastSetRow(self, lastSetRow): # real signature unknown; restored from __doc__
        """ setLastSetRow(self, lastSetRow: int) """
        pass

    def setLastSetSection(self, *args, **kwargs): # real signature unknown
        pass

    def setLow(self, *args, **kwargs): # real signature unknown
        pass

    def setLowColumn(self, lowColumn): # real signature unknown; restored from __doc__
        """ setLowColumn(self, lowColumn: int) """
        pass

    def setOpen(self, *args, **kwargs): # real signature unknown
        pass

    def setOpenColumn(self, openColumn): # real signature unknown; restored from __doc__
        """ setOpenColumn(self, openColumn: int) """
        pass

    def setTimestamp(self, *args, **kwargs): # real signature unknown
        pass

    def setTimestampColumn(self, timestampColumn): # real signature unknown; restored from __doc__
        """ setTimestampColumn(self, timestampColumn: int) """
        pass

    def timerEvent(self, *args, **kwargs): # real signature unknown
        pass

    def timestamp(self, *args, **kwargs): # real signature unknown
        pass

    def timestampColumn(self): # real signature unknown; restored from __doc__
        """ timestampColumn(self) -> int """
        return 0

    def timestampColumnChanged(self, *args, **kwargs): # real signature unknown
        """
        pyqtSignal(*types, name: str = ..., revision: int = ..., arguments: Sequence = ...) -> PYQT_SIGNAL
        
        types is normally a sequence of individual types.  Each type is either a
        type object or a string that is the name of a C++ type.  Alternatively
        each type could itself be a sequence of types each describing a different
        overloaded signal.
        name is the optional C++ name of the signal.  If it is not specified then
        the name of the class attribute that is bound to the signal is used.
        revision is the optional revision of the signal that is exported to QML.
        If it is not specified then 0 is used.
        arguments is the optional sequence of the names of the signal's arguments.
        """
        pass

    def __init__(self, parent, QObject=None, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        pass


