# encoding: utf-8
# module PyQt5.QtLocation
# from C:\Programs\Python\Python313\Lib\site-packages\PyQt5\QtLocation.pyd
# by generator 1.147
# no doc

# imports
import PyQt5.QtCore as __PyQt5_QtCore
import sip as __sip


from .QGeoRoute import QGeoRoute

class QGeoRouteLeg(QGeoRoute):
    """
    QGeoRouteLeg()
    QGeoRouteLeg(other: QGeoRouteLeg)
    """
    def legIndex(self): # real signature unknown; restored from __doc__
        """ legIndex(self) -> int """
        return 0

    def overallRoute(self): # real signature unknown; restored from __doc__
        """ overallRoute(self) -> QGeoRoute """
        return QGeoRoute

    def setLegIndex(self, idx): # real signature unknown; restored from __doc__
        """ setLegIndex(self, idx: int) """
        pass

    def setOverallRoute(self, route): # real signature unknown; restored from __doc__
        """ setOverallRoute(self, route: QGeoRoute) """
        pass

    def __init__(self, other=None): # real signature unknown; restored from __doc__ with multiple overloads
        pass


