Documentation/Source/eric5.E5XML.XMLMessageDialog.html

changeset 609
463fc2891cbf
parent 608
d8fea1e76975
child 613
5a6ee2af8ec0
diff -r d8fea1e76975 -r 463fc2891cbf Documentation/Source/eric5.E5XML.XMLMessageDialog.html
--- a/Documentation/Source/eric5.E5XML.XMLMessageDialog.html	Mon Sep 13 16:14:10 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,94 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
-'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
-<html><head>
-<title>eric5.E5XML.XMLMessageDialog</title>
-<style>
-body {
-    background: #EDECE6;
-    margin: 0em 1em 10em 1em;
-    color: black;
-}
-
-h1 { color: white; background: #85774A; }
-h2 { color: white; background: #85774A; }
-h3 { color: white; background: #9D936E; }
-h4 { color: white; background: #9D936E; }
-    
-a { color: #BA6D36; }
-
-</style>
-</head>
-<body><a NAME="top" ID="top"></a>
-<h1>eric5.E5XML.XMLMessageDialog</h1>
-<p>
-Module implementing a dialog to display XML parse messages.
-</p>
-<h3>Global Attributes</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Classes</h3>
-<table>
-<tr>
-<td><a href="#XMLMessageDialog">XMLMessageDialog</a></td>
-<td>Class implementing a dialog to display XML parse messages.</td>
-</tr>
-</table>
-<h3>Functions</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<hr /><hr />
-<a NAME="XMLMessageDialog" ID="XMLMessageDialog"></a>
-<h2>XMLMessageDialog</h2>
-<p>
-    Class implementing a dialog to display XML parse messages.
-</p>
-<h3>Derived from</h3>
-QDialog, Ui_XMLMessageDialog
-<h3>Class Attributes</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr>
-<td><a href="#XMLMessageDialog.__init__">XMLMessageDialog</a></td>
-<td>Constructor</td>
-</tr><tr>
-<td><a href="#XMLMessageDialog.__appendText">__appendText</a></td>
-<td>Private method to append text to the end of the messages pane.</td>
-</tr>
-</table>
-<a NAME="XMLMessageDialog.__init__" ID="XMLMessageDialog.__init__"></a>
-<h4>XMLMessageDialog (Constructor)</h4>
-<b>XMLMessageDialog</b>(<i>msgs, parent = None</i>)
-<p>
-        Constructor
-</p><dl>
-<dt><i>msgs</i></dt>
-<dd>
-list of tuples of (message type, system id,
-            line no, column no, message)
-</dd><dt><i>parent</i></dt>
-<dd>
-parent object of the dialog (QWidget)
-</dd>
-</dl><a NAME="XMLMessageDialog.__appendText" ID="XMLMessageDialog.__appendText"></a>
-<h4>XMLMessageDialog.__appendText</h4>
-<b>__appendText</b>(<i>txt, color</i>)
-<p>
-        Private method to append text to the end of the messages pane.
-</p><dl>
-<dt><i>txt</i></dt>
-<dd>
-text to insert (string)
-</dd><dt><i>color</i></dt>
-<dd>
-text color to be used (QColor)
-</dd>
-</dl>
-<div align="right"><a href="#top">Up</a></div>
-<hr />
-</body></html>
\ No newline at end of file

eric ide

mercurial