src/eric7/Documentation/Source/eric7.EricNetwork.EricUrlInfo.html

branch
eric7
changeset 10479
856476537696
parent 10423
299802979277
--- a/src/eric7/Documentation/Source/eric7.EricNetwork.EricUrlInfo.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.EricNetwork.EricUrlInfo.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,19 +7,17 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.EricNetwork.EricUrlInfo</h1>
-
 <p>
 Module implementing a class replacing QUrlInfo.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#EricUrlInfo">EricUrlInfo</a></td>
 <td>Class implementing a replacement for QUrlInfo.</td>
@@ -29,35 +27,34 @@
 <td>Class defining the URL permissions.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="EricUrlInfo" ID="EricUrlInfo"></a>
 <h2>EricUrlInfo</h2>
-
 <p>
     Class implementing a replacement for QUrlInfo.
 </p>
+
 <h3>Derived from</h3>
 None
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#EricUrlInfo.__init__">EricUrlInfo</a></td>
 <td>Constructor</td>
@@ -167,26 +164,27 @@
 <td>Public method to get the size.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="EricUrlInfo.__init__" ID="EricUrlInfo.__init__"></a>
 <h4>EricUrlInfo (Constructor)</h4>
 <b>EricUrlInfo</b>(<i></i>)
-
 <p>
         Constructor
 </p>
+
 <a NAME="EricUrlInfo.group" ID="EricUrlInfo.group"></a>
 <h4>EricUrlInfo.group</h4>
 <b>group</b>(<i></i>)
-
 <p>
         Public method to get the group.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -202,10 +200,10 @@
 <a NAME="EricUrlInfo.isDir" ID="EricUrlInfo.isDir"></a>
 <h4>EricUrlInfo.isDir</h4>
 <b>isDir</b>(<i></i>)
-
 <p>
         Public method to test, if the entry is a directory.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -221,10 +219,10 @@
 <a NAME="EricUrlInfo.isExecutable" ID="EricUrlInfo.isExecutable"></a>
 <h4>EricUrlInfo.isExecutable</h4>
 <b>isExecutable</b>(<i></i>)
-
 <p>
         Public method to test, if the entry is executable.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -240,10 +238,10 @@
 <a NAME="EricUrlInfo.isFile" ID="EricUrlInfo.isFile"></a>
 <h4>EricUrlInfo.isFile</h4>
 <b>isFile</b>(<i></i>)
-
 <p>
         Public method to test, if the entry is a file.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -259,10 +257,10 @@
 <a NAME="EricUrlInfo.isReadable" ID="EricUrlInfo.isReadable"></a>
 <h4>EricUrlInfo.isReadable</h4>
 <b>isReadable</b>(<i></i>)
-
 <p>
         Public method to test, if the entry is readable.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -278,10 +276,10 @@
 <a NAME="EricUrlInfo.isSymLink" ID="EricUrlInfo.isSymLink"></a>
 <h4>EricUrlInfo.isSymLink</h4>
 <b>isSymLink</b>(<i></i>)
-
 <p>
         Public method to test, if the entry is a symbolic link.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -297,10 +295,10 @@
 <a NAME="EricUrlInfo.isValid" ID="EricUrlInfo.isValid"></a>
 <h4>EricUrlInfo.isValid</h4>
 <b>isValid</b>(<i></i>)
-
 <p>
         Public method to check the validity of the object.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -316,10 +314,10 @@
 <a NAME="EricUrlInfo.isWritable" ID="EricUrlInfo.isWritable"></a>
 <h4>EricUrlInfo.isWritable</h4>
 <b>isWritable</b>(<i></i>)
-
 <p>
         Public method to test, if the entry is writable.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -335,10 +333,10 @@
 <a NAME="EricUrlInfo.lastModified" ID="EricUrlInfo.lastModified"></a>
 <h4>EricUrlInfo.lastModified</h4>
 <b>lastModified</b>(<i></i>)
-
 <p>
         Public method to get the last modified date and time.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -354,10 +352,10 @@
 <a NAME="EricUrlInfo.lastRead" ID="EricUrlInfo.lastRead"></a>
 <h4>EricUrlInfo.lastRead</h4>
 <b>lastRead</b>(<i></i>)
-
 <p>
         Public method to get the last read date and time.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -373,10 +371,10 @@
 <a NAME="EricUrlInfo.name" ID="EricUrlInfo.name"></a>
 <h4>EricUrlInfo.name</h4>
 <b>name</b>(<i></i>)
-
 <p>
         Public method to get the name.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -392,10 +390,10 @@
 <a NAME="EricUrlInfo.owner" ID="EricUrlInfo.owner"></a>
 <h4>EricUrlInfo.owner</h4>
 <b>owner</b>(<i></i>)
-
 <p>
         Public method to get the owner.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -411,10 +409,10 @@
 <a NAME="EricUrlInfo.permissions" ID="EricUrlInfo.permissions"></a>
 <h4>EricUrlInfo.permissions</h4>
 <b>permissions</b>(<i></i>)
-
 <p>
         Public method to get the permissions.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -430,10 +428,10 @@
 <a NAME="EricUrlInfo.setDir" ID="EricUrlInfo.setDir"></a>
 <h4>EricUrlInfo.setDir</h4>
 <b>setDir</b>(<i>isDir</i>)
-
 <p>
         Public method to indicate a directory.
 </p>
+
 <dl>
 
 <dt><i>isDir</i> (bool)</dt>
@@ -444,10 +442,10 @@
 <a NAME="EricUrlInfo.setFile" ID="EricUrlInfo.setFile"></a>
 <h4>EricUrlInfo.setFile</h4>
 <b>setFile</b>(<i>isFile</i>)
-
 <p>
         Public method to indicate a file.
 </p>
+
 <dl>
 
 <dt><i>isFile</i> (bool)</dt>
@@ -458,10 +456,10 @@
 <a NAME="EricUrlInfo.setGroup" ID="EricUrlInfo.setGroup"></a>
 <h4>EricUrlInfo.setGroup</h4>
 <b>setGroup</b>(<i>group</i>)
-
 <p>
         Public method to set the group.
 </p>
+
 <dl>
 
 <dt><i>group</i> (str)</dt>
@@ -472,10 +470,10 @@
 <a NAME="EricUrlInfo.setLastModified" ID="EricUrlInfo.setLastModified"></a>
 <h4>EricUrlInfo.setLastModified</h4>
 <b>setLastModified</b>(<i>dt</i>)
-
 <p>
         Public method to set the last modified date and time.
 </p>
+
 <dl>
 
 <dt><i>dt</i> (QDateTime)</dt>
@@ -486,10 +484,10 @@
 <a NAME="EricUrlInfo.setLastRead" ID="EricUrlInfo.setLastRead"></a>
 <h4>EricUrlInfo.setLastRead</h4>
 <b>setLastRead</b>(<i>dt</i>)
-
 <p>
         Public method to set the last read date and time.
 </p>
+
 <dl>
 
 <dt><i>dt</i> (QDateTime)</dt>
@@ -500,10 +498,10 @@
 <a NAME="EricUrlInfo.setName" ID="EricUrlInfo.setName"></a>
 <h4>EricUrlInfo.setName</h4>
 <b>setName</b>(<i>name</i>)
-
 <p>
         Public method to set the name.
 </p>
+
 <dl>
 
 <dt><i>name</i> (str)</dt>
@@ -514,10 +512,10 @@
 <a NAME="EricUrlInfo.setOwner" ID="EricUrlInfo.setOwner"></a>
 <h4>EricUrlInfo.setOwner</h4>
 <b>setOwner</b>(<i>owner</i>)
-
 <p>
         Public method to set the owner.
 </p>
+
 <dl>
 
 <dt><i>owner</i> (str)</dt>
@@ -528,10 +526,10 @@
 <a NAME="EricUrlInfo.setPermissions" ID="EricUrlInfo.setPermissions"></a>
 <h4>EricUrlInfo.setPermissions</h4>
 <b>setPermissions</b>(<i>permissions</i>)
-
 <p>
         Public method to set the permissions.
 </p>
+
 <dl>
 
 <dt><i>permissions</i> (int)</dt>
@@ -542,10 +540,10 @@
 <a NAME="EricUrlInfo.setReadable" ID="EricUrlInfo.setReadable"></a>
 <h4>EricUrlInfo.setReadable</h4>
 <b>setReadable</b>(<i>isReadable</i>)
-
 <p>
         Public method to a readable entry.
 </p>
+
 <dl>
 
 <dt><i>isReadable</i> (bool)</dt>
@@ -556,10 +554,10 @@
 <a NAME="EricUrlInfo.setSize" ID="EricUrlInfo.setSize"></a>
 <h4>EricUrlInfo.setSize</h4>
 <b>setSize</b>(<i>size</i>)
-
 <p>
         Public method to set the size.
 </p>
+
 <dl>
 
 <dt><i>size</i> (int)</dt>
@@ -570,10 +568,10 @@
 <a NAME="EricUrlInfo.setSymLink" ID="EricUrlInfo.setSymLink"></a>
 <h4>EricUrlInfo.setSymLink</h4>
 <b>setSymLink</b>(<i>isSymLink</i>)
-
 <p>
         Public method to indicate a symbolic link.
 </p>
+
 <dl>
 
 <dt><i>isSymLink</i> (bool)</dt>
@@ -584,10 +582,10 @@
 <a NAME="EricUrlInfo.setWritable" ID="EricUrlInfo.setWritable"></a>
 <h4>EricUrlInfo.setWritable</h4>
 <b>setWritable</b>(<i>isWritable</i>)
-
 <p>
         Public method to a writable entry.
 </p>
+
 <dl>
 
 <dt><i>isWritable</i> (bool)</dt>
@@ -598,10 +596,10 @@
 <a NAME="EricUrlInfo.size" ID="EricUrlInfo.size"></a>
 <h4>EricUrlInfo.size</h4>
 <b>size</b>(<i></i>)
-
 <p>
         Public method to get the size.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -619,33 +617,41 @@
 <hr />
 <a NAME="EricUrlPermission" ID="EricUrlPermission"></a>
 <h2>EricUrlPermission</h2>
-
 <p>
     Class defining the URL permissions.
 </p>
+
 <h3>Derived from</h3>
 enum.IntEnum
 <h3>Class Attributes</h3>
-
 <table>
-<tr><td>EXE_GROUP</td></tr><tr><td>EXE_OTHER</td></tr><tr><td>EXE_OWNER</td></tr><tr><td>READ_GROUP</td></tr><tr><td>READ_OTHER</td></tr><tr><td>READ_OWNER</td></tr><tr><td>WRITE_GROUP</td></tr><tr><td>WRITE_OTHER</td></tr><tr><td>WRITE_OWNER</td></tr>
+<tr><td>EXE_GROUP</td></tr>
+<tr><td>EXE_OTHER</td></tr>
+<tr><td>EXE_OWNER</td></tr>
+<tr><td>READ_GROUP</td></tr>
+<tr><td>READ_OTHER</td></tr>
+<tr><td>READ_OWNER</td></tr>
+<tr><td>WRITE_GROUP</td></tr>
+<tr><td>WRITE_OTHER</td></tr>
+<tr><td>WRITE_OWNER</td></tr>
 </table>
-<h3>Class Methods</h3>
 
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Static Methods</h3>
-
+<h3>Class Methods</h3>
 <table>
 <tr><td>None</td></tr>
 </table>
 
+<h3>Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+
+<h3>Static Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial