|
From: mrosanes <mro...@ce...> - 2015-10-30 16:44:07
|
Some widgets having specific taurus launchers are not
documented in readthedocs.
Add documentation for tauruspanel in class docstring.
---
lib/taurus/qt/qtgui/panel/taurusdevicepanel.py | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/lib/taurus/qt/qtgui/panel/taurusdevicepanel.py b/lib/taurus/qt/qtgui/panel/taurusdevicepanel.py
index 73df63f..b5ea850 100644
--- a/lib/taurus/qt/qtgui/panel/taurusdevicepanel.py
+++ b/lib/taurus/qt/qtgui/panel/taurusdevicepanel.py
@@ -119,7 +119,13 @@ def get_White_palette():
# TaurusDevicePanel class
class TaurusDevicePanel(TaurusWidget):
-
+ '''
+ TaurusDevPanel is a Taurus Application inspired in Jive and Atk Panel.
+
+ It Provides a Device selector and a panel for displaying information from
+ the selected device.
+ '''
+
READ_ONLY = False
_attribute_filter = {} #A dictionary like {device_regexp:[attribute_regexps]}
_command_filter = {} #A dictionary like {device_regexp:[(command_regexp,default_args)]}
--
1.8.3.4
|