80 <p> |
80 <p> |
81 Constructor |
81 Constructor |
82 </p> |
82 </p> |
83 <dl> |
83 <dl> |
84 |
84 |
85 <dt><i>message</i></dt> |
85 <dt><i>message</i> (str)</dt> |
86 <dd> |
86 <dd> |
87 message to be shown (string) |
87 message to be shown |
88 </dd> |
88 </dd> |
89 <dt><i>shelveNames</i></dt> |
89 <dt><i>shelveNames</i> (list of str)</dt> |
90 <dd> |
90 <dd> |
91 list of shelve names (list of string) |
91 list of shelve names |
92 </dd> |
92 </dd> |
93 <dt><i>parent</i></dt> |
93 <dt><i>parent</i> (QWidget)</dt> |
94 <dd> |
94 <dd> |
95 reference to the parent widget (QWidget) |
95 reference to the parent widget |
96 </dd> |
96 </dd> |
97 </dl> |
97 </dl> |
98 <a NAME="HgShelvesSelectionDialog.getSelectedShelves" ID="HgShelvesSelectionDialog.getSelectedShelves"></a> |
98 <a NAME="HgShelvesSelectionDialog.getSelectedShelves" ID="HgShelvesSelectionDialog.getSelectedShelves"></a> |
99 <h4>HgShelvesSelectionDialog.getSelectedShelves</h4> |
99 <h4>HgShelvesSelectionDialog.getSelectedShelves</h4> |
100 <b>getSelectedShelves</b>(<i></i>) |
100 <b>getSelectedShelves</b>(<i></i>) |
103 Public method to retrieve the selected shelve names. |
103 Public method to retrieve the selected shelve names. |
104 </p> |
104 </p> |
105 <dl> |
105 <dl> |
106 <dt>Return:</dt> |
106 <dt>Return:</dt> |
107 <dd> |
107 <dd> |
108 selected shelve names (list of string) |
108 selected shelve names |
|
109 </dd> |
|
110 </dl> |
|
111 <dl> |
|
112 <dt>Return Type:</dt> |
|
113 <dd> |
|
114 list of str |
109 </dd> |
115 </dd> |
110 </dl> |
116 </dl> |
111 <a NAME="HgShelvesSelectionDialog.on_shelvesList_itemSelectionChanged" ID="HgShelvesSelectionDialog.on_shelvesList_itemSelectionChanged"></a> |
117 <a NAME="HgShelvesSelectionDialog.on_shelvesList_itemSelectionChanged" ID="HgShelvesSelectionDialog.on_shelvesList_itemSelectionChanged"></a> |
112 <h4>HgShelvesSelectionDialog.on_shelvesList_itemSelectionChanged</h4> |
118 <h4>HgShelvesSelectionDialog.on_shelvesList_itemSelectionChanged</h4> |
113 <b>on_shelvesList_itemSelectionChanged</b>(<i></i>) |
119 <b>on_shelvesList_itemSelectionChanged</b>(<i></i>) |