Ordinateur de bord pour voiture de collection 7.1
|
Classes | |
class | VarEntretien |
personalisation de la classe ClVariable More... | |
Functions | |
def | init (Modules, ListeCapteurs, ListeClVar, ListeOnglets, ListeBoutons, ListeCadrans) |
group ClVariable More... | |
def | initbouton (nom, desc, ListeClVar) |
create button for each VarEntretien, to display and reset the var More... | |
def | LireEtatVariables (varEntretien, ListeVariables) |
return True if one or more ClVar indicate maintenance is required More... | |
Variables | |
ClVarHours = None | |
ClVarKM = None | |
pointer on ClVars (ListClVar) More... | |
int | colX = 142 |
1st column to begin the placement (in pixels) More... | |
int | ligneY = 0 |
1st line to begin the placement (in pixels) More... | |
dictionary | Liste = {a[0]:a[1:] for a in ListeEntretien} |
list | ListeEntretien |
liste des ['noms', km , days, engine hours] pour chaque entretien. More... | |
list | ListeNoms = [a[0] for a in ListeEntretien] |
the list of keys from ListeEntretien (I.E: Pression Pneus, …). More... | |
dictionary | ListeVariablesEntretient = {} ; |
the list containing the VarEntretien More... | |
def Entretien.init | ( | Modules, | |
ListeCapteurs, | |||
ListeClVar, | |||
ListeOnglets, | |||
ListeBoutons, | |||
ListeCadrans | |||
) |
group ClVariable
def Entretien.initbouton | ( | nom, | |
desc, | |||
ListeClVar | |||
) |
create button for each VarEntretien, to display and reset the var
nom | (string) : the name |
desc | : NOT USED A SUPPRIMER |
ListeClVar | (list of ClVar) : the total list ListeClVar |
def Entretien.LireEtatVariables | ( | varEntretien, | |
ListeVariables | |||
) |
return True if one or more ClVar indicate maintenance is required
varEntretien | (ClVar, self) : Not used |
ListeVariables | (List of ) |
ClVarHours = None |
ClVarKM = None |
pointer on ClVars (ListClVar)
int colX = 142 |
1st column to begin the placement (in pixels)
int ligneY = 0 |
1st line to begin the placement (in pixels)
dictionary Liste = {a[0]:a[1:] for a in ListeEntretien} |
list ListeEntretien |
liste des ['noms', km , days, engine hours] pour chaque entretien.
list ListeNoms = [a[0] for a in ListeEntretien] |
the list of keys from ListeEntretien (I.E: Pression Pneus, …).
dictionary ListeVariablesEntretient = {} ; |
the list containing the VarEntretien