~ubuntu-branches/ubuntu/karmic/eric/karmic

« back to all changes in this revision

Viewing changes to eric/Documentation/Source/eric3doc-eric3.Helpviewer.BookmarkDialog.html

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2008-01-28 18:02:25 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080128180225-6nrox6yrworh2c4v
Tags: 4.0.4-1ubuntu1
* Add python-qt3 to build-depends becuase that's where Ubuntu puts 
  pyqtconfig
* Change maintainer to MOTU

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
2
 
'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
3
 
<html><head>
4
 
<title>eric3.Helpviewer.BookmarkDialog</title>
5
 
</head>
6
 
<body bgcolor="#FFFFFF"><a NAME="top" ID="top"></a>
7
 
<h1><font color="#0000FF">eric3.Helpviewer.BookmarkDialog</font></h1>
8
 
<p>
9
 
Module implementing the bookmark dialog of the helpviewer.
10
 
</p>
11
 
<h3><font color="#FF0000">Classes</font></h3>
12
 
<table>
13
 
<tr>
14
 
<td><a href="#BookmarkDialog">BookmarkDialog</a></td>
15
 
<td>Class implementing the bookmark dialog of the helpviewer.</td>
16
 
</tr>
17
 
</table>
18
 
<h3><font color="#FF0000">Functions</font></h3>
19
 
<table>
20
 
<tr><td>None</td></tr>
21
 
</table>
22
 
<hr /><hr />
23
 
<a NAME="BookmarkDialog" ID="BookmarkDialog"></a>
24
 
<h2><font color="#0000FF">BookmarkDialog</font></h2>
25
 
<p>
26
 
    Class implementing the bookmark dialog of the helpviewer.
27
 
</p><p>
28
 
    This dialog is used to edit and delete individual bookmarks.
29
 
    They can be rearranged and their contents can be edited.
30
 
</p>
31
 
<h3><font color="#FF0000">Derived from</font></h3>
32
 
BookmarkForm
33
 
<h3><font color="#FF0000">Methods</font></h3>
34
 
<table>
35
 
<tr>
36
 
<td><a href="#BookmarkDialog.__init__">BookmarkDialog</a></td>
37
 
<td>Constructor</td>
38
 
</tr><tr>
39
 
<td><a href="#BookmarkDialog.accept">accept</a></td>
40
 
<td>Private slot called if the Ok button is pressed.</td>
41
 
</tr><tr>
42
 
<td><a href="#BookmarkDialog.handleDelete">handleDelete</a></td>
43
 
<td>Private slot called to delete a listview item.</td>
44
 
</tr><tr>
45
 
<td><a href="#BookmarkDialog.moveDown">moveDown</a></td>
46
 
<td>Private slot called to move the selected item down in the list.</td>
47
 
</tr><tr>
48
 
<td><a href="#BookmarkDialog.moveUp">moveUp</a></td>
49
 
<td>Private slot called to move the selected item up in the list.</td>
50
 
</tr><tr>
51
 
<td><a href="#BookmarkDialog.populateBMListView">populateBMListView</a></td>
52
 
<td>Private function to set up the contents of the listview.</td>
53
 
</tr><tr>
54
 
<td><a href="#BookmarkDialog.show">show</a></td>
55
 
<td>Public slot called to display this dialog.</td>
56
 
</tr>
57
 
</table>
58
 
<p><a NAME="BookmarkDialog.__init__" ID="BookmarkDialog__init__"></a>
59
 
<h3><font color="#0000FF">BookmarkDialog (Constructor)</font></h3>
60
 
<b>BookmarkDialog</b>(<i>parent, name=None, modal=0, fl=0</i>)
61
 
<p>
62
 
        Constructor
63
 
</p><dl>
64
 
<dt><i>parent</i></dt>
65
 
<dd>
66
 
the parent widget of this dialog (QWidget)
67
 
                This is usually the helpviewer main window.
68
 
</dd><dt><i>name</i></dt>
69
 
<dd>
70
 
the name of this dialog (string or QString)
71
 
</dd><dt><i>modal</i></dt>
72
 
<dd>
73
 
flag indicating a modal dialog (boolean)
74
 
</dd><dt><i>fl</i></dt>
75
 
<dd>
76
 
window flags for this dialog
77
 
</dd>
78
 
</dl><a NAME="BookmarkDialog.accept" ID="BookmarkDialogaccept"></a>
79
 
<h3><font color="#0000FF">BookmarkDialog.accept</font></h3>
80
 
<b>accept</b>(<i></i>)
81
 
<p>
82
 
        Private slot called if the Ok button is pressed.
83
 
</p><p>
84
 
        It updates the bookmarks list and writes it to
85
 
        the bookmarks file.
86
 
</p><a NAME="BookmarkDialog.handleDelete" ID="BookmarkDialoghandleDelete"></a>
87
 
<h3><font color="#0000FF">BookmarkDialog.handleDelete</font></h3>
88
 
<b>handleDelete</b>(<i></i>)
89
 
<p>
90
 
        Private slot called to delete a listview item.
91
 
</p><a NAME="BookmarkDialog.moveDown" ID="BookmarkDialogmoveDown"></a>
92
 
<h3><font color="#0000FF">BookmarkDialog.moveDown</font></h3>
93
 
<b>moveDown</b>(<i></i>)
94
 
<p>
95
 
        Private slot called to move the selected item down in the list.
96
 
</p><a NAME="BookmarkDialog.moveUp" ID="BookmarkDialogmoveUp"></a>
97
 
<h3><font color="#0000FF">BookmarkDialog.moveUp</font></h3>
98
 
<b>moveUp</b>(<i></i>)
99
 
<p>
100
 
        Private slot called to move the selected item up in the list.
101
 
</p><a NAME="BookmarkDialog.populateBMListView" ID="BookmarkDialogpopulateBMListView"></a>
102
 
<h3><font color="#0000FF">BookmarkDialog.populateBMListView</font></h3>
103
 
<b>populateBMListView</b>(<i></i>)
104
 
<p>
105
 
        Private function to set up the contents of the listview.
106
 
</p><a NAME="BookmarkDialog.show" ID="BookmarkDialogshow"></a>
107
 
<h3><font color="#0000FF">BookmarkDialog.show</font></h3>
108
 
<b>show</b>(<i></i>)
109
 
<p>
110
 
        Public slot called to display this dialog.
111
 
</p></p>
112
 
<div align="right"><a href="#top">Up</a></div>
113
 
<hr />
114
 
</body></html>
 
 
b'\\ No newline at end of file'