src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitLogBrowserDialog.html

branch
eric7
changeset 10070
9f5758c0fec1
parent 9421
989ee2535d59
child 10438
4cd7e5a8b3cf
equal deleted inserted replaced
10069:435cc5875135 10070:9f5758c0fec1
620 reference to the generated item (QTreeWidgetItem) 620 reference to the generated item (QTreeWidgetItem)
621 </dd> 621 </dd>
622 </dl> 622 </dl>
623 <a NAME="GitLogBrowserDialog.__generateIcon" ID="GitLogBrowserDialog.__generateIcon"></a> 623 <a NAME="GitLogBrowserDialog.__generateIcon" ID="GitLogBrowserDialog.__generateIcon"></a>
624 <h4>GitLogBrowserDialog.__generateIcon</h4> 624 <h4>GitLogBrowserDialog.__generateIcon</h4>
625 <b>__generateIcon</b>(<i>column, color, bottomedges, topedges, dotColor, currentCommit</i>) 625 <b>__generateIcon</b>(<i>column, bottomedges, topedges, dotColor, currentCommit</i>)
626 626
627 <p> 627 <p>
628 Private method to generate an icon containing the revision tree for the 628 Private method to generate an icon containing the revision tree for the
629 given data. 629 given data.
630 </p> 630 </p>
631 <dl> 631 <dl>
632 632
633 <dt><i>column</i></dt> 633 <dt><i>column</i></dt>
634 <dd> 634 <dd>
635 column index of the revision (integer) 635 column index of the revision (integer)
636 </dd>
637 <dt><i>color</i></dt>
638 <dd>
639 color of the node (integer)
640 </dd> 636 </dd>
641 <dt><i>bottomedges</i></dt> 637 <dt><i>bottomedges</i></dt>
642 <dd> 638 <dd>
643 list of edges for the bottom of the node 639 list of edges for the bottom of the node
644 (list of tuples of three integers) 640 (list of tuples of three integers)
1135 <p> 1131 <p>
1136 Private slot to update the details and file changes panes. 1132 Private slot to update the details and file changes panes.
1137 </p> 1133 </p>
1138 <a NAME="GitLogBrowserDialog.__updateFilesTree" ID="GitLogBrowserDialog.__updateFilesTree"></a> 1134 <a NAME="GitLogBrowserDialog.__updateFilesTree" ID="GitLogBrowserDialog.__updateFilesTree"></a>
1139 <h4>GitLogBrowserDialog.__updateFilesTree</h4> 1135 <h4>GitLogBrowserDialog.__updateFilesTree</h4>
1140 <b>__updateFilesTree</b>(<i>parent, itm</i>) 1136 <b>__updateFilesTree</b>(<i>itm</i>)
1141 1137
1142 <p> 1138 <p>
1143 Private method to update the files tree with changes of the given item. 1139 Private method to update the files tree with changes of the given item.
1144 </p> 1140 </p>
1145 <dl> 1141 <dl>
1146 1142
1147 <dt><i>parent</i> (QTreeWidget or QTreeWidgetItem)</dt>
1148 <dd>
1149 parent for the items to be added
1150 </dd>
1151 <dt><i>itm</i> (QTreeWidgetItem)</dt> 1143 <dt><i>itm</i> (QTreeWidgetItem)</dt>
1152 <dd> 1144 <dd>
1153 reference to the item the update should be based on 1145 reference to the item the update should be based on
1154 </dd> 1146 </dd>
1155 </dl> 1147 </dl>

eric ide

mercurial