Mercurial > libervia-backend
diff frontends/sat_bridge_frontend/DBus.py @ 91:39c672544593
Tarot: bidding phase
- quick_app: command line is now parsed, "profile" option allow to select it
- xml_tools: list-single is now managed
- plugin tarot: method and signal to manage contract (contrat): tarotChooseContrat & tarotGameContratChoosed
- wix: Q&D Form hack to manage more generic form (not only registration), used to show contract selection form
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 27 May 2010 19:26:19 +0930 |
parents | 4020931569b8 |
children | 2503de7fb4c7 |
line wrap: on
line diff
--- a/frontends/sat_bridge_frontend/DBus.py Sun May 23 16:39:05 2010 +0930 +++ b/frontends/sat_bridge_frontend/DBus.py Thu May 27 19:26:19 2010 +0930 @@ -125,6 +125,9 @@ def tarotGameReady(self, user, referee, profile_key='@DEFAULT@'): return self.db_comm_iface.tarotGameReady(user, referee, profile_key) + def tarotGameContratChoosed(self, user, referee, contrat, profile_key='@DEFAULT@'): + return self.db_comm_iface.tarotGameContratChoosed(user, referee, contrat, profile_key) + def sendFile(self, to, path, profile_key='@DEFAULT@'): return self.db_comm_iface.sendFile(to, path, profile_key)