Mercurial > libervia-backend
diff frontends/sat_bridge_frontend/DBus.py @ 105:d2630fba8dfd
params to XMLUI tools
- xml_tools: new paramsXml2xmlUI method, for conversion from params xml to User Interface XML
- xml_tools: new addButton method
- bridge: new method getParamsUI
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 23 Jun 2010 17:26:21 +0800 |
parents | 783e9d6980ec |
children | ded2431cea5a |
line wrap: on
line diff
--- a/frontends/sat_bridge_frontend/DBus.py Wed Jun 23 14:55:04 2010 +0800 +++ b/frontends/sat_bridge_frontend/DBus.py Wed Jun 23 17:26:21 2010 +0800 @@ -85,6 +85,9 @@ def getParamA(self, name, category, profile_key='@DEFAULT@'): return self.db_comm_iface.getParamA(name, category, profile_key) + def getParamsUI(self, profile_key='@DEFAULT@'): + return self.db_comm_iface.getParamsUI(profile_key) + def getParams(self, profile_key='@DEFAULT@'): return self.db_comm_iface.getParams(profile_key)