Pymecavideo 8.0
Étude cinématique à l'aide de vidéos
|
Fonctions membres publiques | |
def | __init__ (self, x1=None, y1=None, x2=None, y2=None) |
def | coords (self) |
def | paint (self, painter) |
méthode de dessin Plus de détails... | |
Attributs publics | |
x1 | |
y1 | |
x2 | |
y2 | |
Définition à la ligne 33 du fichier suivi_auto.py.
def src.suivi_auto.MonRect.__init__ | ( | self, | |
x1 = None , |
|||
y1 = None , |
|||
x2 = None , |
|||
y2 = None |
|||
) |
Définition à la ligne 34 du fichier suivi_auto.py.
def src.suivi_auto.MonRect.coords | ( | self | ) |
Définition à la ligne 41 du fichier suivi_auto.py.
Référencé par src.pointageWidget.PointageWidget.loupe().
def src.suivi_auto.MonRect.paint | ( | self, | |
painter | |||
) |
méthode de dessin
painter | un QPainter actif |
Définition à la ligne 48 du fichier suivi_auto.py.
Références src.suivi_auto.MonRect.x1, src.suivi_auto.MonRect.x2, src.suivi_auto.MonRect.y1, et src.suivi_auto.MonRect.y2.
src.suivi_auto.MonRect.x1 |
Définition à la ligne 35 du fichier suivi_auto.py.
Référencé par src.suivi_auto.MonRect.paint().
src.suivi_auto.MonRect.x2 |
Définition à la ligne 37 du fichier suivi_auto.py.
Référencé par src.suivi_auto.MonRect.paint().
src.suivi_auto.MonRect.y1 |
Définition à la ligne 36 du fichier suivi_auto.py.
Référencé par src.suivi_auto.MonRect.paint().
src.suivi_auto.MonRect.y2 |
Définition à la ligne 38 du fichier suivi_auto.py.
Référencé par src.suivi_auto.MonRect.paint().