⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 class-tree.html

📁 基于python的skype的API的说明文档
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<?xml version="1.0" encoding="ascii"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"          "DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>  <title>Class Hierarchy</title>  <link rel="stylesheet" href="epydoc.css" type="text/css" />  <script type="text/javascript" src="epydoc.js"></script></head><body bgcolor="white" text="black" link="blue" vlink="#204080"      alink="#204080"><!-- ==================== NAVIGATION BAR ==================== --><table class="navbar" border="0" width="100%" cellpadding="0"       bgcolor="#a0c0ff" cellspacing="0">  <tr valign="middle">  <!-- Home link -->      <th>&nbsp;&nbsp;&nbsp;<a        href="Skype4Py-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>  <!-- Tree link -->      <th bgcolor="#70b0f0" class="navbar-select"          >&nbsp;&nbsp;&nbsp;Trees&nbsp;&nbsp;&nbsp;</th>  <!-- Index link -->      <th>&nbsp;&nbsp;&nbsp;<a        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>  <!-- Help link -->      <th>&nbsp;&nbsp;&nbsp;<a        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>  <!-- Project homepage -->      <th class="navbar" align="right" width="100%">        <table border="0" cellpadding="0" cellspacing="0">          <tr><th class="navbar" align="center"            ><a class="navbar" target="_top" href="https://developer.skype.com/wiki/Skype4Py">Skype4Py</a></th>          </tr></table></th>  </tr></table><table width="100%" cellpadding="0" cellspacing="0">  <tr valign="top">    <td width="100%">&nbsp;</td>    <td>      <table cellpadding="0" cellspacing="0">        <!-- hide/show private -->        <tr><td align="right"><span class="options"            >[<a href="frames.html" target="_top">frames</a            >]&nbsp;|&nbsp;<a href="class-tree.html"            target="_top">no&nbsp;frames</a>]</span></td></tr>      </table>    </td>  </tr></table><center><b> [ <a href="module-tree.html">Module Hierarchy</a> | <a href="class-tree.html">Class Hierarchy</a> ]</b></center><br /><h1 class="epydoc">Class Hierarchy</h1><ul class="nomargin-top">    <li> <strong class="uidlink">object</strong>:      <em class="summary">The most base type</em>    <ul>    <li> <strong class="uidlink">exceptions.BaseException</strong>:      <em class="summary">Common base class for all exceptions</em>    <ul>    <li> <strong class="uidlink">exceptions.Exception</strong>:      <em class="summary">Common base class for all non-exit exceptions.</em>    <ul>    <li> <strong class="uidlink"><a href="Skype4Py.errors.ISkypeAPIError-class.html">Skype4Py.errors.ISkypeAPIError</a></strong>:      <em class="summary">Exception raised whenever there is a problem with connection         between Skype4Py and Skype client.</em>    </li>    <li> <strong class="uidlink"><a href="Skype4Py.errors.ISkypeError-class.html">Skype4Py.errors.ISkypeError</a></strong>:      <em class="summary">Raised whenever Skype client reports an error back to Skype4Py.</em>    </li>    </ul>    </li>    </ul>    </li>    <li> <strong class="uidlink"><a href="Skype4Py.API.darwin.CFType-class.html">Skype4Py.API.darwin.CFType</a></strong>:      <em class="summary">Fundamental type for all CoreFoundation types.</em>    <ul>    <li> <strong class="uidlink"><a href="Skype4Py.API.darwin.CFDictionary-class.html">Skype4Py.API.darwin.CFDictionary</a></strong>:      <em class="summary">CoreFoundation immutable dictionary type.</em>    </li>    <li> <strong class="uidlink"><a href="Skype4Py.API.darwin.CFDistributedNotificationCenter-class.html">Skype4Py.API.darwin.CFDistributedNotificationCenter</a></strong>:      <em class="summary">CoreFoundation distributed notification center type.</em>    </li>    <li> <strong class="uidlink"><a href="Skype4Py.API.darwin.CFNumber-class.html">Skype4Py.API.darwin.CFNumber</a></strong>:      <em class="summary">CoreFoundation number type.</em>    </li>    <li> <strong class="uidlink"><a href="Skype4Py.API.darwin.CFString-class.html">Skype4Py.API.darwin.CFString</a></strong>:      <em class="summary">CoreFoundation string type.</em>    </li>    </ul>    </li>    <li> <strong class="uidlink"><a href="Skype4Py.utils.Cached-class.html">Skype4Py.utils.Cached</a></strong>:      <em class="summary">Base class for all cached objects.</em>    <ul>    <li> <strong class="uidlink"><a href="Skype4Py.application.IApplication-class.html">Skype4Py.application.IApplication</a></strong>:      <em class="summary">Represents an application in APP2APP protocol.</em>    </li>    <li> <strong class="uidlink"><a href="Skype4Py.application.IApplicationStream-class.html">Skype4Py.application.IApplicationStream</a></strong>:      <em class="summary">Represents an application stream in APP2APP protocol.</em>    </li>    <li> <strong class="uidlink"><a href="Skype4Py.call.ICall-class.html">Skype4Py.call.ICall</a></strong>:      <em class="summary">Represents a voice/video call.</em>    </li>    <li> <strong class="uidlink"><a href="Skype4Py.chat.IChat-class.html">Skype4Py.chat.IChat</a></strong>:      <em class="summary">Represents a Skype chat.</em>    </li>    <li> <strong class="uidlink"><a href="Skype4Py.chat.IChatMember-class.html">Skype4Py.chat.IChatMember</a></strong>:      <em class="summary">Represents a member of a public chat.</em>    </li>    <li> <strong class="uidlink"><a href="Skype4Py.chat.IChatMessage-class.html">Skype4Py.chat.IChatMessage</a></strong>:      <em class="summary">Represents a single chat message.</em>    </li>    <li> <strong class="uidlink"><a href="Skype4Py.call.IConference-class.html">Skype4Py.call.IConference</a></strong>:      <em class="summary">Represents a conference call.</em>    </li>    <li> <strong class="uidlink"><a href="Skype4Py.filetransfer.IFileTransfer-class.html">Skype4Py.filetransfer.IFileTransfer</a></strong>:      <em class="summary">Represents a file transfer.</em>    </li>    <li> <strong class="uidlink"><a href="Skype4Py.user.IGroup-class.html">Skype4Py.user.IGroup</a></strong>:      <em class="summary">Represents a group of Skype users.</em>    </li>    <li> <strong class="uidlink"><a href="Skype4Py.call.IParticipant-class.html">Skype4Py.call.IParticipant</a></strong>:      <em class="summary">Represents a conference call participant.</em>    </li>    <li> <strong class="uidlink"><a href="Skype4Py.client.IPluginEvent-class.html">Skype4Py.client.IPluginEvent</a></strong>:      <em class="summary">Represents an event displayed in Skype client's events pane.</em>    </li>    <li> <strong class="uidlink"><a href="Skype4Py.client.IPluginMenuItem-class.html">Skype4Py.client.IPluginMenuItem</a></strong>:      <em class="summary">Represents a menu item displayed in Skype client's &quot;Do         More&quot; menus.</em>    </li>    <li> <strong class="uidlink"><a href="Skype4Py.sms.ISmsChunk-class.html">Skype4Py.sms.ISmsChunk</a></strong>:      <em class="summary">Represents a single chunk of a multi-part SMS message.</em>    </li>    <li> <strong class="uidlink"><a href="Skype4Py.sms.ISmsMessage-class.html">Skype4Py.sms.ISmsMessage</a></strong>:      <em class="summary">Represents an SMS message.</em>    </li>    <li> <strong class="uidlink"><a href="Skype4Py.sms.ISmsTarget-class.html">Skype4Py.sms.ISmsTarget</a></strong>:      <em class="summary">Represents a single target of a multi-target SMS message.</em>    </li>    <li> <strong class="uidlink"><a href="Skype4Py.user.IUser-class.html">Skype4Py.user.IUser</a></strong>:      <em class="summary">Represents a Skype user.</em>    </li>    <li> <strong class="uidlink"><a href="Skype4Py.voicemail.IVoicemail-class.html">Skype4Py.voicemail.IVoicemail</a></strong>:      <em class="summary">Represents a voicemail.</em>    </li>    </ul>    </li>    <li> <strong class="uidlink"><a href="Skype4Py.API.darwin.Carbon-class.html">Skype4Py.API.darwin.Carbon</a></strong>:      <em class="summary">Represents the Carbon.framework.</em>    </li>    <li> <strong class="uidlink"><a href="Skype4Py.API.darwin.CoreFoundation-class.html">Skype4Py.API.darwin.CoreFoundation</a></strong>:

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -