GUIExchangeObject

class labpyproject.core.app.app_components.GUIExchangeObject(typeexchange, dictargs=None)[source]

Bases : labpyproject.core.app.app_components.SatelliteExchangeObject

Objet d’échange entre composant d’interface et application.

Constructeur :

Paramètres
  • typeexchange (str) – GUIExchangeObject.ASK_USER_CHOICE, …

  • dictargs (dict) – paramètres

Attributes Summary

ASK_USER_CHOICE

business demande un choix utilisateur

GET_BUS_INFO

l’interface fait une demande d’info au business

GET_GUI_INFO

business fait une demande d’info à l’interface

GUI_READY

la gui signale qu’elle est initialisée

RETURN_USER_CHOICE

la gui retourne un choix utilisateur

SEND_USER_COMMAND

la gui retourne une commande utilisateur

SET_BUS_INFO

business transmet une info à l’interface

SET_GUI_INFO

l’interface transmet une info au business

SHOW_CONTENT

business transmet un ordre d’affichage de contenu

Attributes Documentation

ASK_USER_CHOICE = 'ASK_USER_CHOICE'

business demande un choix utilisateur

GET_BUS_INFO = 'GET_BUS_INFO'

l’interface fait une demande d’info au business

GET_GUI_INFO = 'GET_GUI_INFO'

business fait une demande d’info à l’interface

GUI_READY = 'GUI_READY'

la gui signale qu’elle est initialisée

RETURN_USER_CHOICE = 'RETURN_USER_CHOICE'

la gui retourne un choix utilisateur

SEND_USER_COMMAND = 'SEND_USER_COMMAND'

la gui retourne une commande utilisateur

SET_BUS_INFO = 'SET_BUS_INFO'

business transmet une info à l’interface

SET_GUI_INFO = 'SET_GUI_INFO'

l’interface transmet une info au business

SHOW_CONTENT = 'SHOW_CONTENT'

business transmet un ordre d’affichage de contenu